Merge pull request #7519 from Kilo-Org/docs/fix-auto-balanced-model-m27

docs(kilo-docs): update Auto Balanced model from M2.5 (free) to M2.7 (paid)
This commit is contained in:
Scott Breitenother
2026-03-24 07:58:24 -04:00
committed by GitHub
2 changed files with 19 additions and 19 deletions
@@ -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
@@ -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`