diff --git a/packages/kilo-docs/pages/code-with-ai/agents/auto-model.md b/packages/kilo-docs/pages/code-with-ai/agents/auto-model.md index ce89c2efb24..94a48c21970 100644 --- a/packages/kilo-docs/pages/code-with-ai/agents/auto-model.md +++ b/packages/kilo-docs/pages/code-with-ai/agents/auto-model.md @@ -45,28 +45,28 @@ That's it. No configuration needed. ## Auto Balanced -`kilo-auto/balanced` follows the same mode-based routing structure as Frontier but uses more cost-effective models — Kimi K2.5 for reasoning-heavy modes and Minimax M2.5 (Free) for implementation modes. +`kilo-auto/balanced` follows the same mode-based routing structure as Frontier but uses more cost-effective models — Kimi K2.5 for reasoning-heavy modes and Minimax M2.7 for implementation modes. ### Mode-to-Model Mapping -| Mode | Model Used | Best For | -| -------------- | ------------------- | ---------------------------- | -| `architect` | Kimi K2.5 | System design, planning | -| `orchestrator` | Kimi K2.5 | Multi-step task coordination | -| `ask` | Kimi K2.5 | Questions, explanations | -| `plan` | Kimi K2.5 | Planning, reasoning | -| `general` | Kimi K2.5 | General assistance | -| `debug` | Kimi K2.5 | Debugging and fixing issues | -| `code` | Minimax M2.5 (Free) | Writing and editing code | -| `build` | Minimax M2.5 (Free) | Implementation tasks | -| `explore` | Minimax M2.5 (Free) | Codebase exploration | +| Mode | Model Used | Best For | +| -------------- | ------------ | ---------------------------- | +| `architect` | Kimi K2.5 | System design, planning | +| `orchestrator` | Kimi K2.5 | Multi-step task coordination | +| `ask` | Kimi K2.5 | Questions, explanations | +| `plan` | Kimi K2.5 | Planning, reasoning | +| `general` | Kimi K2.5 | General assistance | +| `debug` | Kimi K2.5 | Debugging and fixing issues | +| `code` | Minimax M2.7 | Writing and editing code | +| `build` | Minimax M2.7 | Implementation tasks | +| `explore` | Minimax M2.7 | Codebase exploration | **Planning and reasoning tasks** use Kimi K2.5, a strong open-weight reasoning model from Moonshot AI. -**Implementation tasks** use Minimax M2.5, which provides fast, capable code generation at a fraction of frontier model costs. +**Implementation tasks** use Minimax M2.7, which provides fast, capable code generation at a fraction of frontier model costs. {% callout type="info" title="Image support" %} -Auto Balanced does not support image inputs, since Minimax M2.5 does not have vision capabilities. +Auto Balanced does not support image inputs, since Minimax M2.7 does not have vision capabilities. {% /callout %} ## Benefits diff --git a/packages/kilo-docs/pages/gateway/models-and-providers.md b/packages/kilo-docs/pages/gateway/models-and-providers.md index aa5c7cf8c01..1a902b2c392 100644 --- a/packages/kilo-docs/pages/gateway/models-and-providers.md +++ b/packages/kilo-docs/pages/gateway/models-and-providers.md @@ -82,11 +82,11 @@ Routes to the most capable paid models optimizing for cost, performance, and cap Follows the same mode-based routing as Frontier but uses more cost-effective models. -| Mode | Resolved Model | -| -------------------------------------------------------------- | --------------------------- | -| `plan`, `general`, `architect`, `orchestrator`, `ask`, `debug` | `moonshotai/kimi-k2.5` | -| `build`, `explore`, `code` | `minimax/minimax-m2.5:free` | -| Default (no mode specified) | `minimax/minimax-m2.5:free` | +| Mode | Resolved Model | +| -------------------------------------------------------------- | ---------------------- | +| `plan`, `general`, `architect`, `orchestrator`, `ask`, `debug` | `moonshotai/kimi-k2.5` | +| `build`, `explore`, `code` | `minimax/minimax-m2.7` | +| Default (no mode specified) | `minimax/minimax-m2.7` | ### `kilo-auto/free`