Skip to content

docs: add GPT Image 2.5 native references - #18

Merged
sam2tom merged 1 commit into
mainfrom
codex/docs-gpt-image-2-5
Sep 10, 2026
Merged

docs: add GPT Image 2.5 native references#18
sam2tom merged 1 commit into
mainfrom
codex/docs-gpt-image-2-5

Conversation

@sam2tom

@sam2tom sam2tom commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

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

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 10, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-10T13:42:46.458412Z 5af683c PR opened
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@sam2tom
sam2tom merged commit 3050dcf into main Sep 10, 2026
1 check passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant