docs(go): update MiMo (#29598)

This commit is contained in:
Jack 2026-05-28 00:29:31 +08:00 committed by GitHub
commit 2d03cf4a9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 74 additions and 73 deletions

View file

@ -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