diff options
| author | Frank <[email protected]> | 2026-04-24 14:05:29 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-04-24 14:05:29 -0400 |
| commit | d01ad4c4992f931e334eaeac1baf7001e9d8f4f7 (patch) | |
| tree | 431d375103a31e5fd06bb89ecf78c471e0a46877 /packages/web/src/content/docs/ar | |
| parent | 28025a0f36c710a9db70502e04320b2d18b0d8e2 (diff) | |
| download | opencode-d01ad4c4992f931e334eaeac1baf7001e9d8f4f7.tar.gz opencode-d01ad4c4992f931e334eaeac1baf7001e9d8f4f7.zip | |
zen: gpt-5.5
Diffstat (limited to 'packages/web/src/content/docs/ar')
| -rw-r--r-- | packages/web/src/content/docs/ar/zen.mdx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/ar/zen.mdx b/packages/web/src/content/docs/ar/zen.mdx index f85c15ea9..42ab5034c 100644 --- a/packages/web/src/content/docs/ar/zen.mdx +++ b/packages/web/src/content/docs/ar/zen.mdx @@ -59,6 +59,8 @@ OpenCode Zen هي بوابة AI تتيح لك الوصول إلى هذه الن� | النموذج | معرّف النموذج | نقطة النهاية | حزمة AI SDK | | --------------------- | --------------------- | -------------------------------------------------- | --------------------------- | +| GPT 5.5 | gpt-5.5 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | +| GPT 5.5 Pro | gpt-5.5-pro | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | | GPT 5.4 | gpt-5.4 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | | GPT 5.4 Pro | gpt-5.4-pro | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | | GPT 5.4 Mini | gpt-5.4-mini | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | @@ -99,7 +101,7 @@ OpenCode Zen هي بوابة AI تتيح لك الوصول إلى هذه الن� | Hy3 Preview Free | hy3-preview-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` | | Nemotron 3 Super Free | nemotron-3-super-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` | -يستخدم [معرّف النموذج](/docs/config/#models) في إعدادات OpenCode الصيغة `opencode/<model-id>`. على سبيل المثال، بالنسبة إلى GPT 5.4، ستستخدم `opencode/gpt-5.4` في إعداداتك. +يستخدم [معرّف النموذج](/docs/config/#models) في إعدادات OpenCode الصيغة `opencode/<model-id>`. على سبيل المثال، بالنسبة إلى GPT 5.5، ستستخدم `opencode/gpt-5.5` في إعداداتك. --- |
