Go add hy3 preview (#26533)
This commit is contained in:
parent
ce3235e115
commit
bcbc1dba22
55 changed files with 143 additions and 140 deletions
|
|
@ -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` في إعداداتك.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue