Image Generationtext
GPT Image 1.5
GPT Image 1.5
Input
Generation mode
This template only supports the following input
Text-to-image
Describe the image with text only, no reference upload required.
Size
Quality
Output format
Ready to generateAPI Reference
POSThttps://api.token360.ai/v1/images/generationscurl https://api.token360.ai/v1/images/generations \
-H "Content-Type: application/json" \
-H "Authorization: Bearer your-api-key" \
-d '{
"model": "gpt-image-1.5",
"prompt": "A cute cat sitting on a windowsill",
"n": 1,
"size": "1024x1024",
"quality": "auto",
"output_format": "png"
}'