docs: add GPT Image 2.5 native references - #18
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5af683cca0
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| GPT Image 2.5 Flare is optimized for fast, high-quality image generation and editing in everyday creative workflows. It uses the OpenAI Images API contract, not the general SandBase `/v1/run` model endpoint. Requests are synchronous and return image data in `data` as `b64_json` or a URL. | ||
|
|
||
| Use the shared [image generation reference](/api-reference/images/generations) for authentication, response details, limits, and error handling. The SandBase native catalog entries are `openai/gpt-image-2.5-flare-official` and `openai/gpt-image-2.5-flare-official/edit`; send the public model name `gpt-image-2.5-flare` in native requests. |
There was a problem hiding this comment.
Update the rendered shared image references
When readers follow this newly added link, the shared page is not rendered from public/openapi.yaml; ApiReferencePage.vue resolves its apiReferenceKey through .vitepress/theme/generatedApiReferenceSpecs.ts, whose images/generations entry still says Use gpt-image-2 on this endpoint, while images/edits still omits the request fields and only demonstrates that older alias. Consequently, both new GPT Image 2.5 pages direct users to a reference that does not advertise—and for generation appears to contradict—the newly supported aliases. Update the generated image-reference entries alongside the OpenAPI schema.
Useful? React with 👍 / 👎.
Summary\n\n- add native OpenAI Images references for GPT Image 2.5 Flare and Sunburst\n- document synchronous generation and multipart editing with exact public model aliases\n- update Official Native API navigation, OpenAPI schemas, and regression checks\n\n## Validation\n\n- npm run validate