agent-zero/plugins/_model_config/default_presets.yaml
Alessandro e0337410e7 Preserve model preset inherited settings
Deep-merge model preset slots with the active configuration so custom context windows, rate limits, and nested kwargs survive preset switches.

Treat legacy utility preset defaults as implicit values, allow omitted utility and embedding slots to inherit configured models, and document the partial-preset behavior.
2026-05-18 02:45:08 +02:00

36 lines
789 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: "anthropic/claude-sonnet-4.6"
api_key: ""
api_base: ""
ctx_length: 200000
ctx_history: 0.7
vision: true
utility:
provider: "openrouter"
name: "google/gemini-3.1-flash-lite-preview"
- 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"