GPT-Image-2-VIP
GPT-Image-2-VIP 画像生成
Generate images with gpt-image-2-vip. パラメータ are the same as gpt-image-2, but all standard aspect ratios are supported.
POST
- Unified image generation API
- Select the
gpt-image-2-vipmodel via themodelparameter - パラメータ are the same as
gpt-image-2 - Supports text-to-image, single-reference, and multi-reference image generation
- Async task management with task ID based result lookup
Authorizations
string
必須
All endpoints require Bearer Token authenticationGet your API Key from the API Key Management PageAdd to request header:
Body
string
デフォルト:"gpt-image-2-vip"
必須
Image generation model nameExample:
"gpt-image-2-vip"string
必須
Text prompt for image generationMaximum 32,000 characters for GPT image models
string
デフォルト:"1:1"
Output image aspect ratioPreset ratios:
1:1, 3:2, 2:3, 4:3, 3:4, 5:4, 4:5, 16:9, 9:16, 2:1, 1:2, 21:9, 9:21You may also pass any ratio in width:height format, such as 1:3 or 7:4, subject to the custom-size limits below.You can pass auto to let the upstream provider choose the dimensions, but the final aspect ratio and pixel dimensions are not guaranteed.string
デフォルト:"1k"
Output resolution tierSupported values:
1k, 2k, 4kCustom Resolutions
In addition to the presets above, pass any ratio inwidth:height format through size. The service calculates pixel dimensions from the selected resolution tier. The resulting dimensions must meet all of these limits:
- Both sides must be multiples of 16 pixels
- The long edge can be at most 3,840 pixels (4K)
- The aspect ratio can be at most 3:1
- Total pixel count must be between 655,360 and 8,294,400
size: "1:3"withresolution: "2k"→1024x3072size: "7:4"withresolution: "1k"→1344x768
string
デフォルト:"medium"
Image quality
low— fast and economical, suitable for drafts/previewsmedium— balanced speed and qualityhigh— maximum detail, suitable for final outputs
integer
デフォルト:1
Number of images to generateDefault: 1
string
デフォルト:"url"
レスポンス formatThe API returns image URLs, so
url is the recommended valuestring[]
Reference image URLs for image-to-image generation⚠️ URL format only (base64 no longer supported)
- Publicly accessible URLs (
http://orhttps://) - You can use the Upload 画像API to upload local files and get URLs
- Supports single-image and multi-image reference
string[]
Backward-compatible reference image fieldToAPIs automatically normalizes it to
reference_imagesレスポンス
string
Unique task identifier for status queries
string
Object type, always
generation.taskstring
モデル name used
string
Task status
queuedin_progresscompletedfailed
integer
Task progress percentage (0-100)
integer
Task creation timestamp (Unix timestamp)