Environment Variables
Use shell variable names with underscores:model-base-url; hyphens are not valid shell variable identifiers. Replace EMPTY with the real key if your local GLM-5.2 endpoint enforces authentication.
OpenAI-Compatible Chat Endpoint
Supported Protocols
Check the live list with:Judge Model Parameters
Benchmarks that use LLM-as-judge scoring receive the judge model through--benchmark-params.
Common Failures
| Symptom | Check |
|---|---|
| Provider not found | Set --model-api-protocol, especially for LiteLLM-backed endpoints. |
| 401 or auth error | Confirm MODEL_API_KEY is exported in the current shell. |
| Model not found | Confirm model id and MODEL_BASE_URL match the endpoint provider. |
| Unsupported protocol | Choose a harness/protocol combination listed in Supported Components. |
