diff --git a/skills/.curated/openai-docs/references/latest-model.md b/skills/.curated/openai-docs/references/latest-model.md index 91a787e..23f5cd1 100644 --- a/skills/.curated/openai-docs/references/latest-model.md +++ b/skills/.curated/openai-docs/references/latest-model.md @@ -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 | diff --git a/skills/.system/openai-docs/references/latest-model.md b/skills/.system/openai-docs/references/latest-model.md index 91a787e..23f5cd1 100644 --- a/skills/.system/openai-docs/references/latest-model.md +++ b/skills/.system/openai-docs/references/latest-model.md @@ -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 |