Jack 3 месяцев назад
Родитель
Сommit
2d03cf4a9a

+ 2 - 1
packages/console/app/src/routes/go/index.tsx

@@ -64,11 +64,12 @@ function LimitsGraph(props: { href: string }) {
     { id: "glm-5.1", name: "GLM-5.1", req: 880, d: "100ms" },
     { id: "qwen3.7-max", name: "Qwen3.7 Max", req: 950, d: "280ms" },
     { id: "kimi-k2.6", name: "Kimi K2.6", req: 1150, d: "150ms" },
-    { id: "mimo-v2.5-pro", name: "MiMo-V2.5-Pro", req: 1290, d: "150ms" },
+    { id: "mimo-v2.5-pro", name: "MiMo-V2.5-Pro", req: 3250, d: "150ms" },
     { id: "qwen3.6-plus", name: "Qwen3.6 Plus", req: 3300, d: "280ms" },
     { id: "minimax-m2.7", name: "MiniMax M2.7", req: 3400, d: "300ms" },
     { id: "deepseek-v4-pro", name: "DeepSeek V4 Pro", req: 3450, d: "200ms" },
     { id: "qwen3.5-plus", name: "Qwen3.5 Plus", req: 10200, d: "360ms" },
+    { id: "mimo-v2.5", name: "MiMo-V2.5", req: 30100, d: "340ms" },
     { id: "deepseek-v4-flash", name: "DeepSeek V4 Flash", req: 31650, d: "340ms" },
   ]
 

+ 4 - 4
packages/web/src/content/docs/ar/go.mdx

@@ -85,8 +85,8 @@ OpenCode Go هو اشتراك منخفض التكلفة — **$5 للشهر ال
 | 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.5 (≤ 256K) | 2,150               | 5,450              | 10,900           |
-| MiMo-V2.5-Pro      | 1,290               | 3,225              | 6,450            |
+| MiMo-V2.5          | 30,100              | 75,200             | 150,400          |
+| MiMo-V2.5-Pro      | 3,250               | 8,150              | 16,300           |
 | MiniMax M2.7       | 3,400               | 8,500              | 17,000           |
 | MiniMax M2.5       | 6,300               | 15,900             | 31,800           |
 | Qwen3.7 Max        | 950                 | 2,390              | 4,770            |
@@ -105,8 +105,8 @@ OpenCode Go هو اشتراك منخفض التكلفة — **$5 للشهر ال
 - Qwen3.7 Max — ‏420 input، و66,000 cached، و200 output tokens لكل طلب
 - Qwen3.6 Plus — ‏500 input، و57,000 cached، و190 output tokens لكل طلب
 - Qwen3.5 Plus — ‏410 input، و47,000 cached، و140 output tokens لكل طلب
-- MiMo-V2.5 — ‏1000 input، و60,000 cached، و140 output tokens لكل طلب
-- MiMo-V2.5-Pro — ‏350 input، و41,000 cached، و250 output tokens لكل طلب
+- MiMo-V2.5 — ‏830 input، و71,500 cached، و295 output tokens لكل طلب
+- MiMo-V2.5-Pro — ‏790 input، و86,000 cached، و305 output tokens لكل طلب
 
 يمكنك تتبّع استخدامك الحالي في **<a href={console}>console</a>**.
 

+ 4 - 4
packages/web/src/content/docs/bs/go.mdx

@@ -95,8 +95,8 @@ Tabela ispod pruža procijenjeni broj zahtjeva na osnovu tipičnih obrazaca kori
 | 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.5 (≤ 256K) | 2,150              | 5,450             | 10,900            |
-| MiMo-V2.5-Pro      | 1,290              | 3,225             | 6,450             |
+| MiMo-V2.5          | 30,100             | 75,200            | 150,400           |
+| MiMo-V2.5-Pro      | 3,250              | 8,150             | 16,300            |
 | MiniMax M2.7       | 3,400              | 8,500             | 17,000            |
 | MiniMax M2.5       | 6,300              | 15,900            | 31,800            |
 | Qwen3.7 Max        | 950                | 2,390             | 4,770             |
@@ -115,8 +115,8 @@ Procjene se zasnivaju na zapaženim prosječnim obrascima zahtjeva:
 - Qwen3.7 Max — 420 ulaznih, 66,000 keširanih, 200 izlaznih tokena po zahtjevu
 - Qwen3.6 Plus — 500 ulaznih, 57,000 keširanih, 190 izlaznih tokena po zahtjevu
 - Qwen3.5 Plus — 410 ulaznih, 47,000 keširanih, 140 izlaznih tokena po zahtjevu
-- MiMo-V2.5 — 1000 ulaznih, 60,000 keširanih, 140 izlaznih tokena po zahtjevu
-- MiMo-V2.5-Pro — 350 ulaznih, 41,000 keširanih, 250 izlaznih tokena po zahtjevu
+- MiMo-V2.5 — 830 ulaznih, 71,500 keširanih, 295 izlaznih tokena po zahtjevu
+- MiMo-V2.5-Pro — 790 ulaznih, 86,000 keširanih, 305 izlaznih tokena po zahtjevu
 
 Svoju trenutnu potrošnju možete pratiti u **<a href={console}>konzoli</a>**.
 

+ 4 - 4
packages/web/src/content/docs/da/go.mdx

@@ -95,8 +95,8 @@ Tabellen nedenfor giver et estimeret antal anmodninger baseret på typiske Go-fo
 | 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.5 (≤ 256K) | 2,150                   | 5,450               | 10,900                |
-| MiMo-V2.5-Pro      | 1,290                   | 3,225               | 6,450                 |
+| MiMo-V2.5          | 30,100                  | 75,200              | 150,400               |
+| MiMo-V2.5-Pro      | 3,250                   | 8,150               | 16,300                |
 | MiniMax M2.7       | 3,400                   | 8,500               | 17,000                |
 | MiniMax M2.5       | 6,300                   | 15,900              | 31,800                |
 | Qwen3.7 Max        | 950                     | 2,390               | 4,770                 |
@@ -115,8 +115,8 @@ Estimaterne er baseret på observerede gennemsnitlige anmodningsmønstre:
 - Qwen3.7 Max — 420 input, 66.000 cachelagrede, 200 output-tokens pr. anmodning
 - Qwen3.6 Plus — 500 input, 57.000 cachelagrede, 190 output-tokens pr. anmodning
 - Qwen3.5 Plus — 410 input, 47.000 cachelagrede, 140 output-tokens pr. anmodning
-- MiMo-V2.5 — 1000 input, 60.000 cachelagrede, 140 output-tokens pr. anmodning
-- MiMo-V2.5-Pro — 350 input, 41.000 cachelagrede, 250 output-tokens pr. anmodning
+- MiMo-V2.5 — 830 input, 71.500 cachelagrede, 295 output-tokens pr. anmodning
+- MiMo-V2.5-Pro — 790 input, 86.000 cachelagrede, 305 output-tokens pr. anmodning
 
 Du kan spore dit nuværende forbrug i **<a href={console}>konsollen</a>**.
 

+ 4 - 4
packages/web/src/content/docs/de/go.mdx

@@ -87,8 +87,8 @@ Die folgende Tabelle zeigt eine geschätzte Anzahl von Anfragen basierend auf ty
 | 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.5 (≤ 256K) | 2,150                  | 5,450              | 10,900             |
-| MiMo-V2.5-Pro      | 1,290                  | 3,225              | 6,450              |
+| MiMo-V2.5          | 30,100                 | 75,200             | 150,400            |
+| MiMo-V2.5-Pro      | 3,250                  | 8,150              | 16,300             |
 | MiniMax M2.7       | 3,400                  | 8,500              | 17,000             |
 | MiniMax M2.5       | 6,300                  | 15,900             | 31,800             |
 | Qwen3.7 Max        | 950                    | 2,390              | 4,770              |
@@ -107,8 +107,8 @@ Die Schätzungen basieren auf beobachteten durchschnittlichen Anfragemustern:
 - Qwen3.7 Max — 420 Input-, 66.000 Cached-, 200 Output-Tokens pro Anfrage
 - Qwen3.6 Plus — 500 Input-, 57.000 Cached-, 190 Output-Tokens pro Anfrage
 - Qwen3.5 Plus — 410 Input-, 47.000 Cached-, 140 Output-Tokens pro Anfrage
-- MiMo-V2.5 — 1.000 Input-, 60.000 Cached-, 140 Output-Tokens pro Anfrage
-- MiMo-V2.5-Pro — 350 Input-, 41.000 Cached-, 250 Output-Tokens pro Anfrage
+- MiMo-V2.5 — 830 Input-, 71.500 Cached-, 295 Output-Tokens pro Anfrage
+- MiMo-V2.5-Pro — 790 Input-, 86.000 Cached-, 305 Output-Tokens pro Anfrage
 
 Du kannst deine aktuelle Nutzung in der **<a href={console}>Console</a>** verfolgen.
 

+ 4 - 4
packages/web/src/content/docs/es/go.mdx

@@ -95,8 +95,8 @@ La siguiente tabla proporciona una cantidad estimada de peticiones basada en los
 | 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.5 (≤ 256K) | 2,150                  | 5,450                 | 10,900             |
-| MiMo-V2.5-Pro      | 1,290                  | 3,225                 | 6,450              |
+| MiMo-V2.5          | 30,100                 | 75,200                | 150,400            |
+| MiMo-V2.5-Pro      | 3,250                  | 8,150                 | 16,300             |
 | MiniMax M2.7       | 3,400                  | 8,500                 | 17,000             |
 | MiniMax M2.5       | 6,300                  | 15,900                | 31,800             |
 | Qwen3.7 Max        | 950                    | 2,390                 | 4,770              |
@@ -115,8 +115,8 @@ Las estimaciones se basan en los patrones de peticiones promedio observados:
 - Qwen3.7 Max — 420 tokens de entrada, 66,000 en caché, 200 tokens de salida por petición
 - Qwen3.6 Plus — 500 tokens de entrada, 57,000 en caché, 190 tokens de salida por petición
 - Qwen3.5 Plus — 410 tokens de entrada, 47,000 en caché, 140 tokens de salida por petición
-- MiMo-V2.5 — 1000 tokens de entrada, 60,000 en caché, 140 tokens de salida por petición
-- MiMo-V2.5-Pro — 350 tokens de entrada, 41,000 en caché, 250 tokens de salida por petición
+- MiMo-V2.5 — 830 tokens de entrada, 71,500 en caché, 295 tokens de salida por petición
+- MiMo-V2.5-Pro — 790 tokens de entrada, 86,000 en caché, 305 tokens de salida por petición
 
 Puedes realizar un seguimiento de tu uso actual en la **<a href={console}>consola</a>**.
 

+ 4 - 4
packages/web/src/content/docs/fr/go.mdx

@@ -85,8 +85,8 @@ Le tableau ci-dessous fournit une estimation du nombre de requêtes basée sur d
 | 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.5 (≤ 256K) | 2,150                 | 5,450                | 10,900            |
-| MiMo-V2.5-Pro      | 1,290                 | 3,225                | 6,450             |
+| MiMo-V2.5          | 30,100                | 75,200               | 150,400           |
+| MiMo-V2.5-Pro      | 3,250                 | 8,150                | 16,300            |
 | MiniMax M2.7       | 3,400                 | 8,500                | 17,000            |
 | MiniMax M2.5       | 6,300                 | 15,900               | 31,800            |
 | Qwen3.7 Max        | 950                   | 2,390                | 4,770             |
@@ -105,8 +105,8 @@ Les estimations sont basées sur les modèles de requêtes moyens observés :
 - Qwen3.7 Max — 420 tokens en entrée, 66,000 en cache, 200 tokens en sortie par requête
 - Qwen3.6 Plus — 500 tokens en entrée, 57,000 en cache, 190 tokens en sortie par requête
 - Qwen3.5 Plus — 410 tokens en entrée, 47,000 en cache, 140 tokens en sortie par requête
-- MiMo-V2.5 — 1000 tokens en entrée, 60,000 en cache, 140 tokens en sortie par requête
-- MiMo-V2.5-Pro — 350 tokens en entrée, 41,000 en cache, 250 tokens en sortie par requête
+- MiMo-V2.5 — 830 tokens en entrée, 71,500 en cache, 295 tokens en sortie par requête
+- MiMo-V2.5-Pro — 790 tokens en entrée, 86,000 en cache, 305 tokens en sortie par requête
 
 Vous pouvez suivre votre utilisation actuelle dans la **<a href={console}>console</a>**.
 

+ 4 - 4
packages/web/src/content/docs/go.mdx

@@ -95,8 +95,8 @@ The table below provides an estimated request count based on typical Go usage pa
 | 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.5 (≤ 256K) | 2,150               | 5,450             | 10,900             |
-| MiMo-V2.5-Pro      | 1,290               | 3,225             | 6,450              |
+| MiMo-V2.5          | 30,100              | 75,200            | 150,400            |
+| MiMo-V2.5-Pro      | 3,250               | 8,150             | 16,300             |
 | MiniMax M2.7       | 3,400               | 8,500             | 17,000             |
 | MiniMax M2.5       | 6,300               | 15,900            | 31,800             |
 | Qwen3.7 Max        | 950                 | 2,390             | 4,770              |
@@ -112,8 +112,8 @@ Estimates are based on observed average request patterns:
 - DeepSeek V4 Pro — 750 input, 82,000 cached, 290 output tokens per request
 - DeepSeek V4 Flash — 790 input, 68,000 cached, 280 output tokens per request
 - MiniMax M2.7/M2.5 — 300 input, 55,000 cached, 125 output tokens per request
-- MiMo-V2.5 — 1000 input, 60,000 cached, 140 output tokens per request
-- MiMo-V2.5-Pro — 350 input, 41,000 cached, 250 output tokens per request
+- MiMo-V2.5 — 830 input, 71,500 cached, 295 output tokens per request
+- MiMo-V2.5-Pro — 790 input, 86,000 cached, 305 output tokens per request
 - Qwen3.7 Max — 420 input, 66,000 cached, 200 output tokens per request
 - Qwen3.6 Plus — 500 input, 57,000 cached, 190 output tokens per request
 - Qwen3.5 Plus — 410 input, 47,000 cached, 140 output tokens per request

+ 4 - 4
packages/web/src/content/docs/it/go.mdx

@@ -93,8 +93,8 @@ La tabella seguente fornisce una stima del conteggio delle richieste in base a p
 | 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.5 (≤ 256K) | 2,150                | 5,450                 | 10,900            |
-| MiMo-V2.5-Pro      | 1,290                | 3,225                 | 6,450             |
+| MiMo-V2.5          | 30,100               | 75,200                | 150,400           |
+| MiMo-V2.5-Pro      | 3,250                | 8,150                 | 16,300            |
 | MiniMax M2.7       | 3,400                | 8,500                 | 17,000            |
 | MiniMax M2.5       | 6,300                | 15,900                | 31,800            |
 | Qwen3.7 Max        | 950                  | 2,390                 | 4,770             |
@@ -113,8 +113,8 @@ Le stime si basano sui pattern medi di richieste osservati:
 - Qwen3.7 Max — 420 di input, 66.000 in cache, 200 token di output per richiesta
 - Qwen3.6 Plus — 500 di input, 57.000 in cache, 190 token di output per richiesta
 - Qwen3.5 Plus — 410 di input, 47.000 in cache, 140 token di output per richiesta
-- MiMo-V2.5 — 1000 di input, 60.000 in cache, 140 token di output per richiesta
-- MiMo-V2.5-Pro — 350 di input, 41.000 in cache, 250 token di output per richiesta
+- MiMo-V2.5 — 830 di input, 71.500 in cache, 295 token di output per richiesta
+- MiMo-V2.5-Pro — 790 di input, 86.000 in cache, 305 token di output per richiesta
 
 Puoi monitorare il tuo utilizzo attuale nella **<a href={console}>console</a>**.
 

+ 4 - 4
packages/web/src/content/docs/ja/go.mdx

@@ -85,8 +85,8 @@ OpenCode Goには以下の制限が含まれています:
 | 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.5 (≤ 256K) | 2,150                     | 5,450            | 10,900           |
-| MiMo-V2.5-Pro      | 1,290                     | 3,225            | 6,450            |
+| MiMo-V2.5          | 30,100                    | 75,200           | 150,400          |
+| MiMo-V2.5-Pro      | 3,250                     | 8,150            | 16,300           |
 | MiniMax M2.7       | 3,400                     | 8,500            | 17,000           |
 | MiniMax M2.5       | 6,300                     | 15,900           | 31,800           |
 | Qwen3.7 Max        | 950                       | 2,390            | 4,770            |
@@ -105,8 +105,8 @@ OpenCode Goには以下の制限が含まれています:
 - Qwen3.7 Max — リクエストあたり 入力 420トークン、キャッシュ 66,000トークン、出力 200トークン
 - Qwen3.6 Plus — リクエストあたり 入力 500トークン、キャッシュ 57,000トークン、出力 190トークン
 - Qwen3.5 Plus — リクエストあたり 入力 410トークン、キャッシュ 47,000トークン、出力 140トークン
-- MiMo-V2.5 — リクエストあたり 入力 1000トークン、キャッシュ 60,000トークン、出力 140トークン
-- MiMo-V2.5-Pro — リクエストあたり 入力 350トークン、キャッシュ 41,000トークン、出力 250トークン
+- MiMo-V2.5 — リクエストあたり 入力 830トークン、キャッシュ 71,500トークン、出力 295トークン
+- MiMo-V2.5-Pro — リクエストあたり 入力 790トークン、キャッシュ 86,000トークン、出力 305トークン
 
 現在の利用状況は**<a href={console}>コンソール</a>**で追跡できます。
 

+ 4 - 4
packages/web/src/content/docs/ko/go.mdx

@@ -85,8 +85,8 @@ OpenCode Go에는 다음과 같은 한도가 포함됩니다.
 | 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.5 (≤ 256K) | 2,150             | 5,450          | 10,900         |
-| MiMo-V2.5-Pro      | 1,290             | 3,225          | 6,450          |
+| MiMo-V2.5          | 30,100            | 75,200         | 150,400        |
+| MiMo-V2.5-Pro      | 3,250             | 8,150          | 16,300         |
 | MiniMax M2.7       | 3,400             | 8,500          | 17,000         |
 | MiniMax M2.5       | 6,300             | 15,900         | 31,800         |
 | Qwen3.7 Max        | 950               | 2,390          | 4,770          |
@@ -105,8 +105,8 @@ OpenCode Go에는 다음과 같은 한도가 포함됩니다.
 - Qwen3.7 Max — 요청당 입력 420, 캐시 66,000, 출력 토큰 200
 - Qwen3.6 Plus — 요청당 입력 500, 캐시 57,000, 출력 토큰 190
 - Qwen3.5 Plus — 요청당 입력 410, 캐시 47,000, 출력 토큰 140
-- MiMo-V2.5 — 요청당 입력 1000, 캐시 60,000, 출력 토큰 140
-- MiMo-V2.5-Pro — 요청당 입력 350, 캐시 41,000, 출력 토큰 250
+- MiMo-V2.5 — 요청당 입력 830, 캐시 71,500, 출력 토큰 295
+- MiMo-V2.5-Pro — 요청당 입력 790, 캐시 86,000, 출력 토큰 305
 
 현재 사용량은 **<a href={console}>console</a>**에서 확인할 수 있습니다.
 

+ 4 - 4
packages/web/src/content/docs/nb/go.mdx

@@ -95,8 +95,8 @@ Tabellen nedenfor gir et estimert antall forespørsler basert på typiske bruksm
 | 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.5 (≤ 256K) | 2,150                    | 5,450                | 10,900                 |
-| MiMo-V2.5-Pro      | 1,290                    | 3,225                | 6,450                  |
+| MiMo-V2.5          | 30,100                   | 75,200               | 150,400                |
+| MiMo-V2.5-Pro      | 3,250                    | 8,150                | 16,300                 |
 | MiniMax M2.7       | 3,400                    | 8,500                | 17,000                 |
 | MiniMax M2.5       | 6,300                    | 15,900               | 31,800                 |
 | Qwen3.7 Max        | 950                      | 2,390                | 4,770                  |
@@ -115,8 +115,8 @@ Estimatene er basert på observerte gjennomsnittlige forespørselsmønstre:
 - Qwen3.7 Max — 420 input, 66 000 bufret, 200 output-tokens per forespørsel
 - Qwen3.6 Plus — 500 input, 57 000 bufret, 190 output-tokens per forespørsel
 - Qwen3.5 Plus — 410 input, 47 000 bufret, 140 output-tokens per forespørsel
-- MiMo-V2.5 — 1000 input, 60 000 bufret, 140 output-tokens per forespørsel
-- MiMo-V2.5-Pro — 350 input, 41 000 bufret, 250 output-tokens per forespørsel
+- MiMo-V2.5 — 830 input, 71 500 bufret, 295 output-tokens per forespørsel
+- MiMo-V2.5-Pro — 790 input, 86 000 bufret, 305 output-tokens per forespørsel
 
 Du kan spore din nåværende bruk i **<a href={console}>konsollen</a>**.
 

+ 4 - 4
packages/web/src/content/docs/pl/go.mdx

@@ -89,8 +89,8 @@ Poniższa tabela przedstawia szacunkową liczbę żądań na podstawie typowych
 | 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.5 (≤ 256K) | 2,150               | 5,450              | 10,900             |
-| MiMo-V2.5-Pro      | 1,290               | 3,225              | 6,450              |
+| MiMo-V2.5          | 30,100              | 75,200             | 150,400            |
+| MiMo-V2.5-Pro      | 3,250               | 8,150              | 16,300             |
 | MiniMax M2.7       | 3,400               | 8,500              | 17,000             |
 | MiniMax M2.5       | 6,300               | 15,900             | 31,800             |
 | Qwen3.7 Max        | 950                 | 2,390              | 4,770              |
@@ -109,8 +109,8 @@ Szacunki opierają się na zaobserwowanych średnich wzorcach żądań:
 - Qwen3.7 Max — 420 tokenów wejściowych, 66 000 w pamięci podręcznej, 200 tokenów wyjściowych na żądanie
 - Qwen3.6 Plus — 500 tokenów wejściowych, 57 000 w pamięci podręcznej, 190 tokenów wyjściowych na żądanie
 - Qwen3.5 Plus — 410 tokenów wejściowych, 47 000 w pamięci podręcznej, 140 tokenów wyjściowych na żądanie
-- MiMo-V2.5 — 1000 tokenów wejściowych, 60 000 w pamięci podręcznej, 140 tokenów wyjściowych na żądanie
-- MiMo-V2.5-Pro — 350 tokenów wejściowych, 41 000 w pamięci podręcznej, 250 tokenów wyjściowych na żądanie
+- MiMo-V2.5 — 830 tokenów wejściowych, 71 500 w pamięci podręcznej, 295 tokenów wyjściowych na żądanie
+- MiMo-V2.5-Pro — 790 tokenów wejściowych, 86 000 w pamięci podręcznej, 305 tokenów wyjściowych na żądanie
 
 Możesz śledzić swoje bieżące zużycie w **<a href={console}>konsoli</a>**.
 

+ 4 - 4
packages/web/src/content/docs/pt-br/go.mdx

@@ -95,8 +95,8 @@ A tabela abaixo fornece uma contagem estimada de requisições com base nos padr
 | 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.5 (≤ 256K) | 2,150                   | 5,450                  | 10,900              |
-| MiMo-V2.5-Pro      | 1,290                   | 3,225                  | 6,450               |
+| MiMo-V2.5          | 30,100                  | 75,200                 | 150,400             |
+| MiMo-V2.5-Pro      | 3,250                   | 8,150                  | 16,300              |
 | MiniMax M2.7       | 3,400                   | 8,500                  | 17,000              |
 | MiniMax M2.5       | 6,300                   | 15,900                 | 31,800              |
 | Qwen3.7 Max        | 950                     | 2,390                  | 4,770               |
@@ -115,8 +115,8 @@ As estimativas baseiam-se nos padrões médios de requisições observados:
 - Qwen3.7 Max — 420 tokens de entrada, 66.000 em cache, 200 tokens de saída por requisição
 - Qwen3.6 Plus — 500 tokens de entrada, 57.000 em cache, 190 tokens de saída por requisição
 - Qwen3.5 Plus — 410 tokens de entrada, 47.000 em cache, 140 tokens de saída por requisição
-- MiMo-V2.5 — 1000 tokens de entrada, 60.000 em cache, 140 tokens de saída por requisição
-- MiMo-V2.5-Pro — 350 tokens de entrada, 41.000 em cache, 250 tokens de saída por requisição
+- MiMo-V2.5 — 830 tokens de entrada, 71.500 em cache, 295 tokens de saída por requisição
+- MiMo-V2.5-Pro — 790 tokens de entrada, 86.000 em cache, 305 tokens de saída por requisição
 
 Você pode acompanhar o seu uso atual no **<a href={console}>console</a>**.
 

+ 4 - 4
packages/web/src/content/docs/ru/go.mdx

@@ -95,8 +95,8 @@ OpenCode Go включает следующие лимиты:
 | 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.5 (≤ 256K) | 2,150               | 5,450             | 10,900           |
-| MiMo-V2.5-Pro      | 1,290               | 3,225             | 6,450            |
+| MiMo-V2.5          | 30,100              | 75,200            | 150,400          |
+| MiMo-V2.5-Pro      | 3,250               | 8,150             | 16,300           |
 | MiniMax M2.7       | 3,400               | 8,500             | 17,000           |
 | MiniMax M2.5       | 6,300               | 15,900            | 31,800           |
 | Qwen3.7 Max        | 950                 | 2,390             | 4,770            |
@@ -115,8 +115,8 @@ OpenCode Go включает следующие лимиты:
 - Qwen3.7 Max — 420 входных, 66,000 кешированных, 200 выходных токенов на запрос
 - Qwen3.6 Plus — 500 входных, 57,000 кешированных, 190 выходных токенов на запрос
 - Qwen3.5 Plus — 410 входных, 47,000 кешированных, 140 выходных токенов на запрос
-- MiMo-V2.5 — 1000 входных, 60,000 кешированных, 140 выходных токенов на запрос
-- MiMo-V2.5-Pro — 350 входных, 41,000 кешированных, 250 выходных токенов на запрос
+- MiMo-V2.5 — 830 входных, 71,500 кешированных, 295 выходных токенов на запрос
+- MiMo-V2.5-Pro — 790 входных, 86,000 кешированных, 305 выходных токенов на запрос
 
 Вы можете отслеживать текущее использование в **<a href={console}>консоли</a>**.
 

+ 4 - 4
packages/web/src/content/docs/th/go.mdx

@@ -85,8 +85,8 @@ OpenCode Go มีขีดจำกัดดังต่อไปนี้:
 | 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.5 (≤ 256K) | 2,150                  | 5,450               | 10,900            |
-| MiMo-V2.5-Pro      | 1,290                  | 3,225               | 6,450             |
+| MiMo-V2.5          | 30,100                 | 75,200              | 150,400           |
+| MiMo-V2.5-Pro      | 3,250                  | 8,150               | 16,300            |
 | MiniMax M2.7       | 3,400                  | 8,500               | 17,000            |
 | MiniMax M2.5       | 6,300                  | 15,900              | 31,800            |
 | Qwen3.7 Max        | 950                    | 2,390               | 4,770             |
@@ -105,8 +105,8 @@ OpenCode Go มีขีดจำกัดดังต่อไปนี้:
 - Qwen3.7 Max — 420 input, 66,000 cached, 200 output tokens ต่อ request
 - Qwen3.6 Plus — 500 input, 57,000 cached, 190 output tokens ต่อ request
 - Qwen3.5 Plus — 410 input, 47,000 cached, 140 output tokens ต่อ request
-- MiMo-V2.5 — 1000 input, 60,000 cached, 140 output tokens ต่อ request
-- MiMo-V2.5-Pro — 350 input, 41,000 cached, 250 output tokens ต่อ request
+- MiMo-V2.5 — 830 input, 71,500 cached, 295 output tokens ต่อ request
+- MiMo-V2.5-Pro — 790 input, 86,000 cached, 305 output tokens ต่อ request
 
 คุณสามารถติดตามการใช้งานปัจจุบันของคุณได้ใน **<a href={console}>console</a>**
 

+ 4 - 4
packages/web/src/content/docs/tr/go.mdx

@@ -85,8 +85,8 @@ Aşağıdaki tablo, tipik Go kullanım modellerine dayalı tahmini bir istek say
 | 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.5 (≤ 256K) | 2,150              | 5,450          | 10,900      |
-| MiMo-V2.5-Pro      | 1,290              | 3,225          | 6,450       |
+| MiMo-V2.5          | 30,100             | 75,200         | 150,400     |
+| MiMo-V2.5-Pro      | 3,250              | 8,150          | 16,300      |
 | MiniMax M2.7       | 3,400              | 8,500          | 17,000      |
 | MiniMax M2.5       | 6,300              | 15,900         | 31,800      |
 | Qwen3.7 Max        | 950                | 2,390          | 4,770       |
@@ -105,8 +105,8 @@ Tahminler, gözlemlenen ortalama istek modellerine dayanmaktadır:
 - Qwen3.7 Max — İstek başına 420 girdi, 66.000 önbelleğe alınmış, 200 çıktı token'ı
 - Qwen3.6 Plus — İstek başına 500 girdi, 57.000 önbelleğe alınmış, 190 çıktı token'ı
 - Qwen3.5 Plus — İstek başına 410 girdi, 47.000 önbelleğe alınmış, 140 çıktı token'ı
-- MiMo-V2.5 — İstek başına 1000 girdi, 60.000 önbelleğe alınmış, 140 çıktı token'ı
-- MiMo-V2.5-Pro — İstek başına 350 girdi, 41.000 önbelleğe alınmış, 250 çıktı token'ı
+- MiMo-V2.5 — İstek başına 830 girdi, 71.500 önbelleğe alınmış, 295 çıktı token'ı
+- MiMo-V2.5-Pro — İstek başına 790 girdi, 86.000 önbelleğe alınmış, 305 çıktı token'ı
 
 Mevcut kullanımınızı **<a href={console}>konsoldan</a>** takip edebilirsiniz.
 

+ 4 - 4
packages/web/src/content/docs/zh-cn/go.mdx

@@ -85,8 +85,8 @@ OpenCode Go 包含以下限制:
 | GLM-5              | 1,150           | 2,880      | 5,750      |
 | Kimi K2.6          | 1,150           | 2,880      | 5,750      |
 | Kimi K2.5          | 1,850           | 4,630      | 9,250      |
-| MiMo-V2.5 (≤ 256K) | 2,150           | 5,450      | 10,900     |
-| MiMo-V2.5-Pro      | 1,290           | 3,225      | 6,450      |
+| MiMo-V2.5          | 30,100          | 75,200     | 150,400    |
+| MiMo-V2.5-Pro      | 3,250           | 8,150      | 16,300     |
 | MiniMax M2.7       | 3,400           | 8,500      | 17,000     |
 | MiniMax M2.5       | 6,300           | 15,900     | 31,800     |
 | Qwen3.7 Max        | 950             | 2,390      | 4,770      |
@@ -101,8 +101,8 @@ OpenCode Go 包含以下限制:
 - Kimi K2.5/K2.6 — 每次请求 870 个输入 token,55,000 个缓存 token,200 个输出 token
 - DeepSeek V4 Pro — 每次请求 750 个输入 token,82,000 个缓存 token,290 个输出 token
 - DeepSeek V4 Flash — 每次请求 790 个输入 token,68,000 个缓存 token,280 个输出 token
-- MiMo-V2.5 — 每次请求 1000 个输入 token,60,000 个缓存 token,140 个输出 token
-- MiMo-V2.5-Pro — 每次请求 350 个输入 token,41,000 个缓存 token,250 个输出 token
+- MiMo-V2.5 — 每次请求 830 个输入 token,71,500 个缓存 token,295 个输出 token
+- MiMo-V2.5-Pro — 每次请求 790 个输入 token,86,000 个缓存 token,305 个输出 token
 - MiniMax M2.7/M2.5 — 每次请求 300 个输入 token,55,000 个缓存 token,125 个输出 token
 - Qwen3.7 Max — 每次请求 420 个输入 token,66,000 个缓存 token,200 个输出 token
 - Qwen3.6 Plus — 每次请求 500 个输入 token,57,000 个缓存 token,190 个输出 token

+ 4 - 4
packages/web/src/content/docs/zh-tw/go.mdx

@@ -85,8 +85,8 @@ OpenCode Go 包含以下限制:
 | 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.5 (≤ 256K) | 2,150           | 5,450      | 10,900     |
-| MiMo-V2.5-Pro      | 1,290           | 3,225      | 6,450      |
+| MiMo-V2.5          | 30,100          | 75,200     | 150,400    |
+| MiMo-V2.5-Pro      | 3,250           | 8,150      | 16,300     |
 | MiniMax M2.7       | 3,400           | 8,500      | 17,000     |
 | MiniMax M2.5       | 6,300           | 15,900     | 31,800     |
 | Qwen3.7 Max        | 950             | 2,390      | 4,770      |
@@ -105,8 +105,8 @@ OpenCode Go 包含以下限制:
 - Qwen3.7 Max — 每次請求 420 個輸入 token、66,000 個快取 token、200 個輸出 token
 - Qwen3.6 Plus — 每次請求 500 個輸入 token、57,000 個快取 token、190 個輸出 token
 - Qwen3.5 Plus — 每次請求 410 個輸入 token、47,000 個快取 token、140 個輸出 token
-- MiMo-V2.5 — 每次請求 1000 個輸入 token、60,000 個快取 token、140 個輸出 token
-- MiMo-V2.5-Pro — 每次請求 350 個輸入 token、41,000 個快取 token、250 個輸出 token
+- MiMo-V2.5 — 每次請求 830 個輸入 token、71,500 個快取 token、295 個輸出 token
+- MiMo-V2.5-Pro — 每次請求 790 個輸入 token、86,000 個快取 token、305 個輸出 token
 
 您可以在 **<a href={console}>console</a>** 中追蹤您目前的使用量。