mirror of
https://github.com/openai/codex.git
synced 2026-09-06 15:29:32 +00:00
List GPT-6-Astra in the model picker (#42879)
## What changed Set GPT-6-Astra's bundled model visibility to `list` so it appears first in the interactive model picker, and update the picker snapshot for the new entry and numbering. GitOrigin-RevId: 1bbbb7cb932b53d121a2d3246343c06e120da2f7
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
}
|
||||
],
|
||||
"shell_type": "unified_exec",
|
||||
"visibility": "hide",
|
||||
"visibility": "list",
|
||||
"minimal_client_version": "0.153.0",
|
||||
"supported_in_api": true,
|
||||
"availability_nux": null,
|
||||
|
||||
@@ -5,12 +5,14 @@ expression: popup
|
||||
Select Model and Effort
|
||||
Access legacy models by running codex -m <model_name> or in your config.toml
|
||||
|
||||
1. gpt-5.6-sol (default) Latest frontier agentic coding model.
|
||||
2. gpt-5.6-terra Balanced agentic coding model for everyday work.
|
||||
3. gpt-5.6-luna Fast and affordable agentic coding model.
|
||||
4. gpt-5.5 Frontier model for complex coding, research, and
|
||||
1. gpt-6-astra (default) Our most capable model for complex, demanding
|
||||
work.
|
||||
2. gpt-5.6-sol Latest frontier agentic coding model.
|
||||
3. gpt-5.6-terra Balanced agentic coding model for everyday work.
|
||||
4. gpt-5.6-luna Fast and affordable agentic coding model.
|
||||
5. gpt-5.5 Frontier model for complex coding, research, and
|
||||
real-world work.
|
||||
› 5. gpt-5.2 (current) Optimized for professional work and long-running
|
||||
› 6. gpt-5.2 (current) Optimized for professional work and long-running
|
||||
agents.
|
||||
|
||||
Press enter to confirm or esc to go back
|
||||
|
||||
Reference in New Issue
Block a user