From 82d79c30b7e14124670c4b9bc4894477e1835fc6 Mon Sep 17 00:00:00 2001 From: Gabriel Chua Date: Wed, 18 Mar 2026 11:07:05 +0800 Subject: [PATCH] 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) --- .../.curated/openai-docs/references/latest-model.md | 11 +++-------- skills/.system/openai-docs/references/latest-model.md | 11 +++-------- 2 files changed, 6 insertions(+), 16 deletions(-) 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 |