Skip to content

Commit 8f2afba

Browse files
committed
zen: deepseek flash
1 parent 31f94f2 commit 8f2afba

36 files changed

Lines changed: 370 additions & 10 deletions

packages/web/src/content/docs/ar/go.mdx

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ OpenCode Go هو اشتراك منخفض التكلفة — **$5 للشهر ال
9393
| DeepSeek V4 Pro | 3,450 | 8,550 | 17,150 |
9494
| DeepSeek V4 Flash | 31,650 | 79,050 | 158,150 |
9595

96-
تستند التقديرات إلى متوسطات أنماط الطلبات المرصودة:
96+
تستند التقديرات إلى متوسط أنماط الطلبات المرصودة:
9797

9898
- GLM-5/5.1 — ‏700 input، و52,000 cached، و150 output tokens لكل طلب
9999
- Kimi K2.5/K2.6 — ‏870 input، و55,000 cached، و200 output tokens لكل طلب
@@ -105,6 +105,23 @@ OpenCode Go هو اشتراك منخفض التكلفة — **$5 للشهر ال
105105
- MiMo-V2.5 — ‏830 input، و71,500 cached، و295 output tokens لكل طلب
106106
- MiMo-V2.5-Pro — ‏790 input، و86,000 cached، و305 output tokens لكل طلب
107107

108+
تستند التقديرات أيضًا إلى الأسعار التالية لكل 1M tokens:
109+
110+
| النموذج | الإدخال | الإخراج | القراءة المخزنة | الكتابة المخزنة |
111+
| ----------------- | ------- | ------- | --------------- | --------------- |
112+
| GLM-5.1 | $1.40 | $4.40 | $0.26 | - |
113+
| GLM-5 | $1.00 | $3.20 | $0.20 | - |
114+
| Kimi K2.6 | $0.95 | $4.00 | $0.16 | - |
115+
| Kimi K2.5 | $0.60 | $3.00 | $0.10 | - |
116+
| MiMo V2.5 | $0.14 | $0.28 | $0.0028 | - |
117+
| MiMo V2.5 Pro | $1.74 | $3.48 | $0.0145 | - |
118+
| MiniMax M2.7 | $0.30 | $1.20 | $0.06 | $0.375 |
119+
| MiniMax M2.5 | $0.30 | $1.20 | $0.06 | $0.375 |
120+
| Qwen3.7 Max | $2.50 | $7.50 | $0.50 | $3.125 |
121+
| Qwen3.6 Plus | $0.50 | $3.00 | $0.05 | $0.625 |
122+
| DeepSeek V4 Pro | $1.74 | $3.48 | $0.0145 | - |
123+
| DeepSeek V4 Flash | $0.14 | $0.28 | $0.0028 | - |
124+
108125
يمكنك تتبّع استخدامك الحالي في **<a href={console}>console</a>**.
109126

110127
:::tip

packages/web/src/content/docs/ar/zen.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,10 @@ OpenCode Zen هي بوابة AI تتيح لك الوصول إلى هذه الن
8585
| Gemini 3.5 Flash | gemini-3.5-flash | `https://opencode.ai/zen/v1/models/gemini-3.5-flash` | `@ai-sdk/google` |
8686
| Gemini 3.1 Pro | gemini-3.1-pro | `https://opencode.ai/zen/v1/models/gemini-3.1-pro` | `@ai-sdk/google` |
8787
| Gemini 3 Flash | gemini-3-flash | `https://opencode.ai/zen/v1/models/gemini-3-flash` | `@ai-sdk/google` |
88+
| Qwen3.7 Max | qwen3.7-max | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
8889
| Qwen3.6 Plus | qwen3.6-plus | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
8990
| Qwen3.5 Plus | qwen3.5-plus | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
91+
| DeepSeek V4 Flash | deepseek-v4-flash | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
9092
| MiniMax M2.7 | minimax-m2.7 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
9193
| MiniMax M2.5 | minimax-m2.5 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
9294
| GLM 5.1 | glm-5.1 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
@@ -132,6 +134,7 @@ https://opencode.ai/zen/v1/models
132134
| Qwen3.7 Max | $2.50 | $7.50 | $0.50 | $3.125 |
133135
| Qwen3.6 Plus | $0.50 | $3.00 | $0.05 | $0.625 |
134136
| Qwen3.5 Plus | $0.20 | $1.20 | $0.02 | $0.25 |
137+
| DeepSeek V4 Flash | $0.14 | $0.28 | $0.03 | - |
135138
| Grok Build 0.1 | $1.00 | $2.00 | $0.20 | - |
136139
| Claude Opus 4.8 | $5.00 | $25.00 | $0.50 | $6.25 |
137140
| Claude Opus 4.7 | $5.00 | $25.00 | $0.50 | $6.25 |

packages/web/src/content/docs/bs/go.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,23 @@ Procjene se zasnivaju na zapaženim prosječnim obrascima zahtjeva:
115115
- MiMo-V2.5 — 830 ulaznih, 71,500 keširanih, 295 izlaznih tokena po zahtjevu
116116
- MiMo-V2.5-Pro — 790 ulaznih, 86,000 keširanih, 305 izlaznih tokena po zahtjevu
117117

118+
Procjene se također zasnivaju na sljedećim cijenama po 1M tokena:
119+
120+
| Model | Input | Output | Cached Read | Cached Write |
121+
| ----------------- | ----- | ------ | ----------- | ------------ |
122+
| GLM-5.1 | $1.40 | $4.40 | $0.26 | - |
123+
| GLM-5 | $1.00 | $3.20 | $0.20 | - |
124+
| Kimi K2.6 | $0.95 | $4.00 | $0.16 | - |
125+
| Kimi K2.5 | $0.60 | $3.00 | $0.10 | - |
126+
| MiMo V2.5 | $0.14 | $0.28 | $0.0028 | - |
127+
| MiMo V2.5 Pro | $1.74 | $3.48 | $0.0145 | - |
128+
| MiniMax M2.7 | $0.30 | $1.20 | $0.06 | $0.375 |
129+
| MiniMax M2.5 | $0.30 | $1.20 | $0.06 | $0.375 |
130+
| Qwen3.7 Max | $2.50 | $7.50 | $0.50 | $3.125 |
131+
| Qwen3.6 Plus | $0.50 | $3.00 | $0.05 | $0.625 |
132+
| DeepSeek V4 Pro | $1.74 | $3.48 | $0.0145 | - |
133+
| DeepSeek V4 Flash | $0.14 | $0.28 | $0.0028 | - |
134+
118135
Svoju trenutnu potrošnju možete pratiti u **<a href={console}>konzoli</a>**.
119136

120137
:::tip

packages/web/src/content/docs/bs/zen.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,10 @@ Našim modelima možete pristupiti i preko sljedećih API endpointa.
9090
| Gemini 3.5 Flash | gemini-3.5-flash | `https://opencode.ai/zen/v1/models/gemini-3.5-flash` | `@ai-sdk/google` |
9191
| Gemini 3.1 Pro | gemini-3.1-pro | `https://opencode.ai/zen/v1/models/gemini-3.1-pro` | `@ai-sdk/google` |
9292
| Gemini 3 Flash | gemini-3-flash | `https://opencode.ai/zen/v1/models/gemini-3-flash` | `@ai-sdk/google` |
93+
| Qwen3.7 Max | qwen3.7-max | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
9394
| Qwen3.6 Plus | qwen3.6-plus | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
9495
| Qwen3.5 Plus | qwen3.5-plus | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
96+
| DeepSeek V4 Flash | deepseek-v4-flash | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
9597
| MiniMax M2.7 | minimax-m2.7 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
9698
| MiniMax M2.5 | minimax-m2.5 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
9799
| GLM 5.1 | glm-5.1 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
@@ -139,6 +141,7 @@ Podržavamo pay-as-you-go model. Ispod su cijene **po 1M tokena**.
139141
| Qwen3.7 Max | $2.50 | $7.50 | $0.50 | $3.125 |
140142
| Qwen3.6 Plus | $0.50 | $3.00 | $0.05 | $0.625 |
141143
| Qwen3.5 Plus | $0.20 | $1.20 | $0.02 | $0.25 |
144+
| DeepSeek V4 Flash | $0.14 | $0.28 | $0.03 | - |
142145
| Grok Build 0.1 | $1.00 | $2.00 | $0.20 | - |
143146
| Claude Opus 4.8 | $5.00 | $25.00 | $0.50 | $6.25 |
144147
| Claude Opus 4.7 | $5.00 | $25.00 | $0.50 | $6.25 |

packages/web/src/content/docs/da/go.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,23 @@ Estimaterne er baseret på observerede gennemsnitlige anmodningsmønstre:
115115
- MiMo-V2.5 — 830 input, 71.500 cachelagrede, 295 output-tokens pr. anmodning
116116
- MiMo-V2.5-Pro — 790 input, 86.000 cachelagrede, 305 output-tokens pr. anmodning
117117

118+
Estimaterne er også baseret på følgende priser pr. 1M tokens:
119+
120+
| Model | Input | Output | Cached Read | Cached Write |
121+
| ----------------- | ----- | ------ | ----------- | ------------ |
122+
| GLM-5.1 | $1.40 | $4.40 | $0.26 | - |
123+
| GLM-5 | $1.00 | $3.20 | $0.20 | - |
124+
| Kimi K2.6 | $0.95 | $4.00 | $0.16 | - |
125+
| Kimi K2.5 | $0.60 | $3.00 | $0.10 | - |
126+
| MiMo V2.5 | $0.14 | $0.28 | $0.0028 | - |
127+
| MiMo V2.5 Pro | $1.74 | $3.48 | $0.0145 | - |
128+
| MiniMax M2.7 | $0.30 | $1.20 | $0.06 | $0.375 |
129+
| MiniMax M2.5 | $0.30 | $1.20 | $0.06 | $0.375 |
130+
| Qwen3.7 Max | $2.50 | $7.50 | $0.50 | $3.125 |
131+
| Qwen3.6 Plus | $0.50 | $3.00 | $0.05 | $0.625 |
132+
| DeepSeek V4 Pro | $1.74 | $3.48 | $0.0145 | - |
133+
| DeepSeek V4 Flash | $0.14 | $0.28 | $0.0028 | - |
134+
118135
Du kan spore dit nuværende forbrug i **<a href={console}>konsollen</a>**.
119136

120137
:::tip

packages/web/src/content/docs/da/zen.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,10 @@ Du kan også få adgang til vores modeller gennem følgende API-endpoints.
9090
| Gemini 3.5 Flash | gemini-3.5-flash | `https://opencode.ai/zen/v1/models/gemini-3.5-flash` | `@ai-sdk/google` |
9191
| Gemini 3.1 Pro | gemini-3.1-pro | `https://opencode.ai/zen/v1/models/gemini-3.1-pro` | `@ai-sdk/google` |
9292
| Gemini 3 Flash | gemini-3-flash | `https://opencode.ai/zen/v1/models/gemini-3-flash` | `@ai-sdk/google` |
93+
| Qwen3.7 Max | qwen3.7-max | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
9394
| Qwen3.6 Plus | qwen3.6-plus | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
9495
| Qwen3.5 Plus | qwen3.5-plus | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
96+
| DeepSeek V4 Flash | deepseek-v4-flash | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
9597
| MiniMax M2.7 | minimax-m2.7 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
9698
| MiniMax M2.5 | minimax-m2.5 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
9799
| GLM 5.1 | glm-5.1 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
@@ -139,6 +141,7 @@ Vi understøtter en pay-as-you-go-model. Nedenfor er priserne **pr. 1M tokens**.
139141
| Qwen3.7 Max | $2.50 | $7.50 | $0.50 | $3.125 |
140142
| Qwen3.6 Plus | $0.50 | $3.00 | $0.05 | $0.625 |
141143
| Qwen3.5 Plus | $0.20 | $1.20 | $0.02 | $0.25 |
144+
| DeepSeek V4 Flash | $0.14 | $0.28 | $0.03 | - |
142145
| Grok Build 0.1 | $1.00 | $2.00 | $0.20 | - |
143146
| Claude Opus 4.8 | $5.00 | $25.00 | $0.50 | $6.25 |
144147
| Claude Opus 4.7 | $5.00 | $25.00 | $0.50 | $6.25 |

packages/web/src/content/docs/de/go.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,23 @@ Die Schätzungen basieren auf beobachteten durchschnittlichen Anfragemustern:
107107
- MiMo-V2.5 — 830 Input-, 71.500 Cached-, 295 Output-Tokens pro Anfrage
108108
- MiMo-V2.5-Pro — 790 Input-, 86.000 Cached-, 305 Output-Tokens pro Anfrage
109109

110+
Die Schätzungen basieren außerdem auf den folgenden Preisen pro 1M Tokens:
111+
112+
| Model | Input | Output | Cached Read | Cached Write |
113+
| ----------------- | ----- | ------ | ----------- | ------------ |
114+
| GLM-5.1 | $1.40 | $4.40 | $0.26 | - |
115+
| GLM-5 | $1.00 | $3.20 | $0.20 | - |
116+
| Kimi K2.6 | $0.95 | $4.00 | $0.16 | - |
117+
| Kimi K2.5 | $0.60 | $3.00 | $0.10 | - |
118+
| MiMo V2.5 | $0.14 | $0.28 | $0.0028 | - |
119+
| MiMo V2.5 Pro | $1.74 | $3.48 | $0.0145 | - |
120+
| MiniMax M2.7 | $0.30 | $1.20 | $0.06 | $0.375 |
121+
| MiniMax M2.5 | $0.30 | $1.20 | $0.06 | $0.375 |
122+
| Qwen3.7 Max | $2.50 | $7.50 | $0.50 | $3.125 |
123+
| Qwen3.6 Plus | $0.50 | $3.00 | $0.05 | $0.625 |
124+
| DeepSeek V4 Pro | $1.74 | $3.48 | $0.0145 | - |
125+
| DeepSeek V4 Flash | $0.14 | $0.28 | $0.0028 | - |
126+
110127
Du kannst deine aktuelle Nutzung in der **<a href={console}>Console</a>** verfolgen.
111128

112129
:::tip

packages/web/src/content/docs/de/zen.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,10 @@ Du kannst auch über die folgenden API-Endpunkte auf unsere Modelle zugreifen.
8181
| Gemini 3.5 Flash | gemini-3.5-flash | `https://opencode.ai/zen/v1/models/gemini-3.5-flash` | `@ai-sdk/google` |
8282
| Gemini 3.1 Pro | gemini-3.1-pro | `https://opencode.ai/zen/v1/models/gemini-3.1-pro` | `@ai-sdk/google` |
8383
| Gemini 3 Flash | gemini-3-flash | `https://opencode.ai/zen/v1/models/gemini-3-flash` | `@ai-sdk/google` |
84+
| Qwen3.7 Max | qwen3.7-max | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
8485
| Qwen3.6 Plus | qwen3.6-plus | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
8586
| Qwen3.5 Plus | qwen3.5-plus | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
87+
| DeepSeek V4 Flash | deepseek-v4-flash | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
8688
| MiniMax M2.7 | minimax-m2.7 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
8789
| MiniMax M2.5 | minimax-m2.5 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
8890
| GLM 5.1 | glm-5.1 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
@@ -128,6 +130,7 @@ Wir unterstützen ein Pay-as-you-go-Modell. Unten findest du die Preise **pro 1M
128130
| Qwen3.7 Max | $2.50 | $7.50 | $0.50 | $3.125 |
129131
| Qwen3.6 Plus | $0.50 | $3.00 | $0.05 | $0.625 |
130132
| Qwen3.5 Plus | $0.20 | $1.20 | $0.02 | $0.25 |
133+
| DeepSeek V4 Flash | $0.14 | $0.28 | $0.03 | - |
131134
| Grok Build 0.1 | $1.00 | $2.00 | $0.20 | - |
132135
| Claude Opus 4.8 | $5.00 | $25.00 | $0.50 | $6.25 |
133136
| Claude Opus 4.7 | $5.00 | $25.00 | $0.50 | $6.25 |

packages/web/src/content/docs/es/go.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,23 @@ Las estimaciones se basan en los patrones de peticiones promedio observados:
115115
- MiMo-V2.5 — 830 tokens de entrada, 71,500 en caché, 295 tokens de salida por petición
116116
- MiMo-V2.5-Pro — 790 tokens de entrada, 86,000 en caché, 305 tokens de salida por petición
117117

118+
Las estimaciones también se basan en los siguientes precios por 1M tokens:
119+
120+
| Modelo | Entrada | Salida | Lectura en caché | Escritura en caché |
121+
| ----------------- | ------- | ------ | ---------------- | ------------------ |
122+
| GLM-5.1 | $1.40 | $4.40 | $0.26 | - |
123+
| GLM-5 | $1.00 | $3.20 | $0.20 | - |
124+
| Kimi K2.6 | $0.95 | $4.00 | $0.16 | - |
125+
| Kimi K2.5 | $0.60 | $3.00 | $0.10 | - |
126+
| MiMo V2.5 | $0.14 | $0.28 | $0.0028 | - |
127+
| MiMo V2.5 Pro | $1.74 | $3.48 | $0.0145 | - |
128+
| MiniMax M2.7 | $0.30 | $1.20 | $0.06 | $0.375 |
129+
| MiniMax M2.5 | $0.30 | $1.20 | $0.06 | $0.375 |
130+
| Qwen3.7 Max | $2.50 | $7.50 | $0.50 | $3.125 |
131+
| Qwen3.6 Plus | $0.50 | $3.00 | $0.05 | $0.625 |
132+
| DeepSeek V4 Pro | $1.74 | $3.48 | $0.0145 | - |
133+
| DeepSeek V4 Flash | $0.14 | $0.28 | $0.0028 | - |
134+
118135
Puedes realizar un seguimiento de tu uso actual en la **<a href={console}>consola</a>**.
119136

120137
:::tip

packages/web/src/content/docs/es/zen.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,10 @@ También puedes acceder a nuestros modelos a través de los siguientes endpoints
9090
| Gemini 3.5 Flash | gemini-3.5-flash | `https://opencode.ai/zen/v1/models/gemini-3.5-flash` | `@ai-sdk/google` |
9191
| Gemini 3.1 Pro | gemini-3.1-pro | `https://opencode.ai/zen/v1/models/gemini-3.1-pro` | `@ai-sdk/google` |
9292
| Gemini 3 Flash | gemini-3-flash | `https://opencode.ai/zen/v1/models/gemini-3-flash` | `@ai-sdk/google` |
93+
| Qwen3.7 Max | qwen3.7-max | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
9394
| Qwen3.6 Plus | qwen3.6-plus | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
9495
| Qwen3.5 Plus | qwen3.5-plus | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
96+
| DeepSeek V4 Flash | deepseek-v4-flash | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
9597
| MiniMax M2.7 | minimax-m2.7 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
9698
| MiniMax M2.5 | minimax-m2.5 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
9799
| GLM 5.1 | glm-5.1 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
@@ -139,6 +141,7 @@ Admitimos un modelo de pago por uso. A continuación se muestran los precios **p
139141
| Qwen3.7 Max | $2.50 | $7.50 | $0.50 | $3.125 |
140142
| Qwen3.6 Plus | $0.50 | $3.00 | $0.05 | $0.625 |
141143
| Qwen3.5 Plus | $0.20 | $1.20 | $0.02 | $0.25 |
144+
| DeepSeek V4 Flash | $0.14 | $0.28 | $0.03 | - |
142145
| Grok Build 0.1 | $1.00 | $2.00 | $0.20 | - |
143146
| Claude Opus 4.8 | $5.00 | $25.00 | $0.50 | $6.25 |
144147
| Claude Opus 4.7 | $5.00 | $25.00 | $0.50 | $6.25 |

0 commit comments

Comments
 (0)