diff options
| author | Frank <[email protected]> | 2026-04-07 17:21:23 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-04-07 17:21:24 -0400 |
| commit | 9385714373a8762851427935e3e8da1199533cee (patch) | |
| tree | d79de2979b1079f416b1f0b376d6d3db160a3876 /packages/web/src/content/docs/th | |
| parent | c90fc6a486b040ecba168b0612aecf258e0e4820 (diff) | |
| download | opencode-9385714373a8762851427935e3e8da1199533cee.tar.gz opencode-9385714373a8762851427935e3e8da1199533cee.zip | |
zen: glm5.1 doc
Diffstat (limited to 'packages/web/src/content/docs/th')
| -rw-r--r-- | packages/web/src/content/docs/th/go.mdx | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/packages/web/src/content/docs/th/go.mdx b/packages/web/src/content/docs/th/go.mdx index debdf08d3..b0cf2a8bf 100644 --- a/packages/web/src/content/docs/th/go.mdx +++ b/packages/web/src/content/docs/th/go.mdx @@ -54,6 +54,7 @@ OpenCode Go ทำงานเหมือนกับผู้ให้บร� รายชื่อโมเดลในปัจจุบันประกอบด้วย: - **GLM-5** +- **GLM-5.1** - **Kimi K2.5** - **MiMo-V2-Pro** - **MiMo-V2-Omni** @@ -72,19 +73,19 @@ OpenCode Go มีขีดจำกัดดังต่อไปนี้: - **ขีดจำกัดรายสัปดาห์** — การใช้งานมูลค่า $30 - **ขีดจำกัดรายเดือน** — การใช้งานมูลค่า $60 -ขีดจำกัดถูกกำหนดเป็นมูลค่าดอลลาร์ ซึ่งหมายความว่าจำนวน request จริงของคุณจะขึ้นอยู่กับโมเดลที่คุณใช้งาน โมเดลที่ราคาถูกกว่าอย่าง MiniMax M2.5 จะสามารถส่ง request ได้มากกว่า ในขณะที่โมเดลที่มีราคาสูงกว่าอย่าง GLM-5 จะส่งได้น้อยกว่า +ขีดจำกัดถูกกำหนดเป็นมูลค่าดอลลาร์ ซึ่งหมายความว่าจำนวน request จริงของคุณจะขึ้นอยู่กับโมเดลที่คุณใช้งาน โมเดลที่ราคาถูกกว่าอย่าง MiniMax M2.5 จะสามารถส่ง request ได้มากกว่า ในขณะที่โมเดลที่มีราคาสูงกว่าอย่าง GLM-5.1 จะส่งได้น้อยกว่า ตารางด้านล่างแสดงจำนวน request โดยประมาณตามรูปแบบการใช้งานปกติของ Go: -| | 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 | +| | GLM-5.1 | GLM-5 | Kimi K2.5 | MiMo-V2-Pro | MiMo-V2-Omni | MiniMax M2.7 | MiniMax M2.5 | +| ---------------------- | ------- | ----- | --------- | ----------- | ------------ | ------------ | ------------ | +| requests ต่อ 5 ชั่วโมง | 880 | 1,150 | 1,850 | 1,290 | 2,150 | 14,000 | 20,000 | +| requests ต่อสัปดาห์ | 2,150 | 2,880 | 4,630 | 3,225 | 5,450 | 35,000 | 50,000 | +| requests ต่อเดือน | 4,300 | 5,750 | 9,250 | 6,450 | 10,900 | 70,000 | 100,000 | การประมาณการอ้างอิงจากรูปแบบการใช้งาน request โดยเฉลี่ยที่สังเกตพบ: -- GLM-5 — 700 input, 52,000 cached, 150 output tokens ต่อ request +- GLM-5/5.1 — 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 @@ -112,6 +113,7 @@ OpenCode Go มีขีดจำกัดดังต่อไปนี้: | Model | Model ID | Endpoint | AI SDK Package | | ------------ | ------------ | ------------------------------------------------ | --------------------------- | +| GLM-5.1 | glm-5.1 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` | | 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` | |
