diff options
| author | Frank <[email protected]> | 2025-09-15 17:07:48 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-09-15 17:07:48 -0400 |
| commit | 910ea84360245a1926c0bf097054e287dd3dd046 (patch) | |
| tree | 6ed54654822c0bdbd427968b06ed927b6c19551e | |
| parent | bc2e4e23c9565a16ee88e33e23e498f18d67936a (diff) | |
| download | opencode-910ea84360245a1926c0bf097054e287dd3dd046.tar.gz opencode-910ea84360245a1926c0bf097054e287dd3dd046.zip | |
wip: zen
| -rw-r--r-- | packages/web/src/content/docs/zen.mdx | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/packages/web/src/content/docs/zen.mdx b/packages/web/src/content/docs/zen.mdx index 814c35994..f6923430b 100644 --- a/packages/web/src/content/docs/zen.mdx +++ b/packages/web/src/content/docs/zen.mdx @@ -73,15 +73,16 @@ We created opencode zen to: Below are the models that we currently support and their prices **per 1M tokens**. -| Model | Input | Output | -| ---------------- | ----- | ------ | -| Qwen3 Coder 480B | $0.38 | $0.50 | -| Grok Code Fast 1 | Free | Free | -| Claude Sonnet 4 | Soon | Soon | -| Claude Haiku 3.5 | Soon | Soon | -| Claude Opus 4.1 | Soon | Soon | -| GPT 5 | Soon | Soon | -| Kimi K2 | Soon | Soon | +| Model | Input | Output | Cached Read | Cached Write | +| ------------------------------- | ------ | ------ | ----------- | ------------ | +| Qwen3 Coder 480B | $0.45 | $1.50 | - | - | +| Grok Code Fast 1 | Free | Free | Free | - | +| Claude Sonnet 4 (≤ 200K tokens) | $3.00 | $15.00 | $0.30 | $3.75 | +| Claude Sonnet 4 (> 200K tokens) | $6.00 | $22.50 | $0.60 | $7.50 | +| Claude Haiku 3.5 | $0.80 | $4.00 | $0.08 | $1.00 | +| Claude Opus 4.1 | $15.00 | $75.00 | $1.50 | $18.75 | +| GPT 5 | $1.25 | $10.00 | $0.125 | - | +| Kimi K2 | $0.60 | $2.50 | - | - | :::note We add a small markup to cover our costs. @@ -101,7 +102,7 @@ A couple of notes: ## Privacy 1. All our models are hosted in the US. -2. The providers we use have a zero-retention policy and do not use the data to - train their models. - - The exception is Grok Code Fast 1, which during its free period uses the - data it collects to improve Grok Code. +2. Our providers follow a zero-retention policy and do not use your data for model training, with the following exceptions: + - Grok Code Fast 1: During its free period, collected data may be used to improve Grok Code. + - OpenAI APIs: Requests are retained for 30 days in accordance with [OpenAI's Data Policies](https://platform.openai.com/docs/guides/your-data). + - Anthropic APIs: Requests are retained for 30 days in accordance with [Anthropic's Data Policies](https://docs.anthropic.com/en/docs/claude-code/data-usage). |
