summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/it/go.mdx
diff options
context:
space:
mode:
authorFrank <[email protected]>2026-04-15 01:28:39 -0400
committerFrank <[email protected]>2026-04-15 02:07:06 -0400
commit6a7ca45ae6dc9b144f9e86d489fd6abb628a9884 (patch)
tree6b828af63a6bfb88ddb4665758c9bec7c5cd7736 /packages/web/src/content/docs/it/go.mdx
parent8d89c3417bcfb6bb29793a640a37686957e82692 (diff)
downloadopencode-6a7ca45ae6dc9b144f9e86d489fd6abb628a9884.tar.gz
opencode-6a7ca45ae6dc9b144f9e86d489fd6abb628a9884.zip
doc: qwen3.5 & 3.6
Diffstat (limited to 'packages/web/src/content/docs/it/go.mdx')
-rw-r--r--packages/web/src/content/docs/it/go.mdx16
1 files changed, 11 insertions, 5 deletions
diff --git a/packages/web/src/content/docs/it/go.mdx b/packages/web/src/content/docs/it/go.mdx
index e4b95d228..cb541bedb 100644
--- a/packages/web/src/content/docs/it/go.mdx
+++ b/packages/web/src/content/docs/it/go.mdx
@@ -67,6 +67,8 @@ L'elenco attuale dei modelli include:
- **MiMo-V2-Pro**
- **MiMo-V2-Omni**
- **MiniMax M2.5**
+- **Qwen3.5 Plus**
+- **Qwen3.6 Plus**
- **MiniMax M2.7**
L'elenco dei modelli potrebbe cambiare man mano che ne testiamo e aggiungiamo di nuovi.
@@ -85,17 +87,19 @@ I limiti sono definiti in valore in dollari. Questo significa che il conteggio e
La tabella seguente fornisce una stima del conteggio delle richieste in base a pattern di utilizzo tipici di Go:
-| | GLM-5.1 | GLM-5 | Kimi K2.5 | MiMo-V2-Pro | MiMo-V2-Omni | MiniMax M2.7 | MiniMax M2.5 |
-| --------------------- | ------- | ----- | --------- | ----------- | ------------ | ------------ | ------------ |
-| richieste ogni 5 ore | 880 | 1.150 | 1.850 | 1.290 | 2.150 | 14.000 | 20.000 |
-| richieste a settimana | 2.150 | 2.880 | 4.630 | 3.225 | 5.450 | 35.000 | 50.000 |
-| richieste al mese | 4.300 | 5.750 | 9.250 | 6.450 | 10.900 | 70.000 | 100.000 |
+| | GLM-5.1 | GLM-5 | Kimi K2.5 | MiMo-V2-Pro | MiMo-V2-Omni | MiniMax M2.7 | MiniMax M2.5 | Qwen3.6 Plus | Qwen3.5 Plus |
+| --------------------- | ------- | ----- | --------- | ----------- | ------------ | ------------ | ------------ | ------- | ------- |
+| richieste ogni 5 ore | 880 | 1.150 | 1.850 | 1.290 | 2.150 | 14.000 | 20.000 | 3,300 | 10,200 |
+| richieste a settimana | 2.150 | 2.880 | 4.630 | 3.225 | 5.450 | 35.000 | 50.000 | 8,200 | 25,200 |
+| richieste al mese | 4.300 | 5.750 | 9.250 | 6.450 | 10.900 | 70.000 | 100.000 | 20,500 | 50,500 |
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
- 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
- MiMo-V2-Pro — 350 di input, 41.000 in cache, 250 token di output per richiesta
- MiMo-V2-Omni — 1000 di input, 60.000 in cache, 140 token di output per richiesta
@@ -130,6 +134,8 @@ Puoi anche accedere ai modelli Go tramite i seguenti endpoint API.
| 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` |
| MiniMax M2.5 | minimax-m2.5 | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
+| Qwen3.6 Plus | qwen3.6-plus | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/alibaba` |
+| 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