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 |
تستند التقديرات إلى متوسطات أنماط الطلبات المرصودة:
@ -108,6 +110,7 @@ OpenCode Go حاليًا في المرحلة التجريبية.
- Qwen3.6 Plus — 500 input، و57,000 cached، و190 output tokens لكل طلب
- MiMo-V2.5 — 1000 input، و60,000 cached، و140 output tokens لكل طلب
- MiMo-V2.5-Pro — 350 input، و41,000 cached، و250 output tokens لكل طلب
- 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 لديك التنسيق `opencode-go/<model-id>`. على سبيل المثال، بالنسبة إلى Kimi K2.6، ستستخدم `opencode-go/kimi-k2.6` في إعداداتك.