Skip to content

sync(openai): remove gpt-image-1.5, document gpt-image-2 multi-res sizes#82

Closed
Copilot wants to merge 2 commits intomainfrom
copilot/sync-api-docs-from-platformbackend-47b3e091-00cf-48ca-8d61-1e1663226fd9
Closed

sync(openai): remove gpt-image-1.5, document gpt-image-2 multi-res sizes#82
Copilot wants to merge 2 commits intomainfrom
copilot/sync-api-docs-from-platformbackend-47b3e091-00cf-48ca-8d61-1e1663226fd9

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 30, 2026

Upstream Docs (f87f857) dropped gpt-image-1.5 and expanded gpt-image-2 to support 5 aspect ratios × 3 resolution tiers (1K/2K/4K) with differentiated billing. Local docs were out of sync on both fronts.

Changes

Remove gpt-image-1.5

  • Dropped from intro, conclusion, and README model tag list in both openai_images_generations and openai_images_edits guides — model is no longer offered via the API.

Document gpt-image-2 high-resolution support

  • Updated the "Native multi-aspect-ratio" bullet to reflect 5 ratios × 3 tiers (1K/2K/4K).
  • Added "Supported size Values and Billing Tiers" table to both guides:
Aspect Ratio 1K (standard) 2K (×1.5) 4K (×1.5)
1:1 1024x1024 2048x2048 2880x2880
4:3 1536x1024 2048x1536 3264x2448
3:4 1024x1536 1536x2048 2448x3264
16:9 1792x1024 2048x1152 3840x2160
9:16 1024x1792 1152x2048 2160x3840
  • Added note that 4K calls typically take 4–8 min and should use callback_url.
  • Added "Supports high-resolution redraw" bullet to the edits guide (pass 1K source, get 2K/4K output in one call).

…t-image-2 size table)

Agent-Logs-Url: https://github.com/AceDataCloud/APIs/sessions/ebff73fd-98b8-4866-8991-564376dbce3f

Co-authored-by: Germey <8678661+Germey@users.noreply.github.com>
Copilot AI changed the title [WIP] Sync API documentation with upstream updates from Docs sync(openai): remove gpt-image-1.5, document gpt-image-2 multi-res sizes Apr 30, 2026
Copilot AI requested a review from Germey April 30, 2026 04:05
@acedatacloud-dev
Copy link
Copy Markdown
Member

Auto-closed during PR backlog cleanup: superseded sync (+34/-6) — content covered by next dispatch against current Docs. Root cause was a broken auto-merge in sync-from-docs.yml (now fixed in PR #143). The fix lands a pre-cleanup step + reliable completion signal so future dispatches will not leak PRs. If this PR contained content not yet in main, the next docs-updated dispatch will re-create it via the working pipeline.

@acedatacloud-dev acedatacloud-dev deleted the copilot/sync-api-docs-from-platformbackend-47b3e091-00cf-48ca-8d61-1e1663226fd9 branch May 5, 2026 07:23
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.

sync: update from Docs (f87f857 docs: sync from PlatformBackend (zh-CN base + translations) [automated])

3 participants