Go add hy3 preview (#26533)

This commit is contained in:
Jack 2026-05-10 14:23:34 +08:00 committed by GitHub
commit bcbc1dba22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
55 changed files with 143 additions and 140 deletions

View file

@ -65,6 +65,7 @@ OpenCode Go ทำงานเหมือนกับผู้ให้บร
- **MiniMax M2.7**
- **DeepSeek V4 Pro**
- **DeepSeek V4 Flash**
- **Hy3 preview**
รายชื่อโมเดลอาจมีการเปลี่ยนแปลงเมื่อเราทำการทดสอบและเพิ่มโมเดลใหม่ๆ
@ -96,6 +97,7 @@ 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 โดยเฉลี่ยที่สังเกตพบ:
@ -108,6 +110,7 @@ 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>**
@ -143,6 +146,7 @@ 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 ของคุณ