zed/docs/src/ai
Vlad Ionescu 7dcd422a73
opencode: Model updates (#57076)
**TL;DR**: clearer docs + models cleanup.

----

**Docs**: 
- as per the discussion in
https://github.com/zed-industries/zed/issues/56869, added a note to the
docs highlighting that temporary models should be configured using
Custom Models. Adding a whole example felt redundant considering the
full example is literally 2 rows below.


**Model updates**:
- **Ring 2.6 1T Free**: removed
- **GLM 5 and GLM 5.1**: different settings based on subscription —
[131k](8e710e19ea/providers/opencode/models/glm-5.1.toml (L22))
[output](8e710e19ea/providers/opencode/models/glm-5.toml (L22))
on OpenCode but
[32k](8e710e19ea/providers/opencode-go/models/glm-5.1.toml (L22))
[output](8e710e19ea/providers/opencode-go/models/glm-5.toml (L22))
on OpenCode Go
- **MiniMax M2.5**: different settings based on subscription — [131k
output on
OpenCode](8e710e19ea/providers/opencode/models/minimax-m2.5.toml (L22))
and [65k on OpenCode
Go](8e710e19ea/providers/opencode-go/models/minimax-m2.5.toml (L19))
- **Nemotron 3 Super Free**: enabled interleaved reasoning as per
[docs](8e710e19ea/providers/opencode/models/nemotron-3-super-free.toml (L13)).
Ran some quick tests and confirmed everything seems to work fine
(_"rename this variable. add a simple function. remove the function.
tell me a joke"_)
- **GPT 5.3 Codex Spark**: removed image support as per
[docs](https://github.com/anomalyco/models.dev/blob/dev/providers/opencode/models/gpt-5.3-codex-spark.toml#L23-L25)

The [docs say GLM 5 in OpenCode Zen has a deprecation date of May
14](https://opencode.ai/docs/zen/#deprecated-models) but that seems to
still be active and is [not marked as deprecated on
models.dev](8e710e19ea/providers/opencode/models/glm-5.toml)
so I didn't remove it yet 🤷

----

Self-Review Checklist:

- [x] I've reviewed my own diff for quality, security, and reliability
- [x] Unsafe blocks (if any) have justifying comments
- [x] The content is consistent with the [UI/UX
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)
- [ ] Tests cover the new/changed behavior
- [x] Performance impact has been considered and is acceptable

Closes https://github.com/zed-industries/zed/issues/56869

Release Notes:
- OpenCode: updated models (removed Ring 2.6 1T Free, enabled
interleaved reasoning for Nemotron 3 Super Free, deleted incorrect image
support for GPT 5.3 Codex Spark, and updated token counts for MiniMax
M2.5, GLM 5, and GLM 5.1)
- OpenCode Free: clearer docs for temporary free models
2026-05-18 17:15:04 +00:00
..
agent-panel.md docs: Clarify how to open new threads from the empty state (#56640) 2026-05-13 13:59:37 +00:00
agent-settings.md agent: Allow specifying which model is used for subagents (#56203) 2026-05-08 17:06:02 +00:00
ai-improvement.md Remove text thread and slash command crates (#52757) 2026-03-31 17:55:05 +02:00
billing.md docs: Update threshold billing section (#57060) 2026-05-18 14:59:50 +00:00
configuration.md docs: Apply documentation standards across all docs (#49177) 2026-02-17 20:58:17 -06:00
edit-prediction.md Fix zeta2 prompt format selection (#55338) 2026-05-08 13:19:33 +00:00
external-agents.md docs: Clarify how to open new threads from the empty state (#56640) 2026-05-13 13:59:37 +00:00
inline-assistant.md Remove text thread and slash command crates (#52757) 2026-03-31 17:55:05 +02:00
llm-providers.md opencode: Model updates (#57076) 2026-05-18 17:15:04 +00:00
mcp.md agent: Remove open tool (#56295) 2026-05-11 08:58:03 +00:00
models.md Add GPT-5.5 and GPT-5.5 pro model documentation (#55795) 2026-05-05 17:17:59 +00:00
overview.md Add Parallel Agents documentation (#53535) 2026-04-22 13:28:41 -03:00
parallel-agents.md docs: Add Windows & Projects concept page (#56402) 2026-05-11 21:07:13 +00:00
plans-and-usage.md docs: Restructure nav and add Zed Business section (#51915) 2026-05-06 16:07:12 +00:00
privacy-and-security.md docs: Restructure nav and add Zed Business section (#51915) 2026-05-06 16:07:12 +00:00
rules.md Remove text thread and slash command crates (#52757) 2026-03-31 17:55:05 +02:00
subscription.md docs: Add AI SEO frontmatter (#48559) 2026-02-11 13:10:31 -08:00
text-threads.md Remove text thread and slash command crates (#52757) 2026-03-31 17:55:05 +02:00
tool-permissions.md agent: Remove open tool (#56295) 2026-05-11 08:58:03 +00:00
tools.md agent: Remove open tool (#56295) 2026-05-11 08:58:03 +00:00