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/it | |
| parent | 28025a0f36c710a9db70502e04320b2d18b0d8e2 (diff) | |
| download | opencode-d01ad4c4992f931e334eaeac1baf7001e9d8f4f7.tar.gz opencode-d01ad4c4992f931e334eaeac1baf7001e9d8f4f7.zip | |
zen: gpt-5.5
Diffstat (limited to 'packages/web/src/content/docs/it')
| -rw-r--r-- | packages/web/src/content/docs/it/zen.mdx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/web/src/content/docs/it/zen.mdx b/packages/web/src/content/docs/it/zen.mdx index 14ddb891d..451d40751 100644 --- a/packages/web/src/content/docs/it/zen.mdx +++ b/packages/web/src/content/docs/it/zen.mdx @@ -64,6 +64,8 @@ Puoi anche accedere ai nostri modelli tramite i seguenti endpoint API. | Modello | Model ID | Endpoint | Pacchetto 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` | @@ -105,8 +107,8 @@ Puoi anche accedere ai nostri modelli tramite i seguenti endpoint API. | Nemotron 3 Super Free | nemotron-3-super-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` | Il [model id](/docs/config/#models) nella config di OpenCode -usa il formato `opencode/<model-id>`. Per esempio, per GPT 5.4, useresti -`opencode/gpt-5.4` nella tua config. +usa il formato `opencode/<model-id>`. Per esempio, per GPT 5.5, useresti +`opencode/gpt-5.5` nella tua config. --- |
