Model Library
GPT Image 2 — Image generation API
| Item | Value |
|---|---|
| Model | gpt-image-2 |
| Alias | openai/gpt-image-2 |
| Endpoint | POST https://api.quotaflow.ai/openai/v1/images/generations |
| Execution | Synchronous V3 runtime |
| Billing | Immutable token-based Image2 BillingFact |
curl https://api.quotaflow.ai/openai/v1/images/generations \
-H "Authorization: Bearer $QUOTAFLOW_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-image-2",
"prompt": "A clean editorial illustration of an AI workflow.",
"size": "1024x1024",
"quality": "medium",
"response_format": "b64_json"
}'
The active V3 profile is generation-only. Image edits, masks, multi-reference edits, async jobs, and Responses image_generation remain unavailable until each capability has its own signed audit receipt and snapshot entry. They do not fall back to legacy execution.