| --- |
| title: Go |
| description: Low cost subscription for open coding models. |
| --- |
|
|
| import config from "../../../config.mjs" |
| export const console = config.console |
| export const email = `mailto:${config.email}` |
|
|
| OpenCode Go is a low cost **$10/month subscription** that gives you reliable access to popular open coding models. |
|
|
| Go works like any other provider in OpenCode. You subscribe to OpenCode Go and |
| get your API key. It's **completely optional** and you don't need to use it to |
| use OpenCode. |
|
|
| It is designed primarily for international users and provides stable global access. |
|
|
| --- |
| |
| ## Background |
|
|
| Open models have gotten really good. They now reach performance close to |
| proprietary models for coding tasks. And because many providers can serve them |
| competitively, they are usually far cheaper. |
|
|
| However, getting reliable, low latency access to them can be difficult. Providers |
| vary in quality and availability. |
|
|
| :::tip |
| We tested a select group of models and providers that work well with OpenCode. |
| ::: |
|
|
| To fix this, we did a couple of things: |
|
|
| 1. We tested a select group of open models and talked to their teams about how to |
| best run them. |
| 2. We then worked with a few providers to make sure these were being served |
| correctly. |
| 3. Finally, we benchmarked the combination of the model/provider and came up |
| with a list that we feel good recommending. |
|
|
| OpenCode Go gives you access to these models for **$10/month**. |
|
|
| --- |
| |
| ## How it works |
|
|
| OpenCode Go works like any other provider in OpenCode. |
|
|
| 1. You sign in to **<a href={console}>OpenCode Zen</a>**, subscribe to Go, and |
| copy your API key. |
| 2. You run the `/connect` command in the TUI, select `OpenCode Go`, and paste |
| your API key. |
| 3. Run `/models` in the TUI to see the list of models available through Go. |
|
|
| :::note |
| Only one member per workspace can subscribe to OpenCode Go. |
| ::: |
|
|
| The current list of models includes: |
|
|
| - **Grok 4.6** |
| - **GLM-5.3-Flash** |
| - **GLM-5.3** |
| - **GLM-5.2** |
| - **GLM-5.1** |
| - **GPT 5.6 Luna** |
| - **Kimi K3** |
| - **Kimi K2.7 Code** |
| - **Kimi K2.6** |
| - **LongCat-2.0** |
| - **MiMo-V2.5** |
| - **MiMo-V2.5-Pro** |
| - **MiniMax M3** |
| - **MiniMax M2.7** |
| - **Muse Spark 1.3 Contributor** ([limited regions](https://ai.developer.meta.com/legal/geographic-use-policy)) |
| - **Muse Spark 1.2 Contributor** ([limited regions](https://ai.developer.meta.com/legal/geographic-use-policy)) |
| - **Qwen3.8 Max** |
| - **Qwen3.8 Flash** |
| - **Qwen3.7 Max** |
| - **Qwen3.7 Plus** |
| - **Qwen3.6 Plus** |
| - **DeepSeek V4.1 Flash** |
| - **DeepSeek V4 Pro** |
| - **DeepSeek V4 Flash** |
| - **DeepSeek V4 Flash Vision Exp** |
| - **Hy4 preview** |
| - **Hy3** |
|
|
| The list of models may change as we test and add new ones. |
|
|
| --- |
| |
| ## Where can I use it? |
|
|
| OpenCode Go is designed for [OpenCode](https://opencode.ai) and other coding agents |
| that produce similar types of requests. Traffic is monitored for abuse that |
| degrades the experience for other users. |
|
|
| Your client should: |
|
|
| 1. Send typical coding agent traffic |
| 2. Identify itself with its own user agent, such as `my-coding-agent/1.0`, rather |
| than a generic SDK or HTTP-library name. |
| 3. Send a stable session ID in `x-opencode-session` for each conversation so we can optimize routing and |
| prompt caching. |
|
|
| ### Validated Clients |
|
|
| Besides OpenCode, the following clients have been validated to work properly |
| with OpenCode Go. Although we do not guarantee that they will continue to work in the future. |
|
|
| | Client | Session support | |
| | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| | **Hermes** | Builds containing [PR #101864](https://github.com/NousResearch/hermes-agent/pull/101864) send the header on main and auxiliary OpenCode requests. The fix was merged after v0.21.0; that release alone does not include it. | |
| | **Claude Code** | Go recognizes its native session header. No custom-header wrapper is needed. | |
| | **Codex** | Go recognizes its native session header. Some versions and proxy setups still omit it; preserve the session header when forwarding requests. | |
| | **ZCode** | Go recognizes its native session header. Our [request for `x-opencode-session`](https://github.com/zai-org/feedback/issues/492) remains open, but it is no longer necessary to send that specific header. | |
| | **Pi** | Current builds send session information for OpenCode. Update older installations. | |
| | **jcode** | Update to **v0.81.6 or later**, which includes the [session-header fix](https://github.com/1jehuang/jcode/issues/1167). | |
| | **Kilo Code CLI** | Builds containing [PR #13752](https://github.com/Kilo-Org/kilocode/pull/13752) restore OpenCode session headers. This fix covers the CLI, not the VS Code extension. See [issue #13723](https://github.com/Kilo-Org/kilocode/issues/13723). | |
|
|
| ### Known Problematic Clients |
|
|
| These clients have missing or incomplete session support in the versions we |
| investigated. The linked reports track fixes and workarounds. |
|
|
| | Client | Status and tracking | |
| | ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | |
| | **DeepSeek Harness** | Session information arrives on some model paths, but is missing on others. We recognize its native header; the remaining work is to send it across all adapters. [Discussion #5495](https://github.com/deepseek-ai/deepseek-harness/discussions/5495). | |
| | **GitHub Copilot Chat** | Automatic session-header support is requested in [VS Code issue #334186](https://github.com/microsoft/vscode/issues/334186). | |
| | **Kimi Code** | Automatic session-header support is requested in [issue #3506](https://github.com/MoonshotAI/kimi-code/issues/3506). | |
| | **MiMo Code** | [Issue #2317](https://github.com/XiaomiMiMo/MiMo-Code/issues/2317) has a proposed fix in [PR #2327](https://github.com/XiaomiMiMo/MiMo-Code/pull/2327), which has not yet merged. | |
|
|
| ## Usage limits |
|
|
| Usage limits are defined as monthly dollar amounts. The table below shows the |
| monthly limit and token costs for each model. |
|
|
| Each model has the following usage limits: 5-hour — 20% of the monthly limit; |
| weekly — 50%; and monthly — 100%. |
|
|
| For example, if a model has a $60 monthly limit, you can spend up to: |
|
|
| - **5-hour limit** — $12 of usage |
| - **Weekly limit** — $30 of usage |
| - **Monthly limit** — $60 of usage |
|
|
| Token prices are per 1M tokens. |
|
|
| | Model | Input | Output | Cached Read | Cached Write | Monthly limit | |
| | --------------------------------------- | ------ | ------ | ----------- | ------------ | ---------------------------------------------------- | |
| | GLM-5.3-Flash | $0.15 | $0.50 | $0.03 | - | **$60** | |
| | GLM-5.3 | $1.40 | $4.40 | $0.26 | - | **$15** | |
| | GLM-5.2 | $1.40 | $4.40 | $0.26 | - | **$60** | |
| | GLM-5.1 | $1.40 | $4.40 | $0.26 | - | **$60** | |
| | Kimi K3 | $3.00 | $15.00 | $0.30 | - | **$15** | |
| | Kimi K2.7 Code | $0.95 | $4.00 | $0.19 | - | **$60** | |
| | Kimi K2.6 | $0.95 | $4.00 | $0.16 | - | **$60** | |
| | LongCat-2.0 | $0.30 | $1.20 | $0.006 | - | **$60** | |
| | MiMo V2.5 | $0.14 | $0.28 | $0.0028 | - | **$60** | |
| | MiMo V2.5 Pro | $0.435 | $0.87 | $0.003625 | - | **$15** | |
| | MiniMax M3 | $0.30 | $1.20 | $0.06 | - | **$60** | |
| | MiniMax M2.7 | $0.30 | $1.20 | $0.06 | $0.375 | **$60** | |
| | MiniMax M2.5 | $0.30 | $1.20 | $0.06 | $0.375 | **$60** | |
| | Muse Spark 1.3 Contributor | $0.10 | $0.20 | $0.002 | - | **$60** | |
| | Muse Spark 1.2 Contributor | $0.10 | $0.20 | $0.002 | - | **$60** | |
| | Qwen3.8 Max | $2.00 | $6.00 | $0.25 | $2.50 | **$15** | |
| | Qwen3.8 Flash | $0.15 | $0.47 | $0.016 | $0.20 | **$30** | |
| | Qwen3.7 Max | $2.50 | $7.50 | $0.50 | $3.125 | **$30** | |
| | Qwen3.7 Plus (≤ 256K tokens) | $0.40 | $1.60 | $0.04 | $0.50 | **$60** | |
| | Qwen3.7 Plus (> 256K tokens) | $1.20 | $4.80 | $0.12 | $1.50 | **$60** | |
| | Qwen3.6 Plus (≤ 256K tokens) | $0.50 | $3.00 | $0.05 | $0.625 | **$60** | |
| | Qwen3.6 Plus (> 256K tokens) | $2.00 | $6.00 | $0.20 | $2.50 | **$60** | |
| | DeepSeek V4.1 Flash (Off-Peak) | $0.15 | $0.60 | $0.003 | - | ~~$15~~ **$60**<br /><small>4x · Ends Sep 20</small> | |
| | DeepSeek V4.1 Flash (Peak) | $0.30 | $1.20 | $0.006 | - | ~~$15~~ **$60**<br /><small>4x · Ends Sep 20</small> | |
| | DeepSeek V4 Pro (Off-Peak) | $0.66 | $1.98 | $0.022 | - | **$15** | |
| | DeepSeek V4 Pro (Peak) | $1.32 | $3.96 | $0.044 | - | **$15** | |
| | DeepSeek V4 Flash (Off-Peak) | $0.15 | $0.60 | $0.003 | - | **$30** | |
| | DeepSeek V4 Flash (Peak) | $0.30 | $1.20 | $0.006 | - | **$30** | |
| | DeepSeek V4 Flash Vision Exp (Off-Peak) | $0.15 | $0.60 | $0.003 | - | **$15** | |
| | DeepSeek V4 Flash Vision Exp (Peak) | $0.30 | $1.20 | $0.006 | - | **$15** | |
| | Hy4 preview | $0.834 | $2.501 | $0.042 | - | **$30** | |
| | Hy3 | $0.14 | $0.58 | $0.035 | - | **$60** | |
| | Grok 4.6 (≤ 200K tokens) | $2.00 | $6.00 | $0.50 | - | **$15** | |
| | Grok 4.6 (> 200K tokens) | $4.00 | $12.00 | $1.00 | - | **$15** | |
| | GPT 5.6 Luna (≤ 272K tokens) | $0.20 | $1.20 | $0.02 | $0.25 | **$15** | |
| | GPT 5.6 Luna (> 272K tokens) | $0.40 | $1.80 | $0.04 | $0.50 | **$15** | |
|
|
| **DeepSeek V4.1 Flash / V4 Pro / V4 Flash / V4 Flash Vision Exp:** Peak hours are 01:00-04:00 and 06:00-10:00 UTC, Monday through Friday; all other hours, including weekends, are Off-Peak. [Learn more](https://api-docs.deepseek.com/quick_start/pricing/). |
|
|
| **DeepSeek V4 Flash Vision Exp:** Images are converted into tokens based on their dimensions and billed as input tokens alongside text tokens. [Learn more](https://api-docs.deepseek.com/quick_start/pricing/). |
|
|
| ### Estimated requests |
|
|
| The table below provides an estimated request count based on typical Go usage patterns: |
|
|
| | Model | requests per 5 hour | requests per week | requests per month | |
| | -------------------------------------------------------- | ------------------------- | -------------------------- | --------------------------- | |
| | GLM-5.3-Flash | 6,320 | 15,790 | 31,580 | |
| | GLM-5.3 | 220 | 540 | 1,080 | |
| | GLM-5.2 | 880 | 2,150 | 4,300 | |
| | GLM-5.1 | 880 | 2,150 | 4,300 | |
| | Kimi K3 | 110 | 250 | 490 | |
| | Kimi K2.7 Code | 1,350 | 3,380 | 6,750 | |
| | Kimi K2.6 | 1,150 | 2,880 | 5,750 | |
| | LongCat-2.0 | 11,400 | 28,600 | 57,200 | |
| | MiMo-V2.5 | 30,100 | 75,200 | 150,400 | |
| | MiMo-V2.5-Pro | 3,250 | 8,150 | 16,300 | |
| | MiniMax M3 | 3,200 | 8,000 | 16,000 | |
| | MiniMax M2.7 | 3,400 | 8,500 | 17,000 | |
| | Muse Spark 1.3 Contributor | 45,300 | 113,300 | 226,600 | |
| | Muse Spark 1.2 Contributor | 45,300 | 113,300 | 226,600 | |
| | Qwen3.8 Max | 160 | 400 | 810 | |
| | Qwen3.8 Flash | 5,400 | 13,500 | 27,000 | |
| | Qwen3.7 Max | 170 | 420 | 840 | |
| | Qwen3.7 Plus | 4,300 | 10,800 | 21,600 | |
| | Qwen3.6 Plus | 3,300 | 8,200 | 16,300 | |
| | DeepSeek V4.1 Flash<br /><small>4x · Ends Sep 20</small> | ~~6,500~~<br />**26,000** | ~~16,250~~<br />**65,000** | ~~32,500~~<br />**130,000** | |
| | DeepSeek V4 Pro | 1,050 | 2,600 | 5,200 | |
| | DeepSeek V4 Flash | 13,000 | 32,500 | 65,000 | |
| | DeepSeek V4 Flash Vision Exp | 6,500 | 16,250 | 32,500 | |
| | Hy4 preview | 1,350 | 3,380 | 6,770 | |
| | Hy3 | 4,300 | 10,750 | 21,500 | |
| | Grok 4.6 | 169 | 423 | 845 | |
| | GPT 5.6 Luna | 2,050 | 5,100 | 10,250 | |
|
|
| The estimates use the following token counts per request; actual usage varies. |
|
|
| - Grok 4.6 — 390 input, 32,500 cached, 120 output tokens per request |
| - GLM-5.3-Flash — 1,000 input, 55,000 cached, 200 output tokens per request |
| - GLM-5.3/5.2/5.1 — 700 input, 52,000 cached, 150 output tokens per request |
| - GPT 5.6 Luna — 1,000 input, 50,000 cached, 220 output tokens per request |
| - Kimi K3 — 1,050 input, 76,500 cached, 300 output tokens per request |
| - Kimi K2.7/K2.6 — 870 input, 55,000 cached, 200 output tokens per request |
| - LongCat-2.0 — 920 input, 88,900 cached, 200 output tokens per request |
| - DeepSeek V4.1 Flash — 410 input, 71,300 cached, 310 output tokens per request |
| - DeepSeek V4 Pro — 750 input, 82,000 cached, 290 output tokens per request |
| - DeepSeek V4 Flash — 410 input, 71,300 cached, 310 output tokens per request |
| - DeepSeek V4 Flash Vision Exp — 410 input, 71,300 cached, 310 output tokens per request |
| - MiniMax M3 — 510 input, 56,000 cached, 190 output tokens per request |
| - MiniMax M2.7 — 300 input, 55,000 cached, 125 output tokens per request |
| - Muse Spark 1.3 Contributor — 620 input, 71,400 cached, 300 output tokens per request |
| - Muse Spark 1.2 Contributor — 620 input, 71,400 cached, 300 output tokens per request |
| - MiMo-V2.5 — 830 input, 71,500 cached, 295 output tokens per request |
| - MiMo-V2.5-Pro — 790 input, 86,000 cached, 305 output tokens per request |
| - Qwen3.8 Max — 420 input, 66,000 cached, 200 output tokens per request |
| - Qwen3.8 Flash — 600 input, 58,000 cached, 200 output tokens per request |
| - Qwen3.7 Max — 420 input, 66,000 cached, 200 output tokens per request |
| - Qwen3.7 Plus — 500 input, 57,000 cached, 190 output tokens per request |
| - Qwen3.6 Plus — 500 input, 57,000 cached, 190 output tokens per request |
| - Hy4 preview — 830 input, 71,500 cached, 295 output tokens per request |
| - Hy3 — 830 input, 71,500 cached, 295 output tokens per request |
|
|
| You can track your current usage in the **<a href={console}>console</a>**. |
|
|
| :::tip |
| If you reach the usage limit, you can continue using the free models. |
| ::: |
|
|
| Usage limits may change as we learn from early usage and feedback. |
|
|
| --- |
| |
| ### Usage beyond limits |
|
|
| If you also have credits on your Zen balance, you can enable the **Use balance** |
| option in the console. When enabled, Go will fall back to your Zen balance |
| after you've reached your usage limits instead of blocking requests. |
|
|
| --- |
| |
| ### Why some models have lower usage |
|
|
| With Go, you pay $10/month, and the included monthly usage varies by model. |
|
|
| For most models, we make this work through bulk discounts and reserved GPU capacity. We then pass those savings on to you as higher monthly usage. |
|
|
| For some models, we haven't had the opportunity to negotiate a discount or host them at a lower cost, either because the model is new or because their public pricing is already discounted. |
|
|
| For these models, you still get a little more than if you paid the model providers directly; this is why their included monthly usage is lower. |
|
|
| --- |
| |
| ## Endpoints |
|
|
| You can also access Go models through the following API endpoints. |
|
|
| | Model | Model ID | Endpoint | AI SDK Package | |
| | ---------------------------- | ---------------------------- | ------------------------------------------------ | --------------------------- | |
| | Grok 4.6 | grok-4.6 | `https://opencode.ai/zen/go/v1/responses` | `@ai-sdk/openai` | |
| | GPT 5.6 Luna | gpt-5.6-luna | `https://opencode.ai/zen/go/v1/responses` | `@ai-sdk/openai` | |
| | GLM-5.3-Flash | glm-5.3-flash | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` | |
| | GLM-5.3 | glm-5.3 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` | |
| | GLM-5.2 | glm-5.2 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` | |
| | GLM-5.1 | glm-5.1 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` | |
| | Kimi K3 | kimi-k3 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` | |
| | Kimi K2.7 Code | kimi-k2.7-code | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` | |
| | Kimi K2.6 | kimi-k2.6 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` | |
| | LongCat-2.0 | longcat-2.0 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` | |
| | DeepSeek V4.1 Flash | deepseek-v4.1-flash | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` | |
| | DeepSeek V4 Pro | deepseek-v4-pro | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` | |
| | DeepSeek V4 Flash | deepseek-v4-flash | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` | |
| | DeepSeek V4 Flash Vision Exp | deepseek-v4-flash-vision-exp | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` | |
| | MiMo-V2.5 | mimo-v2.5 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` | |
| | MiMo-V2.5-Pro | mimo-v2.5-pro | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` | |
| | MiniMax M3 | minimax-m3 | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` | |
| | MiniMax M2.7 | minimax-m2.7 | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` | |
| | MiniMax M2.5 | minimax-m2.5 | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` | |
| | Muse Spark 1.3 Contributor | muse-spark-1.3-contributor | `https://opencode.ai/zen/go/v1/responses` | `@ai-sdk/openai` | |
| | Muse Spark 1.2 Contributor | muse-spark-1.2-contributor | `https://opencode.ai/zen/go/v1/responses` | `@ai-sdk/openai` | |
| | Qwen3.8 Max | qwen3.8-max | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` | |
| | Qwen3.8 Flash | qwen3.8-flash | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` | |
| | Qwen3.7 Max | qwen3.7-max | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` | |
| | Qwen3.7 Plus | qwen3.7-plus | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` | |
| | Qwen3.6 Plus | qwen3.6-plus | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` | |
| | Hy4 preview | hy4-preview | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` | |
| | Hy3 | hy3 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` | |
|
|
| The [model id](/docs/config/#models) in your OpenCode config |
| uses the format `opencode-go/<model-id>`. For example, for Kimi K3, you would |
| use `opencode-go/kimi-k3` in your config. |
|
|
| --- |
| |
| ### Models |
|
|
| You can fetch the full list of available models and their metadata from: |
|
|
| ``` |
| https://opencode.ai/zen/go/v1/models |
| ``` |
|
|
| --- |
| |
| ## Privacy |
|
|
| | Model | Model training | Data retention | |
| | ---------------------------- | -------------- | -------------- | |
| | Grok 4.6 | Not used | 30 days | |
| | GPT 5.6 Luna | Not used | 30 days | |
| | GLM-5.3-Flash | Not used | 0 days | |
| | GLM-5.3 | Not used | 0 days | |
| | GLM-5.2 | Not used | 0 days | |
| | GLM-5.1 | Not used | 0 days | |
| | Kimi K3 | Not used | 0 days | |
| | Kimi K2.7 Code | Not used | 0 days | |
| | Kimi K2.6 | Not used | 0 days | |
| | LongCat-2.0 | Not used | 0 days | |
| | MiMo-V2.5-Pro | Not used | 0 days | |
| | MiMo-V2.5 | Not used | 0 days | |
| | Qwen3.8 Max | Not used | 0 days | |
| | Qwen3.8 Flash | Not used | 0 days | |
| | Qwen3.7 Max | Not used | 0 days | |
| | Qwen3.7 Plus | Not used | 0 days | |
| | Qwen3.6 Plus | Not used | 0 days | |
| | MiniMax M3 | Not used | 0 days | |
| | MiniMax M2.7 | Not used | 0 days | |
| | Muse Spark 1.3 Contributor | Yes | Not ZDR | |
| | Muse Spark 1.2 Contributor | Yes | Not ZDR | |
| | DeepSeek V4.1 Flash | Not used | 0 days\* | |
| | DeepSeek V4 Pro | Not used | 0 days\* | |
| | DeepSeek V4 Flash | Not used | 0 days\* | |
| | DeepSeek V4 Flash Vision Exp | Not used | 0 days\* | |
| | Hy4 preview | Not used | 0 days | |
| | Hy3 | Not used | 0 days | |
|
|
| - **Grok 4.6:** ZDR disables important API features that depend on stored data, including the stateful Responses API, Files and Collections, and the Batch API. [Learn more](https://docs.x.ai/developers/faq/security#what-is-zero-data-retention-zdr). |
| - **GPT 5.6 Luna:** Abuse monitoring logs are generated for all API feature usage and retained for up to 30 days. [Learn more](https://developers.openai.com/api/docs/guides/your-data#data-retention-controls-for-abuse-monitoring). |
| - **Muse Spark 1.3 Contributor:** Heavily discounted token pricing in exchange for permission to use your prompts and completions to train future Meta models. Availability is limited to regions permitted by Meta's [Geographic Use Policy](https://ai.developer.meta.com/legal/geographic-use-policy). [Learn more](https://dev.meta.ai/docs/pricing-rate-limits#contributor-tier). |
| - **Muse Spark 1.2 Contributor:** Heavily discounted token pricing in exchange for permission to use your prompts and completions to train future Meta models. Availability is limited to regions permitted by Meta's [Geographic Use Policy](https://ai.developer.meta.com/legal/geographic-use-policy). [Learn more](https://dev.meta.ai/docs/pricing-rate-limits#contributor-tier). |
| - **DeepSeek:** ZDR agreement is renewed monthly. The current agreement is valid through September 30, 2026. |
|
|
| --- |
| |
| ## Goals |
|
|
| We created OpenCode Go to: |
|
|
| 1. Make AI coding **accessible** to more people with a low cost subscription. |
| 2. Provide **reliable** access to the best open coding models. |
| 3. Curate models that are **tested and benchmarked** for coding agent use. |
| 4. Have **no lock-in** by allowing you to use any other provider with OpenCode as well. |
|
|