mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 10:02:04 +08:00
docs(kilo-docs): bump stale claude model IDs to current versions
This commit is contained in:
@@ -115,8 +115,8 @@ The Kilo API at `api.kilo.ai` defines which underlying models each `kilo-auto/*`
|
||||
{
|
||||
"opencode": {
|
||||
"variants": {
|
||||
"architect": { "model": "anthropic/claude-opus-4-6", ... },
|
||||
"code": { "model": "anthropic/claude-sonnet-4-6", ... }
|
||||
"architect": { "model": "anthropic/claude-opus-4.7", ... },
|
||||
"code": { "model": "anthropic/claude-sonnet-4.6", ... }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@ This returns model information including pricing, context window, and supported
|
||||
|
||||
| Model ID | Provider | Description |
|
||||
| ------------------------------- | --------- | ----------------------------------------------- |
|
||||
| `anthropic/claude-opus-4.6` | Anthropic | Most capable Claude model for complex reasoning |
|
||||
| `anthropic/claude-opus-4.7` | Anthropic | Most capable Claude model for complex reasoning |
|
||||
| `anthropic/claude-sonnet-4.6` | Anthropic | Balanced performance and cost |
|
||||
| `anthropic/claude-haiku-4.5` | Anthropic | Fast and cost-effective |
|
||||
| `openai/gpt-5.4` | OpenAI | Latest GPT model |
|
||||
|
||||
Reference in New Issue
Block a user