zed/docs/src
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
..
ai opencode: Model updates (#57076) 2026-05-18 17:15:04 +00:00
business docs: Restructure nav and add Zed Business section (#51915) 2026-05-06 16:07:12 +00:00
collaboration docs: Update actions format (#54869) 2026-05-07 06:55:11 +00:00
development docs: Update actions format (#54869) 2026-05-07 06:55:11 +00:00
extensions docs: Clarify more extension publishing steps (#56620) 2026-05-13 10:42:38 +00:00
languages docs: Update actions format (#54869) 2026-05-07 06:55:11 +00:00
migrate docs: Add Windows & Projects concept page (#56402) 2026-05-11 21:07:13 +00:00
reference Support SCP style SSH URLs (#56304) 2026-05-13 02:05:59 +00:00
all-actions.md docs: Apply documentation standards across all docs (#49177) 2026-02-17 20:58:17 -06:00
appearance.md docs: Update actions format (#54869) 2026-05-07 06:55:11 +00:00
authentication.md docs: Update actions format (#54869) 2026-05-07 06:55:11 +00:00
command-palette.md docs: Update actions format (#54869) 2026-05-07 06:55:11 +00:00
completions.md Remove Supermaven-related code from Zed (#50537) 2026-03-02 22:18:49 +00:00
configuring-languages.md docs: Update actions format (#54869) 2026-05-07 06:55:11 +00:00
configuring-zed.md docs: Update actions format (#54869) 2026-05-07 06:55:11 +00:00
debugger.md docs: Remove Preview callouts for stable release (#50736) 2026-03-04 15:10:13 -05:00
dev-containers.md docs: Update dev-containers requirements for podman (#56739) 2026-05-14 19:43:08 +00:00
development.md Improve documentation for ETW profiling (#50426) 2026-02-28 23:03:49 -05:00
diagnostics.md docs: Add AI SEO frontmatter (#48559) 2026-02-11 13:10:31 -08:00
editing-code.md docs: SEO content improvements for AI section (#49128) 2026-02-13 13:05:57 -08:00
environment.md docs: Apply documentation standards across all docs (#49177) 2026-02-17 20:58:17 -06:00
extensions.md Remove text thread and slash command crates (#52757) 2026-03-31 17:55:05 +02:00
finding-navigating.md Fix bad GitHub merge queue merge (#54721) 2026-04-23 23:47:30 +00:00
getting-started.md docs: Add Windows & Projects concept page (#56402) 2026-05-11 21:07:13 +00:00
git.md docs: Add headings to worktree page (#55185) 2026-04-29 11:38:07 +00:00
globs.md docs: Remove Preview callouts for stable release (#50119) 2026-02-25 14:16:54 -06:00
helix.md docs: Apply documentation standards across all docs (#49177) 2026-02-17 20:58:17 -06:00
icon-themes.md docs: Update actions format (#54869) 2026-05-07 06:55:11 +00:00
installation.md docs: Add AI SEO frontmatter (#48559) 2026-02-11 13:10:31 -08:00
key-bindings.md docs: Update actions format (#54869) 2026-05-07 06:55:11 +00:00
languages.md bash: Add built-in language server support (#52811) 2026-05-06 22:38:44 +00:00
linux.md docs: Update actions format (#54869) 2026-05-07 06:55:11 +00:00
macos.md docs: Update actions format (#54869) 2026-05-07 06:55:11 +00:00
modelines.md Add vim/emacs modeline support (#49267) 2026-03-25 03:15:51 +00:00
multibuffers.md docs: Update actions format (#54869) 2026-05-07 06:55:11 +00:00
outline-panel.md docs: Update actions format (#54869) 2026-05-07 06:55:11 +00:00
performance.md docs: Center and re-flow perf images (#53004) 2026-04-02 10:24:43 -06:00
project-panel.md Fix bad GitHub merge queue merge (#54721) 2026-04-23 23:47:30 +00:00
quick-start.md docs: Reorganize introduction (#41387) 2025-10-28 17:39:40 -03:00
remote-development.md Support SCP style SSH URLs (#56304) 2026-05-13 02:05:59 +00:00
repl.md docs: Update actions format (#54869) 2026-05-07 06:55:11 +00:00
roles.md docs: Add roles page under Account & Privacy section (#51413) 2026-03-13 10:48:54 -07:00
running-testing.md docs: Apply documentation standards across all docs (#49177) 2026-02-17 20:58:17 -06:00
semantic-tokens.md docs: Update actions format (#54869) 2026-05-07 06:55:11 +00:00
snippets.md docs: Remove outdated reference to simple-completion-language-server (#50732) 2026-03-04 18:45:52 +00:00
soc2.md docs: Restructure nav and add Zed Business section (#51915) 2026-05-06 16:07:12 +00:00
SUMMARY.md docs: Add Windows & Projects concept page (#56402) 2026-05-11 21:07:13 +00:00
tab-switcher.md docs: Apply documentation standards across all docs (#49177) 2026-02-17 20:58:17 -06:00
tasks.md Add support for custom git commands in the git graph context menu (#56354) 2026-05-12 16:20:53 +00:00
telemetry.md docs: Restructure nav and add Zed Business section (#51915) 2026-05-06 16:07:12 +00:00
terminal.md docs: Update actions format (#54869) 2026-05-07 06:55:11 +00:00
themes.md docs: Update actions format (#54869) 2026-05-07 06:55:11 +00:00
toolchains.md docs: Apply documentation standards across all docs (#49177) 2026-02-17 20:58:17 -06:00
troubleshooting.md feedback: Add action for listing installed extensions (#48664) 2026-04-16 07:45:38 +00:00
uninstall.md docs: Update guide to remove user data on macOS when uninstalling Zed (#52631) 2026-03-31 05:35:04 +00:00
update.md docs: Update actions format (#54869) 2026-05-07 06:55:11 +00:00
vim.md vim: Add Helix jump-to-word support to Vim mode (#55492) 2026-05-12 21:46:18 +00:00
visual-customization.md Add text icons for completion items (#56396) 2026-05-12 06:29:16 +00:00
windows-and-projects.md docs: Add Windows & Projects concept page (#56402) 2026-05-11 21:07:13 +00:00
windows.md docs: Apply documentation standards across all docs (#49177) 2026-02-17 20:58:17 -06:00
worktree-trust.md docs: Update actions format (#54869) 2026-05-07 06:55:11 +00:00