You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Big Pickle |`opencode/big-pickle`| 200,000 | Stealth model, free during evaluation period |
27
+
28
+
Source note: checked on April 23, 2026 against [OpenCode Zen](https://opencode.ai/docs/zen/), `https://opencode.ai/zen/v1/models`, and [models.dev](https://models.dev/api.json). The Zen models endpoint currently also lists `trinity-large-preview-free`, but models.dev marks it deprecated, so it is not recommended here.
| Qwen 3.6 Plus Free |`opencode/qwen3.6-plus-free`| Free promotion ended (April 2026) — now requires OpenCode Go subscription. See [issue #242](https://github.com/link-assistant/agent/issues/242)|
85
-
| Kimi K2.5 Free |`opencode/kimi-k2.5-free`| Removed from OpenCode Zen (March 2026) — see [issue #208](https://github.com/link-assistant/agent/issues/208)|
86
-
| Grok Code Fast 1 |`opencode/grok-code`| Discontinued January 2026 |
87
-
| MiniMax M2.1 Free |`opencode/minimax-m2.1-free`| Replaced by `opencode/minimax-m2.5-free`|
88
-
| GLM 4.7 Free |`opencode/glm-4.7-free`| No longer free on OpenCode Zen |
89
-
| Kimi K2.5 (Kilo) |`kilo/kimi-k2.5-free`| Replaced by other Kilo free models |
90
-
| MiniMax M2.1 (Kilo)|`kilo/minimax-m2.1-free`| Replaced by `kilo/minimax-m2.5-free`|
| Qwen 3.6 Plus Free |`opencode/qwen3.6-plus-free`| Free promotion ended (April 2026) — now requires OpenCode Go subscription. See [issue #242](https://github.com/link-assistant/agent/issues/242)|
95
+
| Kimi K2.5 Free |`opencode/kimi-k2.5-free`| Removed from OpenCode Zen (March 2026) — see [issue #208](https://github.com/link-assistant/agent/issues/208)|
96
+
| Grok Code Fast 1 |`opencode/grok-code`| Discontinued January 2026|
97
+
| MiniMax M2.1 Free |`opencode/minimax-m2.1-free`| Replaced by `opencode/minimax-m2.5-free`|
98
+
| GLM 4.7 Free |`opencode/glm-4.7-free`| No longer free on OpenCode Zen|
99
+
| Kimi K2.5 (Kilo) |`kilo/kimi-k2.5-free`| Replaced by other Kilo free models|
100
+
| MiniMax M2.1 (Kilo)|`kilo/minimax-m2.1-free`| Replaced by `kilo/minimax-m2.5-free`|
91
101
92
102
---
93
103
94
104
## Choosing Between Providers
95
105
96
106
### Use OpenCode Zen when:
107
+
97
108
- You want the most tested and reliable free models
98
-
- You prefer `nemotron-3-super-free` as the default with ~262K context window
109
+
- You prefer `minimax-m2.5-free` as the default with a 204,800 token context window
99
110
- You need a simple, curated list of models
100
111
101
112
### Use Kilo Gateway when:
113
+
102
114
- You want access to GLM-5 (currently free, limited time)
103
115
- You need larger context windows (up to 256,000 tokens)
104
116
- You want more free model options
@@ -108,6 +120,9 @@ The following models were previously free but are no longer available:
108
120
The agent intelligently routes model requests:
109
121
110
122
-`nemotron-3-super-free` without provider prefix → OpenCode Zen (`opencode/nemotron-3-super-free`)
123
+
-`minimax-m2.5-free` without provider prefix → OpenCode Zen (`opencode/minimax-m2.5-free`)
124
+
-`ling-2.6-flash-free` without provider prefix → OpenCode Zen (`opencode/ling-2.6-flash-free`)
125
+
-`hy3-preview-free` without provider prefix → OpenCode Zen (`opencode/hy3-preview-free`)
111
126
-`big-pickle` without provider prefix → OpenCode Zen (`opencode/big-pickle`)
112
127
-`kilo/minimax-m2.5-free` explicitly → Kilo Gateway
0 commit comments