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
Copy file name to clipboardExpand all lines: config/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ This directory contains the official OpenCode config templates for the ChatGPT C
6
6
7
7
| File | OpenCode version | Description |
8
8
|------|------------------|-------------|
9
-
|[`opencode-modern.json`](./opencode-modern.json)|**v1.0.210+**| Variant-based config: 7 base models with 26 total presets |
10
-
|[`opencode-legacy.json`](./opencode-legacy.json)|**v1.0.209 and below**| Legacy explicit entries: 26 individual model definitions |
9
+
|[`opencode-modern.json`](./opencode-modern.json)|**v1.0.210+**| Variant-based config: 9 base models with 34 total presets |
10
+
|[`opencode-legacy.json`](./opencode-legacy.json)|**v1.0.209 and below**| Legacy explicit entries: 34 individual model definitions |
11
11
12
12
## Quick pick
13
13
@@ -34,16 +34,16 @@ opencode --version
34
34
OpenCode v1.0.210+ added model `variants`, so one model entry can expose multiple reasoning levels. That keeps modern config much smaller while preserving the same effective presets.
Use `opencode debug config` to verify that these template entries were merged into your effective config. `opencode models openai` currently shows OpenCode's built-in provider catalog and can omit config-defined entries such as `gpt-5.4-mini`.
43
43
44
44
If your OpenCode runtime supports global compaction tuning, you can also set:
0 commit comments