mirror of
https://github.com/openai/skills.git
synced 2026-09-11 19:47:26 +03:00
Update latest model map in OpenAI docs skills (#277)
## Summary - align the `.system` and `.curated` `latest-model.md` references - update the text model rows to use `gpt-5.4-mini` and `gpt-5.4-nano` - clarify that `gpt-5.4` and `gpt-5.4-mini` are suitable for coding use-cases - remove outdated no-reasoning and Codex-specific rows from the table ## Testing - Not run (not requested)
This commit is contained in:
@@ -6,15 +6,10 @@ This file is a curated helper. Every recommendation here must be verified agains
|
||||
|
||||
| Model ID | Use for |
|
||||
| --- | --- |
|
||||
| `gpt-5.4` | Default text plus reasoning for most new apps |
|
||||
| `gpt-5.4` | Default text plus reasoning for most new apps, including for coding use-cases |
|
||||
| `gpt-5.4-pro` | Only when the user explicitly asks for maximum reasoning or quality; substantially slower and more expensive |
|
||||
| `gpt-5-mini` | Cheaper and faster reasoning with good quality |
|
||||
| `gpt-5-nano` | High-throughput simple tasks and classification |
|
||||
| `gpt-5.4` | Explicit no-reasoning text path via `reasoning.effort: none` |
|
||||
| `gpt-4.1-mini` | Cheaper no-reasoning text |
|
||||
| `gpt-4.1-nano` | Fastest and cheapest no-reasoning text |
|
||||
| `gpt-5.3-codex` | Agentic coding, code editing, and tool-heavy coding workflows |
|
||||
| `gpt-5.1-codex-mini` | Cheaper coding workflows |
|
||||
| `gpt-5.4-mini` | Cheaper and faster reasoning with good quality, including for coding use-cases |
|
||||
| `gpt-5.4-nano` | High-throughput simple tasks and classification |
|
||||
| `gpt-image-1.5` | Best image generation and edit quality |
|
||||
| `gpt-image-1-mini` | Cost-optimized image generation |
|
||||
| `gpt-4o-mini-tts` | Text-to-speech |
|
||||
|
||||
@@ -6,15 +6,10 @@ This file is a curated helper. Every recommendation here must be verified agains
|
||||
|
||||
| Model ID | Use for |
|
||||
| --- | --- |
|
||||
| `gpt-5.4` | Default text plus reasoning for most new apps |
|
||||
| `gpt-5.4` | Default text plus reasoning for most new apps, including for coding use-cases |
|
||||
| `gpt-5.4-pro` | Only when the user explicitly asks for maximum reasoning or quality; substantially slower and more expensive |
|
||||
| `gpt-5-mini` | Cheaper and faster reasoning with good quality |
|
||||
| `gpt-5-nano` | High-throughput simple tasks and classification |
|
||||
| `gpt-5.4` | Explicit no-reasoning text path via `reasoning.effort: none` |
|
||||
| `gpt-4.1-mini` | Cheaper no-reasoning text |
|
||||
| `gpt-4.1-nano` | Fastest and cheapest no-reasoning text |
|
||||
| `gpt-5.3-codex` | Agentic coding, code editing, and tool-heavy coding workflows |
|
||||
| `gpt-5.1-codex-mini` | Cheaper coding workflows |
|
||||
| `gpt-5.4-mini` | Cheaper and faster reasoning with good quality, including for coding use-cases |
|
||||
| `gpt-5.4-nano` | High-throughput simple tasks and classification |
|
||||
| `gpt-image-1.5` | Best image generation and edit quality |
|
||||
| `gpt-image-1-mini` | Cost-optimized image generation |
|
||||
| `gpt-4o-mini-tts` | Text-to-speech |
|
||||
|
||||
Reference in New Issue
Block a user