{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-abc123",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-abc123"
}
}
}MiniMax’s multimodal vision model that blends text-to-image generation with visual reasoning for seamless cross-modal tasks.
{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-abc123",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-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
Image description text, supports Chinese and English
1 - 1500"A man in a white t-shirt, full-body, standing front view"
Image aspect ratio. If both aspect_ratio and width/height are provided, aspect_ratio takes priority
1:1, 16:9, 4:3, 3:2, 2:3, 3:4, 9:16, 21:9 "1:1"
Image width in pixels (must be used with height). Must be divisible by 8. If aspect_ratio is provided, width/height will be ignored
512 <= x <= 20481024
Image height in pixels (must be used with width). Must be divisible by 8. If aspect_ratio is provided, width/height will be ignored
512 <= x <= 20481024
Random seed for reproducible results. Use the same seed with same parameters to generate identical images
x >= 042
Number of images to generate per request
1 <= x <= 91
Enable automatic prompt optimization to improve generation quality
false