mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 20:49:55 +00:00
docs(go): add Kimi K2.6 to Go and Zen content (#23558)
This commit is contained in:
parent
ae7a3518f7
commit
d68ebee555
55 changed files with 227 additions and 136 deletions
|
|
@ -64,6 +64,7 @@ L'elenco attuale dei modelli include:
|
|||
- **GLM-5**
|
||||
- **GLM-5.1**
|
||||
- **Kimi K2.5**
|
||||
- **Kimi K2.6**
|
||||
- **MiMo-V2-Pro**
|
||||
- **MiMo-V2-Omni**
|
||||
- **MiniMax M2.5**
|
||||
|
|
@ -92,6 +93,7 @@ La tabella seguente fornisce una stima del conteggio delle richieste in base a p
|
|||
| GLM-5.1 | 880 | 2,150 | 4,300 |
|
||||
| GLM-5 | 1,150 | 2,880 | 5,750 |
|
||||
| Kimi K2.5 | 1,850 | 4,630 | 9,250 |
|
||||
| Kimi K2.6 | 1,150 | 2,880 | 5,750 |
|
||||
| MiMo-V2-Pro | 1,290 | 3,225 | 6,450 |
|
||||
| MiMo-V2-Omni | 2,150 | 5,450 | 10,900 |
|
||||
| Qwen3.6 Plus | 3,300 | 8,200 | 16,300 |
|
||||
|
|
@ -102,7 +104,7 @@ La tabella seguente fornisce una stima del conteggio delle richieste in base a p
|
|||
Le stime si basano sui pattern medi di richieste osservati:
|
||||
|
||||
- GLM-5/5.1 — 700 di input, 52.000 in cache, 150 token di output per richiesta
|
||||
- Kimi K2.5 — 870 di input, 55.000 in cache, 200 token di output per richiesta
|
||||
- Kimi K2.5/K2.6 — 870 di input, 55.000 in cache, 200 token di output per richiesta
|
||||
- MiniMax M2.7/M2.5 — 300 di input, 55.000 in cache, 125 token di output per richiesta
|
||||
- Qwen3.5 Plus — 410 input, 47,000 cached, 140 output tokens per request
|
||||
- Qwen3.6 Plus — 500 input, 57,000 cached, 190 output tokens per request
|
||||
|
|
@ -136,6 +138,7 @@ Puoi anche accedere ai modelli Go tramite i seguenti endpoint API.
|
|||
| GLM-5.1 | glm-5.1 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
|
||||
| GLM-5 | glm-5 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
|
||||
| Kimi K2.5 | kimi-k2.5 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
|
||||
| Kimi K2.6 | kimi-k2.6 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
|
||||
| MiMo-V2-Pro | mimo-v2-pro | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
|
||||
| MiMo-V2-Omni | mimo-v2-omni | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
|
||||
| MiniMax M2.7 | minimax-m2.7 | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
|
||||
|
|
@ -144,8 +147,8 @@ Puoi anche accedere ai modelli Go tramite i seguenti endpoint API.
|
|||
| Qwen3.5 Plus | qwen3.5-plus | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/alibaba` |
|
||||
|
||||
Il [model id](/docs/config/#models) nella tua OpenCode config
|
||||
utilizza il formato `opencode-go/<model-id>`. Ad esempio, per Kimi K2.5, useresti
|
||||
`opencode-go/kimi-k2.5` nella tua configurazione.
|
||||
utilizza il formato `opencode-go/<model-id>`. Ad esempio, per Kimi K2.6, useresti
|
||||
`opencode-go/kimi-k2.6` nella tua configurazione.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue