From a08905f5680b61a53280b68d67fec5158c836783 Mon Sep 17 00:00:00 2001 From: "kiloconnect[bot]" <240665456+kiloconnect[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 11:00:43 +0000 Subject: [PATCH] docs(kilo-docs): update Auto Balanced model from M2.5 (free) to M2.7 (paid) The Auto Balanced tier now uses Minimax M2.7 (paid) for implementation modes instead of Minimax M2.5 (Free). Update references in the user-facing auto-model docs and the gateway models-and-providers page. --- .../pages/code-with-ai/agents/auto-model.md | 28 +++++++++---------- .../pages/gateway/models-and-providers.md | 10 +++---- 2 files changed, 19 insertions(+), 19 deletions(-) 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`