- id: "openai-gpt-5.4-openrouter" agent: MAX_ACTIONS_BASELINE_MULTIPLIER: 5.0 MAX_CONTEXT_LENGTH: 175_000 runtime: sdk: "openai-python" api: "chat_completions" state: "manual_rolling" client: base_url: "https://openrouter.ai/api/v1" api_key_env: "OPENROUTER_API_KEY" request: model: "openai/gpt-5.4" max_completion_tokens: 1_000_000 pricing: {} - id: "anthropic-opus-4-7-medium" agent: MAX_ACTIONS_BASELINE_MULTIPLIER: 5.0 MAX_CONTEXT_LENGTH: 175_000 runtime: sdk: "anthropic-python" api: "messages" state: "manual_rolling" client: api_key_env: "ANTHROPIC_API_KEY" request: model: "claude-opus-4-7" max_tokens: 120000 stream: true thinking: type: "adaptive" output_config: effort: "medium" pricing: input: 5.00 output: 25.00 - id: "anthropic-opus-4-7-low-thinking" agent: MAX_ACTIONS_BASELINE_MULTIPLIER: 5.0 MAX_CONTEXT_LENGTH: 175_000 runtime: sdk: "anthropic-python" api: "messages" state: "manual_rolling" client: api_key_env: "ANTHROPIC_API_KEY" request: model: "claude-opus-4-7" max_tokens: 128_000 thinking: type: "adaptive" output_config: effort: "low" pricing: input: 5.00 output: 25.00 - id: "openai-gpt-5-4-2026-03-05" agent: MAX_ACTIONS_BASELINE_MULTIPLIER: 5.0 MAX_CONTEXT_LENGTH: 175_000 runtime: sdk: "openai-python" api: "chat_completions" state: "manual_rolling" client: base_url: "https://api.openai.com/v1" api_key_env: "OPENAI_API_KEY" request: model: "gpt-5.4-2026-03-05" max_completion_tokens: 128_000 pricing: input: 2.50 output: 15.00 - id: "openai-gpt-5-4-2026-03-05-responses" agent: MAX_ACTIONS_BASELINE_MULTIPLIER: 5.0 MAX_CONTEXT_LENGTH: 175_000 runtime: sdk: "openai-python" api: "responses" state: "manual_rolling" client: base_url: "https://api.openai.com/v1" api_key_env: "OPENAI_API_KEY" request: model: "gpt-5.4-2026-03-05" max_output_tokens: 128_000 pricing: input: 2.50 output: 15.00 - id: "openai-gpt-5-4-2026-03-05-responses-analysis" agent: MAX_ACTIONS_BASELINE_MULTIPLIER: 5.0 MAX_CONTEXT_LENGTH: 175_000 analysis_mode: true runtime: sdk: "openai-python" api: "responses" state: "manual_rolling" client: base_url: "https://api.openai.com/v1" api_key_env: "OPENAI_API_KEY" request: model: "gpt-5.4-2026-03-05" max_output_tokens: 128_000 reasoning: effort: "low" summary: "auto" pricing: input: 2.50 output: 15.00 - id: "openai-gpt-5-4-2026-03-05-xhigh" agent: MAX_ACTIONS_BASELINE_MULTIPLIER: 5.0 MAX_CONTEXT_LENGTH: 175_000 runtime: sdk: "openai-python" api: "chat_completions" state: "manual_rolling" client: base_url: "https://api.openai.com/v1" api_key_env: "OPENAI_API_KEY" request: model: "gpt-5.4-2026-03-05" max_completion_tokens: 128_000 reasoning_effort: "xhigh" pricing: input: 2.50 output: 15.00 - id: "openai-gpt-5-4-2026-03-05-high" agent: MAX_ACTIONS_BASELINE_MULTIPLIER: 5.0 MAX_CONTEXT_LENGTH: 175_000 runtime: sdk: "openai-python" api: "chat_completions" state: "manual_rolling" client: base_url: "https://api.openai.com/v1" api_key_env: "OPENAI_API_KEY" request: model: "gpt-5.4-2026-03-05" max_completion_tokens: 128_000 reasoning_effort: "high" pricing: input: 2.50 output: 15.00 - id: "openai-gpt-5-4-2026-03-05-low" agent: MAX_ACTIONS_BASELINE_MULTIPLIER: 5.0 MAX_CONTEXT_LENGTH: 175_000 runtime: sdk: "openai-python" api: "chat_completions" state: "manual_rolling" client: base_url: "https://api.openai.com/v1" api_key_env: "OPENAI_API_KEY" request: model: "gpt-5.4-2026-03-05" max_completion_tokens: 128_000 reasoning_effort: "high" pricing: input: 2.50 output: 15.00 - id: "xai-grok-4-20-beta-0309-reasoning" agent: MAX_ACTIONS_BASELINE_MULTIPLIER: 5.0 MAX_CONTEXT_LENGTH: 175_000 runtime: sdk: "openai-python" api: "chat_completions" state: "manual_rolling" client: base_url: "https://api.x.ai/v1" api_key_env: "XAI_API_KEY" request: model: "grok-4.20-beta-0309-reasoning" max_tokens: 128_000 pricing: input: 2.00 output: 6.00 - id: "google-gemini-3-1-pro-preview" agent: MAX_ACTIONS_BASELINE_MULTIPLIER: 5.0 MAX_CONTEXT_LENGTH: 175_000 runtime: sdk: "openai-python" api: "chat_completions" state: "manual_rolling" client: base_url: "https://generativelanguage.googleapis.com/v1beta/openai/" api_key_env: "GOOGLE_API_KEY" request: model: "gemini-3.1-pro-preview" max_tokens: 128_000 pricing: input: 2.00 output: 12.00