Frank 5 bulan lalu
induk
melakukan
d795a38fc7
1 mengubah file dengan 14 tambahan dan 0 penghapusan
  1. 14 0
      packages/web/src/content/docs/zen.mdx

+ 14 - 0
packages/web/src/content/docs/zen.mdx

@@ -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.