.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
DOCKER_IMAGE
GATEWAY_PORT
TMP_WORKSPACE
TASKS_SUBDIR
OUTPUT_SUBDIR
DEFAULT_MODEL
DEFAULT_PARALLEL
OPENROUTER_BASE_URL
OpenRouter is used by default. You can also use any other OpenAI-compatible provider (e.g. DeepSeek, SiliconFlow): set OPENROUTER_BASE_URL…
OPENROUTER_API_KEY
secret
JUDGE_BASE_URL
JUDGE_API_KEY
secret
JUDGE_MODEL
MY_PROXY_API_KEY
secret
Using a Custom Model Endpoint
SEARCH_PROVIDER
Lobster profile env keys (add values here for skills that need them)
SERPER_API_KEY
secret
GEMINI_API_KEY
secret
BRAVE_API_KEY
secret
brew install flyctl && fly launch --from https://github.com/openbmb/acebench
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/openbmb/acebench
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/openbmb/acebench