Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit d1588f9

Browse files
author
Frank
committed
doc: add big pickle to doc
1 parent 576696a commit d1588f9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • packages/web/src/content/docs

packages/web/src/content/docs/zen.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ You can also access our models through the following API endpoints.
7575
| Kimi K2 | kimi-k2 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
7676
| Qwen3 Coder 480B | qwen3-coder | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
7777
| Grok Code Fast 1 | grok-code | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
78+
| Big Pickle | big-pickle | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
7879

7980
The [model id](/docs/config/#models) in your OpenCode config
8081
uses the format `opencode/<model-id>`. For example, for GPT 5 Codex, you would
@@ -117,8 +118,8 @@ We support a pay-as-you-go model. Below are the prices **per 1M tokens**.
117118
| GLM 4.6 | $0.60 | $2.20 | $0.10 | - |
118119
| Kimi K2 | $0.60 | $2.50 | $0.36 | - |
119120
| Qwen3 Coder 480B | $0.45 | $1.50 | - | - |
120-
| Grok Code Fast 1 | Free | Free | - | - |
121-
| Code Supernova | Free | Free | - | - |
121+
| Grok Code Fast 1 | Free | Free | Free | - |
122+
| Big Pickle | Free | Free | Free | - |
122123
| Claude Sonnet 4.5 (≤ 200K tokens) | $3.00 | $15.00 | $0.30 | $3.75 |
123124
| Claude Sonnet 4.5 (> 200K tokens) | $6.00 | $22.50 | $0.60 | $7.50 |
124125
| Claude Sonnet 4 (≤ 200K tokens) | $3.00 | $15.00 | $0.30 | $3.75 |
@@ -138,7 +139,7 @@ Credit card fees are passed along at cost; we don't charge anything beyond that.
138139
The free models:
139140

140141
- Grok Code Fast 1 is currently free on OpenCode for a limited time. The xAI team is using this time to collect feedback and improve Grok Code.
141-
- Code Supernova is a stealth model that's free on OpenCode for a limited time. The team is using this time to collect feedback and improve the model.
142+
- Big Pickle is a stealth model that's free on OpenCode for a limited time. The team is using this time to collect feedback and improve the model.
142143

143144
:::tip
144145
Subscription plans and a free tier are coming soon.
@@ -153,8 +154,7 @@ Subscription plans and a free tier are coming soon.
153154
All our models are hosted in the US. Our providers follow a zero-retention policy and do not use your data for model training, with the following exceptions:
154155

155156
- Grok Code Fast 1: During its free period, collected data may be used to improve Grok Code.
156-
- Code Supernova: During its free period, collected data may be used to improve
157-
the model.
157+
- Big Pickle: During its free period, collected data may be used to improve the model.
158158
- OpenAI APIs: Requests are retained for 30 days in accordance with [OpenAI's Data Policies](https://platform.openai.com/docs/guides/your-data).
159159
- 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).
160160

0 commit comments

Comments
 (0)