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

@ -59,6 +59,8 @@ OpenCode Zen 的運作方式和 OpenCode 中的其他供應商一樣。
| 模型 | Model ID | 端點 | 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` |