summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/it
diff options
context:
space:
mode:
authorJack <[email protected]>2026-04-20 23:58:32 +0800
committerGitHub <[email protected]>2026-04-20 23:58:32 +0800
commitd68ebee5557d434ff543d60b1a6c1302ae700682 (patch)
tree694286044ac8aabd35b4506338ef07b2f28a3fe3 /packages/web/src/content/docs/it
parentae7a3518f789caf9d1f39dfb7848fa44005e36a0 (diff)
downloadopencode-d68ebee5557d434ff543d60b1a6c1302ae700682.tar.gz
opencode-d68ebee5557d434ff543d60b1a6c1302ae700682.zip
docs(go): add Kimi K2.6 to Go and Zen content (#23558)
Diffstat (limited to 'packages/web/src/content/docs/it')
-rw-r--r--packages/web/src/content/docs/it/go.mdx9
-rw-r--r--packages/web/src/content/docs/it/zen.mdx2
2 files changed, 8 insertions, 3 deletions
diff --git a/packages/web/src/content/docs/it/go.mdx b/packages/web/src/content/docs/it/go.mdx
index f90dce509..f15e696b7 100644
--- a/packages/web/src/content/docs/it/go.mdx
+++ b/packages/web/src/content/docs/it/go.mdx
@@ -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.
---
diff --git a/packages/web/src/content/docs/it/zen.mdx b/packages/web/src/content/docs/it/zen.mdx
index 338fc289c..927c5b441 100644
--- a/packages/web/src/content/docs/it/zen.mdx
+++ b/packages/web/src/content/docs/it/zen.mdx
@@ -97,6 +97,7 @@ Puoi anche accedere ai nostri modelli tramite i seguenti endpoint API.
| GLM 5.1 | glm-5.1 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
| GLM 5 | glm-5 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
| Kimi K2.5 | kimi-k2.5 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
+| Kimi K2.6 | kimi-k2.6 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
| Big Pickle | big-pickle | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
| MiMo V2 Pro Free | mimo-v2-pro-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
| MiMo V2 Omni Free | mimo-v2-omni-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
@@ -135,6 +136,7 @@ Supportiamo un modello pay-as-you-go. Qui sotto trovi i prezzi **per 1M token**.
| GLM 5.1 | $1.40 | $4.40 | $0.26 | - |
| GLM 5 | $1.00 | $3.20 | $0.20 | - |
| Kimi K2.5 | $0.60 | $3.00 | $0.10 | - |
+| Kimi K2.6 | $0.95 | $4.00 | $0.16 | - |
| Qwen3 Coder 480B | $0.45 | $1.50 | - | - |
| Claude Opus 4.7 | $5.00 | $25.00 | $0.50 | $6.25 |
| Claude Opus 4.6 | $5.00 | $25.00 | $0.50 | $6.25 |