diff options
| author | Frank <[email protected]> | 2026-04-02 12:59:02 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-04-02 12:59:04 -0400 |
| commit | 92e820fdc8c04579d8e8f9ca3c59b1bf62341e34 (patch) | |
| tree | 0eb62e2dfa4b371e844b149caa6b523b7591f7ff /packages/web/src/content/docs/th | |
| parent | c4b3971548f050a56827b3dada728c05e38e349a (diff) | |
| download | opencode-92e820fdc8c04579d8e8f9ca3c59b1bf62341e34.tar.gz opencode-92e820fdc8c04579d8e8f9ca3c59b1bf62341e34.zip | |
go: add mimo
Diffstat (limited to 'packages/web/src/content/docs/th')
| -rw-r--r-- | packages/web/src/content/docs/th/go.mdx | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/packages/web/src/content/docs/th/go.mdx b/packages/web/src/content/docs/th/go.mdx index cac401b6c..debdf08d3 100644 --- a/packages/web/src/content/docs/th/go.mdx +++ b/packages/web/src/content/docs/th/go.mdx @@ -55,6 +55,8 @@ OpenCode Go ทำงานเหมือนกับผู้ให้บร� - **GLM-5** - **Kimi K2.5** +- **MiMo-V2-Pro** +- **MiMo-V2-Omni** - **MiniMax M2.5** - **MiniMax M2.7** @@ -74,17 +76,19 @@ OpenCode Go มีขีดจำกัดดังต่อไปนี้: ตารางด้านล่างแสดงจำนวน request โดยประมาณตามรูปแบบการใช้งานปกติของ Go: -| | GLM-5 | Kimi K2.5 | MiniMax M2.7 | MiniMax M2.5 | -| --------------------------- | ----- | --------- | ------------ | ------------ | -| จำนวน request ต่อ 5 ชั่วโมง | 1,150 | 1,850 | 14,000 | 20,000 | -| จำนวน request ต่อสัปดาห์ | 2,880 | 4,630 | 35,000 | 50,000 | -| จำนวน request ต่อเดือน | 5,750 | 9,250 | 70,000 | 100,000 | +| | GLM-5 | Kimi K2.5 | MiMo-V2-Pro | MiMo-V2-Omni | MiniMax M2.7 | MiniMax M2.5 | +| ---------------------- | ----- | --------- | ----------- | ------------ | ------------ | ------------ | +| requests ต่อ 5 ชั่วโมง | 1,150 | 1,850 | 1,290 | 2,150 | 14,000 | 20,000 | +| requests ต่อสัปดาห์ | 2,880 | 4,630 | 3,225 | 5,450 | 35,000 | 50,000 | +| requests ต่อเดือน | 5,750 | 9,250 | 6,450 | 10,900 | 70,000 | 100,000 | การประมาณการอ้างอิงจากรูปแบบการใช้งาน request โดยเฉลี่ยที่สังเกตพบ: - GLM-5 — 700 input, 52,000 cached, 150 output tokens ต่อ request - Kimi K2.5 — 870 input, 55,000 cached, 200 output tokens ต่อ request - MiniMax M2.7/M2.5 — 300 input, 55,000 cached, 125 output tokens ต่อ request +- MiMo-V2-Pro — 350 input, 41,000 cached, 250 output tokens ต่อ request +- MiMo-V2-Omni — 1000 input, 60,000 cached, 140 output tokens ต่อ request คุณสามารถติดตามการใช้งานปัจจุบันของคุณได้ใน **<a href={console}>console</a>** @@ -110,6 +114,8 @@ OpenCode Go มีขีดจำกัดดังต่อไปนี้: | ------------ | ------------ | ------------------------------------------------ | --------------------------- | | GLM-5 | glm-5 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` | | Kimi K2.5 | kimi-k2.5 | `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` | | 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` | |
