Required env vars
Set these on your dashboard:| Env Var | Required | Description |
|---|---|---|
LLM_API_KEY | Yes | Your LLM provider API key |
LLM_MODEL | Yes | Model to use (e.g., claude-haiku-4-5-20251001) |
Usage
What it does
The OpenHands runner:- Installs the OpenHands CLI binary via their install script
- Sets
OPENHANDS_WORK_DIRto point at the benchmark task directory - Runs OpenHands in headless mode with
--override-with-envs
Supported models
OpenHands supports multiple LLM providers. SetLLM_API_KEY and LLM_MODEL accordingly:
| Provider | LLM_MODEL example | LLM_API_KEY |
|---|---|---|
| Anthropic | claude-haiku-4-5-20251001 | Your Anthropic key |
| OpenAI | gpt-4o | Your OpenAI key |