zen: gpt-5.5

This commit is contained in:
Frank
2026-04-24 14:05:29 -04:00
parent 28025a0f36
commit d01ad4c499
18 changed files with 55 additions and 15 deletions

View File

@@ -64,6 +64,8 @@ Našim modelima možete pristupiti i preko sljedećih API endpointa.
| Model | Model ID | Endpoint | AI SDK Package |
| --------------------- | --------------------- | -------------------------------------------------- | --------------------------- |
| 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 @@ Našim modelima možete pristupiti i preko sljedećih API endpointa.
| Nemotron 3 Super Free | nemotron-3-super-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
[model id](/docs/config/#models) u vašoj OpenCode konfiguraciji koristi format
`opencode/<model-id>`. Na primjer, za GPT 5.4 u konfiguraciji biste
koristili `opencode/gpt-5.4`.
`opencode/<model-id>`. Na primjer, za GPT 5.5 u konfiguraciji biste
koristili `opencode/gpt-5.5`.
---