curl --request POST \
--url https://api.modellix.ai/api/v1/openai/gpt-image-1.5/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "A futuristic robot assistant in a modern home"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-openai-abc123",
"model_id": "gpt-image-2",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-openai-abc123"
}
}
}GPT Image 1.5 balances performance and quality with transparent background support. Supports preset resolutions up to 1536x1024. Default quality is low when omitted.
curl --request POST \
--url https://api.modellix.ai/api/v1/openai/gpt-image-1.5/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "A futuristic robot assistant in a modern home"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-openai-abc123",
"model_id": "gpt-image-2",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-openai-abc123"
}
}
}Documentation Index
Fetch the complete documentation index at: https://docs.modellix.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API Key authentication. Format: Bearer YOUR_API_KEY.
Body
Request payload for standard GPT Image generation models.
Request payload for standard GPT Image generation models.
Image description text, supports up to 32,000 characters
1 - 32000"A serene zen garden with a stone path and bamboo"
Image size. Preset resolutions only
1024x1024, 1536x1024, 1024x1536 "1024x1024"
Image quality level. 'low': fast draft (default), 'medium': balanced, 'high': best quality
low, medium, high "high"
Background transparency. 'transparent': transparent background (requires png or webp format), 'opaque': solid background, 'auto': model decides
transparent, opaque, auto "transparent"