agent-zero/plugins/_model_config/default_presets.yaml
Alessandro 88e4f4faff
Some checks are pending
Build And Publish Docker Images / plan (push) Waiting to run
Build And Publish Docker Images / build (push) Blocked by required conditions
Update default main model
Use OpenRouter's openai/gpt-5.6-terra model for the global default, Balance preset, and onboarding defaults.
2026-07-13 14:48:02 +02:00

36 lines
774 B
YAML

- name: "Max Power"
chat:
provider: "openrouter"
name: "anthropic/claude-opus-4.6"
api_key: ""
api_base: ""
ctx_length: 200000
ctx_history: 0.7
vision: true
utility:
provider: "openrouter"
name: "openai/gpt-5.4-mini"
- name: "Balance"
chat:
provider: "openrouter"
name: "openai/gpt-5.6-terra"
api_key: ""
api_base: ""
ctx_length: 200000
ctx_history: 0.7
vision: true
utility:
provider: "openrouter"
name: "google/gemini-3.1-flash-lite"
- name: "Cost Efficient"
chat:
provider: "openrouter"
name: "moonshotai/kimi-k2.5"
api_key: ""
api_base: ""
ctx_length: 128000
ctx_history: 0.7
vision: false
utility:
provider: "openrouter"
name: "openai/gpt-5.4-nano"