Skip to main content
POST
Bildgenerierung erstellen und auf Ergebnis warten

Autorisierungen

Authorization
string
header
erforderlich

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
model
string
erforderlich
Allowed value: "gpt-image-2"
prompt
string
erforderlich
size
string

Accepts auto, a positive WIDTHxHEIGHT target, or ratio shorthand such as 16:9. Every non-auto target is mapped to the nearest official popular size: 1024x1024, 1536x1024, 1024x1536, 2048x2048, 2048x1152, 3840x2160, or 2160x3840.

Beispiele:

"auto"

"1024x1024"

"1280x720"

"16:9"

quality
enum<string>
Standard:auto

GPT-Image 2 rendering quality.

Verfügbare Optionen:
auto,
low,
medium,
high
n
integer
Standard:1

Number of images to generate. Billing scales with the image count.

Erforderlicher Bereich: 1 <= x <= 10
aspect_ratio
string
veraltet

Deprecated ratio shorthand. The ratio and compatibility tier are mapped to the nearest official popular size.

resolution
enum<string>
veraltet

Deprecated compatibility tier used to form the target size before nearest-official-size mapping.

Verfügbare Optionen:
1K,
2K,
4K
input_images
string<uri>[]
callback_url
string<uri>

Antwort

OpenAI-kompatibles Bildgenerierungsergebnis.

created
integer
erforderlich
data
object[]
erforderlich
usage
object