|
|
@@ -64,6 +64,8 @@ You can also access our models through the following API endpoints.
|
|
|
|
|
|
| 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 @@ You can also access our models through the following API endpoints.
|
|
|
| Nemotron 3 Super Free | nemotron-3-super-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
|
|
|
|
|
|
The [model id](/docs/config/#models) in your OpenCode config
|
|
|
-uses the format `opencode/<model-id>`. For example, for GPT 5.4, you would
|
|
|
-use `opencode/gpt-5.4` in your config.
|
|
|
+uses the format `opencode/<model-id>`. For example, for GPT 5.5, you would
|
|
|
+use `opencode/gpt-5.5` in your config.
|
|
|
|
|
|
---
|
|
|
|
|
|
@@ -153,6 +155,8 @@ We support a pay-as-you-go model. Below are the prices **per 1M tokens**.
|
|
|
| Gemini 3.1 Pro (≤ 200K tokens) | $2.00 | $12.00 | $0.20 | - |
|
|
|
| Gemini 3.1 Pro (> 200K tokens) | $4.00 | $18.00 | $0.40 | - |
|
|
|
| Gemini 3 Flash | $0.50 | $3.00 | $0.05 | - |
|
|
|
+| GPT 5.5 | $5.00 | $30.00 | $0.50 | - |
|
|
|
+| GPT 5.5 Pro | $60.00 | $360.00 | $60.00 | - |
|
|
|
| GPT 5.4 | $2.50 | $15.00 | $0.25 | - |
|
|
|
| GPT 5.4 Pro | $30.00 | $180.00 | $30.00 | - |
|
|
|
| GPT 5.4 Mini | $0.75 | $4.50 | $0.075 | - |
|