Skip to content

Commit d01ad4c

Browse files
committed
zen: gpt-5.5
1 parent 28025a0 commit d01ad4c

18 files changed

Lines changed: 55 additions & 15 deletions

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ OpenCode Zen هي بوابة AI تتيح لك الوصول إلى هذه الن
5959

6060
| النموذج | معرّف النموذج | نقطة النهاية | حزمة AI SDK |
6161
| --------------------- | --------------------- | -------------------------------------------------- | --------------------------- |
62+
| GPT 5.5 | gpt-5.5 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
63+
| GPT 5.5 Pro | gpt-5.5-pro | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
6264
| GPT 5.4 | gpt-5.4 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
6365
| GPT 5.4 Pro | gpt-5.4-pro | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
6466
| GPT 5.4 Mini | gpt-5.4-mini | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
@@ -99,7 +101,7 @@ OpenCode Zen هي بوابة AI تتيح لك الوصول إلى هذه الن
99101
| Hy3 Preview Free | hy3-preview-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
100102
| Nemotron 3 Super Free | nemotron-3-super-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
101103

102-
يستخدم [معرّف النموذج](/docs/config/#models) في إعدادات OpenCode الصيغة `opencode/<model-id>`. على سبيل المثال، بالنسبة إلى GPT 5.4، ستستخدم `opencode/gpt-5.4` في إعداداتك.
104+
يستخدم [معرّف النموذج](/docs/config/#models) في إعدادات OpenCode الصيغة `opencode/<model-id>`. على سبيل المثال، بالنسبة إلى GPT 5.5، ستستخدم `opencode/gpt-5.5` في إعداداتك.
103105

104106
---
105107

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ Našim modelima možete pristupiti i preko sljedećih API endpointa.
6464

6565
| Model | Model ID | Endpoint | AI SDK Package |
6666
| --------------------- | --------------------- | -------------------------------------------------- | --------------------------- |
67+
| GPT 5.5 | gpt-5.5 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
68+
| GPT 5.5 Pro | gpt-5.5-pro | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
6769
| GPT 5.4 | gpt-5.4 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
6870
| GPT 5.4 Pro | gpt-5.4-pro | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
6971
| GPT 5.4 Mini | gpt-5.4-mini | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
@@ -105,8 +107,8 @@ Našim modelima možete pristupiti i preko sljedećih API endpointa.
105107
| Nemotron 3 Super Free | nemotron-3-super-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
106108

107109
[model id](/docs/config/#models) u vašoj OpenCode konfiguraciji koristi format
108-
`opencode/<model-id>`. Na primjer, za GPT 5.4 u konfiguraciji biste
109-
koristili `opencode/gpt-5.4`.
110+
`opencode/<model-id>`. Na primjer, za GPT 5.5 u konfiguraciji biste
111+
koristili `opencode/gpt-5.5`.
110112

111113
---
112114

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ Du kan også få adgang til vores modeller gennem følgende API-endpoints.
6464

6565
| Model | Model ID | Endpoint | AI SDK-pakke |
6666
| --------------------- | --------------------- | -------------------------------------------------- | --------------------------- |
67+
| GPT 5.5 | gpt-5.5 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
68+
| GPT 5.5 Pro | gpt-5.5-pro | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
6769
| GPT 5.4 | gpt-5.4 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
6870
| GPT 5.4 Pro | gpt-5.4-pro | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
6971
| GPT 5.4 Mini | gpt-5.4-mini | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
@@ -105,8 +107,8 @@ Du kan også få adgang til vores modeller gennem følgende API-endpoints.
105107
| Nemotron 3 Super Free | nemotron-3-super-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
106108

107109
[model id](/docs/config/#models) i din OpenCode-konfiguration
108-
bruger formatet `opencode/<model-id>`. For eksempel ville du for GPT 5.4
109-
bruge `opencode/gpt-5.4` i din konfiguration.
110+
bruger formatet `opencode/<model-id>`. For eksempel ville du for GPT 5.5
111+
bruge `opencode/gpt-5.5` i din konfiguration.
110112

111113
---
112114

packages/web/src/content/docs/de/zen.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ Du kannst auch über die folgenden API-Endpunkte auf unsere Modelle zugreifen.
5555

5656
| Model | Model ID | Endpoint | AI SDK Package |
5757
| --------------------- | --------------------- | -------------------------------------------------- | --------------------------- |
58+
| GPT 5.5 | gpt-5.5 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
59+
| GPT 5.5 Pro | gpt-5.5-pro | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
5860
| GPT 5.4 | gpt-5.4 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
5961
| GPT 5.4 Pro | gpt-5.4-pro | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
6062
| GPT 5.4 Mini | gpt-5.4-mini | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
@@ -95,7 +97,7 @@ Du kannst auch über die folgenden API-Endpunkte auf unsere Modelle zugreifen.
9597
| Hy3 Preview Free | hy3-preview-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
9698
| Nemotron 3 Super Free | nemotron-3-super-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
9799

98-
Die [Model-ID](/docs/config/#models) in deiner OpenCode-Konfiguration verwendet das Format `opencode/<model-id>`. Für GPT 5.4 würdest du zum Beispiel `opencode/gpt-5.4` in deiner Konfiguration verwenden.
100+
Die [Model-ID](/docs/config/#models) in deiner OpenCode-Konfiguration verwendet das Format `opencode/<model-id>`. Für GPT 5.5 würdest du zum Beispiel `opencode/gpt-5.5` in deiner Konfiguration verwenden.
99101

100102
---
101103

packages/web/src/content/docs/es/zen.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ También puedes acceder a nuestros modelos a través de los siguientes endpoints
6464

6565
| Modelo | Model ID | Endpoint | AI SDK Package |
6666
| --------------------- | --------------------- | -------------------------------------------------- | --------------------------- |
67+
| GPT 5.5 | gpt-5.5 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
68+
| GPT 5.5 Pro | gpt-5.5-pro | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
6769
| GPT 5.4 | gpt-5.4 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
6870
| GPT 5.4 Pro | gpt-5.4-pro | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
6971
| GPT 5.4 Mini | gpt-5.4-mini | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
@@ -105,8 +107,8 @@ También puedes acceder a nuestros modelos a través de los siguientes endpoints
105107
| Nemotron 3 Super Free | nemotron-3-super-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
106108

107109
El [identificador del modelo](/docs/config/#models) en tu configuración de OpenCode
108-
usa el formato `opencode/<model-id>`. Por ejemplo, para GPT 5.4, usarías
109-
`opencode/gpt-5.4` en tu configuración.
110+
usa el formato `opencode/<model-id>`. Por ejemplo, para GPT 5.5, usarías
111+
`opencode/gpt-5.5` en tu configuración.
110112

111113
---
112114

packages/web/src/content/docs/fr/zen.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ Vous pouvez également accéder à nos modèles via les points de terminaison AP
5555

5656
| Modèle | ID du modèle | Point de terminaison | Package AI SDK |
5757
| --------------------- | --------------------- | -------------------------------------------------- | --------------------------- |
58+
| GPT 5.5 | gpt-5.5 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
59+
| GPT 5.5 Pro | gpt-5.5-pro | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
5860
| GPT 5.4 | gpt-5.4 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
5961
| GPT 5.4 Pro | gpt-5.4-pro | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
6062
| GPT 5.4 Mini | gpt-5.4-mini | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
@@ -95,7 +97,7 @@ Vous pouvez également accéder à nos modèles via les points de terminaison AP
9597
| Hy3 Preview Free | hy3-preview-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
9698
| Nemotron 3 Super Free | nemotron-3-super-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
9799

98-
Le [model id](/docs/config/#models) dans votre configuration OpenCode utilise le format `opencode/<model-id>`. Par exemple, pour GPT 5.4, vous utiliseriez `opencode/gpt-5.4` dans votre configuration.
100+
Le [model id](/docs/config/#models) dans votre configuration OpenCode utilise le format `opencode/<model-id>`. Par exemple, pour GPT 5.5, vous utiliseriez `opencode/gpt-5.5` dans votre configuration.
99101

100102
---
101103

packages/web/src/content/docs/it/zen.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ Puoi anche accedere ai nostri modelli tramite i seguenti endpoint API.
6464

6565
| Modello | Model ID | Endpoint | Pacchetto AI SDK |
6666
| --------------------- | --------------------- | -------------------------------------------------- | --------------------------- |
67+
| GPT 5.5 | gpt-5.5 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
68+
| GPT 5.5 Pro | gpt-5.5-pro | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
6769
| GPT 5.4 | gpt-5.4 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
6870
| GPT 5.4 Pro | gpt-5.4-pro | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
6971
| GPT 5.4 Mini | gpt-5.4-mini | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
@@ -105,8 +107,8 @@ Puoi anche accedere ai nostri modelli tramite i seguenti endpoint API.
105107
| Nemotron 3 Super Free | nemotron-3-super-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
106108

107109
Il [model id](/docs/config/#models) nella config di OpenCode
108-
usa il formato `opencode/<model-id>`. Per esempio, per GPT 5.4, useresti
109-
`opencode/gpt-5.4` nella tua config.
110+
usa il formato `opencode/<model-id>`. Per esempio, per GPT 5.5, useresti
111+
`opencode/gpt-5.5` nella tua config.
110112

111113
---
112114

packages/web/src/content/docs/ja/zen.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ OpenCode Zen は、OpenCode のほかのプロバイダーと同じように動
5555

5656
| Model | Model ID | Endpoint | AI SDK Package |
5757
| --------------------- | --------------------- | -------------------------------------------------- | --------------------------- |
58+
| GPT 5.5 | gpt-5.5 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
59+
| GPT 5.5 Pro | gpt-5.5-pro | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
5860
| GPT 5.4 | gpt-5.4 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
5961
| GPT 5.4 Pro | gpt-5.4-pro | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
6062
| GPT 5.4 Mini | gpt-5.4-mini | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
@@ -95,7 +97,7 @@ OpenCode Zen は、OpenCode のほかのプロバイダーと同じように動
9597
| Hy3 Preview Free | hy3-preview-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
9698
| Nemotron 3 Super Free | nemotron-3-super-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
9799

98-
OpenCode 設定で使う [model id](/docs/config/#models)`opencode/<model-id>` 形式です。たとえば、GPT 5.4 では設定に `opencode/gpt-5.4` を使用します。
100+
OpenCode 設定で使う [model id](/docs/config/#models)`opencode/<model-id>` 形式です。たとえば、GPT 5.5 では設定に `opencode/gpt-5.5` を使用します。
99101

100102
---
101103

@@ -142,6 +144,8 @@ https://opencode.ai/zen/v1/models
142144
| Gemini 3.1 Pro (≤ 200K tokens) | $2.00 | $12.00 | $0.20 | - |
143145
| Gemini 3.1 Pro (> 200K tokens) | $4.00 | $18.00 | $0.40 | - |
144146
| Gemini 3 Flash | $0.50 | $3.00 | $0.05 | - |
147+
| GPT 5.5 | $5.00 | $30.00 | $0.50 | - |
148+
| GPT 5.5 Pro | $60.00 | $360.00 | $60.00 | - |
145149
| GPT 5.4 | $2.50 | $15.00 | $0.25 | - |
146150
| GPT 5.4 Pro | $30.00 | $180.00 | $30.00 | - |
147151
| GPT 5.4 Mini | $0.75 | $4.50 | $0.075 | - |

packages/web/src/content/docs/ko/zen.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ OpenCode Zen은 OpenCode의 다른 provider와 똑같이 작동합니다.
5555

5656
| 모델 | 모델 ID | 엔드포인트 | AI SDK 패키지 |
5757
| --------------------- | --------------------- | -------------------------------------------------- | --------------------------- |
58+
| GPT 5.5 | gpt-5.5 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
59+
| GPT 5.5 Pro | gpt-5.5-pro | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
5860
| GPT 5.4 | gpt-5.4 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
5961
| GPT 5.4 Pro | gpt-5.4-pro | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
6062
| GPT 5.4 Mini | gpt-5.4-mini | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
@@ -95,7 +97,7 @@ OpenCode Zen은 OpenCode의 다른 provider와 똑같이 작동합니다.
9597
| Hy3 Preview Free | hy3-preview-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
9698
| Nemotron 3 Super Free | nemotron-3-super-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
9799

98-
OpenCode config에서 사용하는 [모델 ID](/docs/config/#models)`opencode/<model-id>` 형식입니다. 예를 들어 GPT 5.4를 사용하려면 config에서 `opencode/gpt-5.4`를 사용하면 됩니다.
100+
OpenCode config에서 사용하는 [모델 ID](/docs/config/#models)`opencode/<model-id>` 형식입니다. 예를 들어 GPT 5.5를 사용하려면 config에서 `opencode/gpt-5.5`를 사용하면 됩니다.
99101

100102
---
101103

packages/web/src/content/docs/nb/zen.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ Du kan også få tilgang til modellene våre gjennom følgende API-endepunkter.
6464

6565
| Modell | Modell-ID | Endepunkt | AI SDK-pakke |
6666
| --------------------- | --------------------- | -------------------------------------------------- | --------------------------- |
67+
| GPT 5.5 | gpt-5.5 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
68+
| GPT 5.5 Pro | gpt-5.5-pro | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
6769
| GPT 5.4 | gpt-5.4 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
6870
| GPT 5.4 Pro | gpt-5.4-pro | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
6971
| GPT 5.4 Mini | gpt-5.4-mini | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |

0 commit comments

Comments
 (0)