|
|
@@ -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
|
|
|
|
|
|
1. All our models are hosted in the US.
|