summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/zh-tw
diff options
context:
space:
mode:
authorJack <[email protected]>2026-04-23 00:28:20 +0800
committerAiden Cline <[email protected]>2026-04-23 00:25:39 -0400
commite9b1d3b940d6369a1c9bd492daf168c933cdfdab (patch)
treeab7f6852dc8187935b0282c05520d5b25ae66269 /packages/web/src/content/docs/zh-tw
parent3a082a0efd5eaa5296c929241bfe565d460c277b (diff)
downloadopencode-e9b1d3b940d6369a1c9bd492daf168c933cdfdab.tar.gz
opencode-e9b1d3b940d6369a1c9bd492daf168c933cdfdab.zip
docs: add MiMo V2.5 to Go pages (#23876)
Diffstat (limited to 'packages/web/src/content/docs/zh-tw')
-rw-r--r--packages/web/src/content/docs/zh-tw/go.mdx12
1 files changed, 10 insertions, 2 deletions
diff --git a/packages/web/src/content/docs/zh-tw/go.mdx b/packages/web/src/content/docs/zh-tw/go.mdx
index 0621a6694..c1016028b 100644
--- a/packages/web/src/content/docs/zh-tw/go.mdx
+++ b/packages/web/src/content/docs/zh-tw/go.mdx
@@ -59,6 +59,8 @@ OpenCode Go 的運作方式與 OpenCode 中的任何其他供應商相同。
- **Kimi K2.6**
- **MiMo-V2-Pro**
- **MiMo-V2-Omni**
+- **MiMo-V2.5-Pro**
+- **MiMo-V2.5**
- **MiniMax M2.5**
- **Qwen3.5 Plus**
- **Qwen3.6 Plus**
@@ -86,8 +88,10 @@ 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-Pro | 1,290 | 3,225 | 6,450 |
-| MiMo-V2-Omni | 2,150 | 5,450 | 10,900 |
+| MiMo-V2-Pro | 1,290 | 3,225 | 6,450 |
+| MiMo-V2-Omni | 2,150 | 5,450 | 10,900 |
+| MiMo-V2.5-Pro | 1,290 | 3,225 | 6,450 |
+| MiMo-V2.5 | 2,150 | 5,450 | 10,900 |
| Qwen3.6 Plus | 3,300 | 8,200 | 16,300 |
| MiniMax M2.7 | 3,400 | 8,500 | 17,000 |
| MiniMax M2.5 | 6,300 | 15,900 | 31,800 |
@@ -102,6 +106,8 @@ OpenCode Go 包含以下限制:
- Qwen3.6 Plus — 500 input, 57,000 cached, 190 output tokens per request
- MiMo-V2-Pro — 每次請求 350 個輸入 token、41,000 個快取 token、250 個輸出 token
- MiMo-V2-Omni — 每次請求 1000 個輸入 token、60,000 個快取 token、140 個輸出 token
+- MiMo-V2.5-Pro — 每次請求 350 個輸入 token、41,000 個快取 token、250 個輸出 token
+- MiMo-V2.5 — 每次請求 1000 個輸入 token、60,000 個快取 token、140 個輸出 token
您可以在 **<a href={console}>console</a>** 中追蹤您目前的使用量。
@@ -131,6 +137,8 @@ OpenCode Go 包含以下限制:
| 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` |
+| MiMo-V2.5-Pro | mimo-v2.5-pro | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
+| MiMo-V2.5 | mimo-v2.5 | `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` |