Skip to content

Commit e98bdad

Browse files
authored
docs: update codex-rs/config.md to reflect that gpt-5 is the default model (#2199)
`gpt-5` has replaced `codex-mini-latest` as the default.
1 parent 8d2c5d0 commit e98bdad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codex-rs/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Both the `--config` flag and the `config.toml` file support the following option
1717
The model that Codex should use.
1818

1919
```toml
20-
model = "o3" # overrides the default of "codex-mini-latest"
20+
model = "o3" # overrides the default of "gpt-5"
2121
```
2222

2323
## model_providers
@@ -213,7 +213,7 @@ Users can specify config values at multiple levels. Order of precedence is as fo
213213
1. custom command-line argument, e.g., `--model o3`
214214
2. as part of a profile, where the `--profile` is specified via a CLI (or in the config file itself)
215215
3. as an entry in `config.toml`, e.g., `model = "o3"`
216-
4. the default value that comes with Codex CLI (i.e., Codex CLI defaults to `codex-mini-latest`)
216+
4. the default value that comes with Codex CLI (i.e., Codex CLI defaults to `gpt-5`)
217217

218218
## model_reasoning_effort
219219

0 commit comments

Comments
 (0)