Models

Pick the Model per Agent

The model is one field in the agent's YAML. Run Claude models on Claude Code, OpenAI models on Codex, or open-weight models on the same harness, and route tokens through your own Anthropic key or AWS Bedrock account when you need to.

01

Claude, GPT, and open-weight models

Every selectable model is listed with the id you name in YAML and its published token rates. Put the reviewer on a frontier model and the digest agent on a cheaper open-weight one, in the same repo.

ModelsGET /models
Claude Opus 5defaultclaude-opus-5
Claude Fable 5.1claude-fable-5-1
Claude Fable 5claude-fable-5
Claude Sonnet 5claude-sonnet-5
Claude Haiku 4.5claude-haiku-4-5-20251001
GPT-5.6 TerraCodexgpt-5.6-terra
Open weights
GLM-5.2Z.aiglm-5.2
MiniMax M3MiniMaxminimax-m3
Kimi K3Moonshotkimi-k3
Every model runs the same harness, sandbox, and budget

Every selectable model, with the id you name in YAML

02

Change the model in a pull request

Switching models is a one-line edit to the config. The sandbox, credentials, budget, and transcript stay the same, so you can try a cheaper model on one agent and compare the cost breakdown before rolling it out.

agent.yamlone line to switch
session:  harness:    type: claude_code    model: claude-opus-5  # Or replace that harness with:  # {type: claude_code, model: glm-5.2}  # {type: codex, model: gpt-5.6-terra}

claude.model and codex.model, one line each

03

Bring your own Anthropic key or Bedrock account

Connect an Anthropic key or a Bedrock role and token spend lands on your account, against credits and commitments you already hold. Budgets and cost breakdowns work the same either way, and the provider credential never enters a sandbox.

Where tokens goSettings · Models
Your Anthropic keyaccount wide
Tokens bill your Anthropic credits and commitments
Your AWS Bedrock accountaccount wide
Cross-account role, your region, your AWS bill
Your LLM proxyper agent
LiteLLM, OpenRouter, Portkey, Cloudflare AI Gateway
No credential ever enters a sandbox
agent.yaml
llm:  proxy: proxycfg_8f2k1x9q

Your key or your AWS account, verified before it routes

Frequently asked questions

Explore the platform