diff options
| author | Frank <[email protected]> | 2025-09-15 18:44:19 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-09-15 18:44:21 -0400 |
| commit | d795a38fc7b45588c22c009d0467428f777ba1b9 (patch) | |
| tree | 8a5d9dc425f8de7d9bbb36f7144255e8b4125bc2 | |
| parent | 96698ea070b1d8c91acb942a3a06ca146cc41ce7 (diff) | |
| download | opencode-d795a38fc7b45588c22c009d0467428f777ba1b9.tar.gz opencode-d795a38fc7b45588c22c009d0467428f777ba1b9.zip | |
wip: zen
| -rw-r--r-- | packages/web/src/content/docs/zen.mdx | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/zen.mdx b/packages/web/src/content/docs/zen.mdx index 03cc576f2..43f891814 100644 --- a/packages/web/src/content/docs/zen.mdx +++ b/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. |
