Some checks failed
Forge CI / smoke-and-build (push) Failing after 2s
kimi-for-coding is throwing 403 access-terminated errors. This switches Ezra to kimi-k2.5 and adds anthropic + openrouter fallbacks. Addresses #lazzyPit and unblocks Ezra resurrection.
35 lines
793 B
YAML
35 lines
793 B
YAML
model:
|
|
default: kimi-k2.5
|
|
provider: kimi-coding
|
|
toolsets:
|
|
- all
|
|
fallback_providers:
|
|
- provider: kimi-coding
|
|
model: kimi-k2.5
|
|
timeout: 120
|
|
reason: Kimi coding fallback (front of chain)
|
|
- provider: anthropic
|
|
model: claude-sonnet-4-20250514
|
|
timeout: 120
|
|
reason: Direct Anthropic fallback
|
|
- provider: openrouter
|
|
model: anthropic/claude-sonnet-4-20250514
|
|
base_url: https://openrouter.ai/api/v1
|
|
api_key_env: OPENROUTER_API_KEY
|
|
timeout: 120
|
|
reason: OpenRouter fallback
|
|
agent:
|
|
max_turns: 90
|
|
reasoning_effort: high
|
|
verbose: false
|
|
providers:
|
|
kimi-coding:
|
|
base_url: https://api.kimi.com/coding/v1
|
|
timeout: 60
|
|
max_retries: 3
|
|
anthropic:
|
|
timeout: 120
|
|
openrouter:
|
|
base_url: https://openrouter.ai/api/v1
|
|
timeout: 120
|