This commit is contained in:
Frank
2025-09-15 18:44:19 -04:00
parent 96698ea070
commit d795a38fc7

View File

@@ -99,6 +99,20 @@ A couple of notes:
--- ---
## Model Endpoints
| Model | Endpoint | AI SDK Package |
| ---------------- | --------------------------------------------- | --------------------------- |
| GPT-5 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
| Claude Sonnet 4 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
| Claude Haiku 3.5 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
| Claude Opus 4.1 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
| Qwen3 Coder 480B | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
| Grok Code Fast 1 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
| Kimi K2 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
---
## Privacy ## Privacy
1. All our models are hosted in the US. 1. All our models are hosted in the US.