Skip to main content

OpenAI Images Compatibility

This set of models uses a unified image entry route and is compatible with the OpenAI Images style externally; the actual model is determined by the model field.

Supported Models

Supported Capabilities

Supported Modes

Output Constraints

Unified Entrypoint Notes

  • The unified layer first parses the request in the OpenAI Images style, then dispatches it to the specific image channel.
  • model is a required field; the unified layer will first validate whether it exists.
  • watermark is carried as a pointer field; explicitly passing false is semantically different from omitting it.
  • When requesting b64_json or base64, the response will use Base64 image data instead.

Subpage Entries

Image Generation

POST /v1/images/generations

Image Editing

POST /v1/images/edits and POST /v1/edits
  1. Image Generation
  2. Image Editing