Go
SlopCode Go is a $10 per month subscription that gives you reliable access to popular open coding models with generous usage limits.
It works like any other provider in SlopCode. Subscribe in SlopCode Zen, copy your API key, and connect it in the TUI.
Understand it
Open models are now strong enough for serious coding work, but provider quality and latency still vary a lot.
SlopCode Go packages a tested set of model and provider combinations that the team feels good recommending.
Get started
- Open SlopCode Zen, enable SlopCode Go, and copy your API key.
-
Run
/connectin the TUI, chooseSlopCode Go, and paste the key. -
Run
/modelsto see the models currently available through the provider.
The current lineup includes:
- GLM-5
- GLM-5.1
- Kimi K2.5
- Kimi K2.6
- MiMo-V2-Pro
- MiMo-V2-Omni
- MiMo-V2.5-Pro
- MiMo-V2.5
- MiniMax M2.5
- MiniMax M2.7
- Qwen3.5 Plus
- Qwen3.6 Plus
- DeepSeek V4 Pro
- DeepSeek V4 Flash
This list may change as the team tests and adds more options.
Check limits
SlopCode Go includes these usage limits:
- 5 hour limit - $12 of usage
- Weekly limit - $30 of usage
- Monthly limit - $60 of usage
Limits are measured in dollar value, so request counts depend on the model you use. Cheaper models allow more requests inside the same budget.
| Model | Requests per 5 hour | Requests per week | Requests per month |
|---|---|---|---|
| GLM-5.1 | 880 | 2,150 | 4,300 |
| GLM-5 | 1,150 | 2,880 | 5,750 |
| Kimi K2.5 | 1,850 | 4,630 | 9,250 |
| Kimi K2.6 | 1,150 | 2,880 | 5,750 |
| MiMo-V2-Pro | 1,290 | 3,225 | 6,450 |
| MiMo-V2-Omni | 2,150 | 5,450 | 10,900 |
| MiMo-V2.5-Pro | 1,290 | 3,225 | 6,450 |
| MiMo-V2.5 | 2,150 | 5,450 | 10,900 |
| MiniMax M2.7 | 3,400 | 8,500 | 17,000 |
| MiniMax M2.5 | 6,300 | 15,900 | 31,800 |
| Qwen3.6 Plus | 3,300 | 8,200 | 16,300 |
| Qwen3.5 Plus | 10,200 | 25,200 | 50,500 |
| DeepSeek V4 Pro | 1,300 | 3,250 | 6,500 |
| DeepSeek V4 Flash | 7,450 | 18,600 | 37,300 |
These estimates are based on typical request patterns seen for each model family.
If you also have Zen balance, enable Use balance in the console to keep
sending requests after the included limits are exhausted.
Use endpoints
You can also call these models over HTTP.
| Model | Model ID | Endpoint | AI SDK Package |
|---|---|---|---|
| GLM-5.1 | glm-5.1 |
https://slopcode.dev/zen/go/v1/chat/completions |
@ai-sdk/openai-compatible |
| GLM-5 | glm-5 |
https://slopcode.dev/zen/go/v1/chat/completions |
@ai-sdk/openai-compatible |
| Kimi K2.5 | kimi-k2.5 |
https://slopcode.dev/zen/go/v1/chat/completions |
@ai-sdk/openai-compatible |
| Kimi K2.6 | kimi-k2.6 |
https://slopcode.dev/zen/go/v1/chat/completions |
@ai-sdk/openai-compatible |
| DeepSeek V4 Pro | deepseek-v4-pro |
https://slopcode.dev/zen/go/v1/messages |
@ai-sdk/anthropic |
| DeepSeek V4 Flash | deepseek-v4-flash |
https://slopcode.dev/zen/go/v1/messages |
@ai-sdk/anthropic |
| MiMo-V2-Pro | mimo-v2-pro |
https://slopcode.dev/zen/go/v1/chat/completions |
@ai-sdk/openai-compatible |
| MiMo-V2-Omni | mimo-v2-omni |
https://slopcode.dev/zen/go/v1/chat/completions |
@ai-sdk/openai-compatible |
| MiMo-V2.5-Pro | mimo-v2.5-pro |
https://slopcode.dev/zen/go/v1/chat/completions |
@ai-sdk/openai-compatible |
| MiMo-V2.5 | mimo-v2.5 |
https://slopcode.dev/zen/go/v1/chat/completions |
@ai-sdk/openai-compatible |
| MiniMax M2.7 | minimax-m2.7 |
https://slopcode.dev/zen/go/v1/messages |
@ai-sdk/anthropic |
| MiniMax M2.5 | minimax-m2.5 |
https://slopcode.dev/zen/go/v1/messages |
@ai-sdk/anthropic |
| Qwen3.6 Plus | qwen3.6-plus |
https://slopcode.dev/zen/go/v1/chat/completions |
@ai-sdk/alibaba |
| Qwen3.5 Plus | qwen3.5-plus |
https://slopcode.dev/zen/go/v1/chat/completions |
@ai-sdk/alibaba |
Use the format slopcode-go/<model-id> in your SlopCode config. For
example, slopcode-go/kimi-k2.6 selects Kimi K2.6.
Review privacy
SlopCode Go is designed primarily for international users, with models hosted in the US, EU, and Singapore for stable global access.
Providers follow a zero-retention policy and do not use your data for model training.
See goals
SlopCode Go is built to:
- Make AI coding more accessible with a low cost subscription.
- Provide reliable access to strong open coding models.
- Curate combinations that are tested for coding agent use.
- Avoid lock-in, since you can still use any other provider with SlopCode.