diff --git a/skills/.curated/openai-docs/SKILL.md b/skills/.curated/openai-docs/SKILL.md index eb12887b..4994fd88 100644 --- a/skills/.curated/openai-docs/SKILL.md +++ b/skills/.curated/openai-docs/SKILL.md @@ -8,6 +8,12 @@ description: "Use when the user asks how to build with OpenAI products or APIs a Provide authoritative, current guidance from OpenAI developer docs using the developers.openai.com MCP server. Always prioritize the developer docs MCP tools over web.run for OpenAI-related questions. This skill also owns model selection, API model migration, and prompt-upgrade guidance. Only if the MCP server is installed and returns no meaningful results should you fall back to web search. +## API Key Setup + +For requests to build, run, configure, debug, or implement an API-backed app, script, CLI, generator, or tool, use `openai-platform-api-key` first when available. After that credential gate is resolved, return here for current docs as needed. + +Use this skill directly for docs-only questions, citations, model/API guidance, conceptual explanations, and examples that do not require building or running an API-backed artifact. + ## Quick start - Use `mcp__openaiDeveloperDocs__search_openai_docs` to find the most relevant doc pages. diff --git a/skills/.system/openai-docs/references/latest-model.md b/skills/.system/openai-docs/references/latest-model.md index 04aa84ba..a1ffbfbd 100644 --- a/skills/.system/openai-docs/references/latest-model.md +++ b/skills/.system/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 |