parent
3a78fb1f42
commit
c04fa9e253
56 changed files with 141 additions and 154 deletions
|
|
@ -65,7 +65,6 @@ OpenCode Go ทำงานเหมือนกับผู้ให้บร
|
|||
- **MiniMax M2.7**
|
||||
- **DeepSeek V4 Pro**
|
||||
- **DeepSeek V4 Flash**
|
||||
- **Hy3 preview**
|
||||
|
||||
รายชื่อโมเดลอาจมีการเปลี่ยนแปลงเมื่อเราทำการทดสอบและเพิ่มโมเดลใหม่ๆ
|
||||
|
||||
|
|
@ -97,7 +96,6 @@ OpenCode Go มีขีดจำกัดดังต่อไปนี้:
|
|||
| Qwen3.5 Plus | 10,200 | 25,200 | 50,500 |
|
||||
| DeepSeek V4 Pro | 3,450 | 8,550 | 17,150 |
|
||||
| DeepSeek V4 Flash | 31,650 | 79,050 | 158,150 |
|
||||
| Hy3 preview | 1,875 | 4,690 | 9,375 |
|
||||
|
||||
การประมาณการอ้างอิงจากรูปแบบการใช้งาน request โดยเฉลี่ยที่สังเกตพบ:
|
||||
|
||||
|
|
@ -110,7 +108,6 @@ OpenCode Go มีขีดจำกัดดังต่อไปนี้:
|
|||
- Qwen3.6 Plus — 500 input, 57,000 cached, 190 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
|
||||
- Hy3 preview — 800 input, 50,000 cached, 400 output tokens per request
|
||||
|
||||
คุณสามารถติดตามการใช้งานปัจจุบันของคุณได้ใน **<a href={console}>console</a>**
|
||||
|
||||
|
|
@ -146,7 +143,6 @@ OpenCode Go มีขีดจำกัดดังต่อไปนี้:
|
|||
| 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` |
|
||||
| Qwen3.5 Plus | qwen3.5-plus | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/alibaba` |
|
||||
| Hy3 preview | hy3-preview | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
|
||||
|
||||
[model id](/docs/config/#models) ใน OpenCode config ของคุณจะใช้รูปแบบ `opencode-go/<model-id>` ตัวอย่างเช่น สำหรับ Kimi K2.6 คุณจะใช้ `opencode-go/kimi-k2.6` ใน config ของคุณ
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue