Skip to content

Commit 1220f78

Browse files
chore: generate
1 parent 28f7d31 commit 1220f78

17 files changed

Lines changed: 470 additions & 470 deletions

File tree

packages/web/src/content/docs/ar/go.mdx

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -84,20 +84,20 @@ OpenCode Go حاليًا في المرحلة التجريبية.
8484

8585
يوضح الجدول أدناه عددًا تقديريًا للطلبات بناءً على أنماط استخدام Go المعتادة:
8686

87-
| Model | الطلبات لكل 5 ساعات | الطلبات في الأسبوع | الطلبات في الشهر |
88-
| --------------- | ------------------- | ------------------ | ---------------- |
89-
| GLM-5.1 | 880 | 2,150 | 4,300 |
90-
| GLM-5 | 1,150 | 2,880 | 5,750 |
91-
| Kimi K2.5 | 1,850 | 4,630 | 9,250 |
92-
| Kimi K2.6 | 1,150 | 2,880 | 5,750 |
93-
| MiMo-V2-Pro | 1,290 | 3,225 | 6,450 |
94-
| MiMo-V2-Omni | 2,150 | 5,450 | 10,900 |
95-
| MiMo-V2.5-Pro | 1,290 | 3,225 | 6,450 |
96-
| MiMo-V2.5 | 2,150 | 5,450 | 10,900 |
97-
| Qwen3.6 Plus | 3,300 | 8,200 | 16,300 |
98-
| MiniMax M2.7 | 3,400 | 8,500 | 17,000 |
99-
| MiniMax M2.5 | 6,300 | 15,900 | 31,800 |
100-
| Qwen3.5 Plus | 10,200 | 25,200 | 50,500 |
87+
| Model | الطلبات لكل 5 ساعات | الطلبات في الأسبوع | الطلبات في الشهر |
88+
| ----------------- | ------------------- | ------------------ | ---------------- |
89+
| GLM-5.1 | 880 | 2,150 | 4,300 |
90+
| GLM-5 | 1,150 | 2,880 | 5,750 |
91+
| Kimi K2.5 | 1,850 | 4,630 | 9,250 |
92+
| Kimi K2.6 | 1,150 | 2,880 | 5,750 |
93+
| MiMo-V2-Pro | 1,290 | 3,225 | 6,450 |
94+
| MiMo-V2-Omni | 2,150 | 5,450 | 10,900 |
95+
| MiMo-V2.5-Pro | 1,290 | 3,225 | 6,450 |
96+
| MiMo-V2.5 | 2,150 | 5,450 | 10,900 |
97+
| Qwen3.6 Plus | 3,300 | 8,200 | 16,300 |
98+
| MiniMax M2.7 | 3,400 | 8,500 | 17,000 |
99+
| MiniMax M2.5 | 6,300 | 15,900 | 31,800 |
100+
| Qwen3.5 Plus | 10,200 | 25,200 | 50,500 |
101101
| DeepSeek V4 Pro | 1,300 | 3,250 | 6,500 |
102102
| DeepSeek V4 Flash | 7,450 | 18,600 | 37,300 |
103103

@@ -134,22 +134,22 @@ OpenCode Go حاليًا في المرحلة التجريبية.
134134

135135
يمكنك أيضًا الوصول إلى نماذج Go عبر نقاط نهاية API التالية.
136136

137-
| Model | Model ID | Endpoint | AI SDK Package |
138-
| --------------- | --------------- | ------------------------------------------------ | --------------------------- |
139-
| GLM-5.1 | glm-5.1 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
140-
| GLM-5 | glm-5 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
141-
| Kimi K2.5 | kimi-k2.5 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
142-
| Kimi K2.6 | kimi-k2.6 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
143-
| DeepSeek V4 Pro | deepseek-v4-pro | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
137+
| Model | Model ID | Endpoint | AI SDK Package |
138+
| ----------------- | ----------------- | ------------------------------------------------ | --------------------------- |
139+
| GLM-5.1 | glm-5.1 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
140+
| GLM-5 | glm-5 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
141+
| Kimi K2.5 | kimi-k2.5 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
142+
| Kimi K2.6 | kimi-k2.6 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
143+
| DeepSeek V4 Pro | deepseek-v4-pro | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
144144
| DeepSeek V4 Flash | deepseek-v4-flash | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
145-
| MiMo-V2-Pro | mimo-v2-pro | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
146-
| MiMo-V2-Omni | mimo-v2-omni | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
147-
| MiMo-V2.5-Pro | mimo-v2.5-pro | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
148-
| MiMo-V2.5 | mimo-v2.5 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
149-
| MiniMax M2.7 | minimax-m2.7 | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
150-
| MiniMax M2.5 | minimax-m2.5 | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
151-
| Qwen3.6 Plus | qwen3.6-plus | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/alibaba` |
152-
| Qwen3.5 Plus | qwen3.5-plus | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/alibaba` |
145+
| MiMo-V2-Pro | mimo-v2-pro | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
146+
| MiMo-V2-Omni | mimo-v2-omni | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
147+
| MiMo-V2.5-Pro | mimo-v2.5-pro | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
148+
| MiMo-V2.5 | mimo-v2.5 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
149+
| MiniMax M2.7 | minimax-m2.7 | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
150+
| MiniMax M2.5 | minimax-m2.5 | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
151+
| Qwen3.6 Plus | qwen3.6-plus | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/alibaba` |
152+
| Qwen3.5 Plus | qwen3.5-plus | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/alibaba` |
153153

154154
يستخدم [model id](/docs/config/#models) في إعدادات OpenCode لديك التنسيق `opencode-go/<model-id>`. على سبيل المثال، بالنسبة إلى Kimi K2.6، ستستخدم `opencode-go/kimi-k2.6` في إعداداتك.
155155

packages/web/src/content/docs/bs/go.mdx

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -94,22 +94,22 @@ Ograničenja su definisana u dolarskoj vrijednosti. To znači da vaš stvarni br
9494

9595
Tabela ispod pruža procijenjeni broj zahtjeva na osnovu tipičnih obrazaca korištenja Go pretplate:
9696

97-
| Model | zahtjeva na 5 sati | zahtjeva sedmično | zahtjeva mjesečno |
98-
| --------------- | ------------------ | ----------------- | ----------------- |
99-
| GLM-5.1 | 880 | 2,150 | 4,300 |
100-
| GLM-5 | 1,150 | 2,880 | 5,750 |
101-
| Kimi K2.5 | 1,850 | 4,630 | 9,250 |
102-
| Kimi K2.6 | 1,150 | 2,880 | 5,750 |
103-
| MiMo-V2-Pro | 1,290 | 3,225 | 6,450 |
104-
| MiMo-V2-Omni | 2,150 | 5,450 | 10,900 |
105-
| MiMo-V2.5-Pro | 1,290 | 3,225 | 6,450 |
106-
| MiMo-V2.5 | 2,150 | 5,450 | 10,900 |
107-
| MiniMax M2.7 | 3,400 | 8,500 | 17,000 |
108-
| MiniMax M2.5 | 6,300 | 15,900 | 31,800 |
109-
| Qwen3.6 Plus | 3,300 | 8,200 | 16,300 |
110-
| Qwen3.5 Plus | 10,200 | 25,200 | 50,500 |
111-
| DeepSeek V4 Pro | 1,300 | 3,250 | 6,500 |
112-
| DeepSeek V4 Flash | 7,450 | 18,600 | 37,300 |
97+
| Model | zahtjeva na 5 sati | zahtjeva sedmično | zahtjeva mjesečno |
98+
| ----------------- | ------------------ | ----------------- | ----------------- |
99+
| GLM-5.1 | 880 | 2,150 | 4,300 |
100+
| GLM-5 | 1,150 | 2,880 | 5,750 |
101+
| Kimi K2.5 | 1,850 | 4,630 | 9,250 |
102+
| Kimi K2.6 | 1,150 | 2,880 | 5,750 |
103+
| MiMo-V2-Pro | 1,290 | 3,225 | 6,450 |
104+
| MiMo-V2-Omni | 2,150 | 5,450 | 10,900 |
105+
| MiMo-V2.5-Pro | 1,290 | 3,225 | 6,450 |
106+
| MiMo-V2.5 | 2,150 | 5,450 | 10,900 |
107+
| MiniMax M2.7 | 3,400 | 8,500 | 17,000 |
108+
| MiniMax M2.5 | 6,300 | 15,900 | 31,800 |
109+
| Qwen3.6 Plus | 3,300 | 8,200 | 16,300 |
110+
| Qwen3.5 Plus | 10,200 | 25,200 | 50,500 |
111+
| DeepSeek V4 Pro | 1,300 | 3,250 | 6,500 |
112+
| DeepSeek V4 Flash | 7,450 | 18,600 | 37,300 |
113113

114114
Procjene se zasnivaju na zapaženim prosječnim obrascima zahtjeva:
115115

@@ -146,22 +146,22 @@ nakon što dostignete ograničenja upotrebe umjesto blokiranja zahtjeva.
146146

147147
Također možete pristupiti Go modelima putem sljedećih API endpointa.
148148

149-
| Model | Model ID | Endpoint | AI SDK Paket |
150-
| --------------- | --------------- | ------------------------------------------------ | --------------------------- |
151-
| GLM-5.1 | glm-5.1 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
152-
| GLM-5 | glm-5 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
153-
| Kimi K2.5 | kimi-k2.5 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
154-
| Kimi K2.6 | kimi-k2.6 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
149+
| Model | Model ID | Endpoint | AI SDK Paket |
150+
| ----------------- | ----------------- | ------------------------------------------------ | --------------------------- |
151+
| GLM-5.1 | glm-5.1 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
152+
| GLM-5 | glm-5 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
153+
| Kimi K2.5 | kimi-k2.5 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
154+
| Kimi K2.6 | kimi-k2.6 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
155155
| DeepSeek V4 Pro | deepseek-v4-pro | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
156156
| DeepSeek V4 Flash | deepseek-v4-flash | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
157-
| MiMo-V2-Pro | mimo-v2-pro | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
158-
| MiMo-V2-Omni | mimo-v2-omni | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
159-
| MiMo-V2.5-Pro | mimo-v2.5-pro | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
160-
| MiMo-V2.5 | mimo-v2.5 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
161-
| MiniMax M2.7 | minimax-m2.7 | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
162-
| MiniMax M2.5 | minimax-m2.5 | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
163-
| Qwen3.6 Plus | qwen3.6-plus | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/alibaba` |
164-
| Qwen3.5 Plus | qwen3.5-plus | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/alibaba` |
157+
| MiMo-V2-Pro | mimo-v2-pro | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
158+
| MiMo-V2-Omni | mimo-v2-omni | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
159+
| MiMo-V2.5-Pro | mimo-v2.5-pro | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
160+
| MiMo-V2.5 | mimo-v2.5 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
161+
| MiniMax M2.7 | minimax-m2.7 | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
162+
| MiniMax M2.5 | minimax-m2.5 | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
163+
| Qwen3.6 Plus | qwen3.6-plus | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/alibaba` |
164+
| Qwen3.5 Plus | qwen3.5-plus | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/alibaba` |
165165

166166
[Model id](/docs/config/#models) u vašoj OpenCode konfiguraciji
167167
koristi format `opencode-go/<model-id>`. Na primjer, za Kimi K2.6, koristili biste

packages/web/src/content/docs/da/go.mdx

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -146,22 +146,22 @@ når du har nået dine forbrugsgrænser, i stedet for at blokere anmodninger.
146146

147147
Du kan også få adgang til Go-modeller gennem følgende API-endpoints.
148148

149-
| Model | Model ID | Endpoint | AI SDK Package |
150-
| ----------------- | --------------- | ------------------------------------------------ | --------------------------- |
151-
| GLM-5.1 | glm-5.1 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
152-
| GLM-5 | glm-5 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
153-
| Kimi K2.5 | kimi-k2.5 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
154-
| Kimi K2.6 | kimi-k2.6 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
149+
| Model | Model ID | Endpoint | AI SDK Package |
150+
| ----------------- | ----------------- | ------------------------------------------------ | --------------------------- |
151+
| GLM-5.1 | glm-5.1 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
152+
| GLM-5 | glm-5 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
153+
| Kimi K2.5 | kimi-k2.5 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
154+
| Kimi K2.6 | kimi-k2.6 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
155155
| DeepSeek V4 Pro | deepseek-v4-pro | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
156156
| DeepSeek V4 Flash | deepseek-v4-flash | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
157-
| MiMo-V2-Pro | mimo-v2-pro | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
158-
| MiMo-V2-Omni | mimo-v2-omni | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
159-
| MiMo-V2.5-Pro | mimo-v2.5-pro | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
160-
| MiMo-V2.5 | mimo-v2.5 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
161-
| MiniMax M2.7 | minimax-m2.7 | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
162-
| MiniMax M2.5 | minimax-m2.5 | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
163-
| Qwen3.6 Plus | qwen3.6-plus | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/alibaba` |
164-
| Qwen3.5 Plus | qwen3.5-plus | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/alibaba` |
157+
| MiMo-V2-Pro | mimo-v2-pro | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
158+
| MiMo-V2-Omni | mimo-v2-omni | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
159+
| MiMo-V2.5-Pro | mimo-v2.5-pro | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
160+
| MiMo-V2.5 | mimo-v2.5 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
161+
| MiniMax M2.7 | minimax-m2.7 | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
162+
| MiniMax M2.5 | minimax-m2.5 | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
163+
| Qwen3.6 Plus | qwen3.6-plus | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/alibaba` |
164+
| Qwen3.5 Plus | qwen3.5-plus | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/alibaba` |
165165

166166
Dit [model id](/docs/config/#models) i din OpenCode config
167167
bruger formatet `opencode-go/<model-id>`. For eksempel for Kimi K2.6, vil du

0 commit comments

Comments
 (0)