From fde460865b58f335de5a7fc9e4911990763fe37b Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 24 Apr 2026 14:08:03 -0700 Subject: [PATCH] Add gpt-image-2 (#374) Was missing from the latest model reference. --- skills/.curated/openai-docs/references/latest-model.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/skills/.curated/openai-docs/references/latest-model.md b/skills/.curated/openai-docs/references/latest-model.md index 04aa84b..a1ffbfb 100644 --- a/skills/.curated/openai-docs/references/latest-model.md +++ b/skills/.curated/openai-docs/references/latest-model.md @@ -16,7 +16,8 @@ This file is a curated helper. Every recommendation here must be verified agains | `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-image-1.5` | Best image generation and edit quality | +| `gpt-image-2` | Best image generation and edit quality | +| `gpt-image-1.5` | Less expensive image generation and edit quality | | `gpt-image-1-mini` | Cost-optimized image generation | | `gpt-4o-mini-tts` | Text-to-speech | | `gpt-4o-mini-transcribe` | Speech-to-text, fast and cost-efficient |