{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-omni-vwx234",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-omni-vwx234"
}
}
}Multimodal image model accepting text, up to 10 reference images, and element inputs to produce 1K/2K images with precise style control and feature extraction.
{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-omni-vwx234",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-omni-vwx234"
}
}
}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
Note: This model does NOT support: negative_prompt, image (single), image_reference, image_fidelity, human_fidelity, subject_image_list, scene_image, or style_image parameters. Use images for multiple image inputs instead.
Image description text, supports Chinese and English. Can use <<<image_1>>>, <<<image_2>>> etc. to reference images from images array
1 - 2500"A serene landscape with mountains at sunset"
Reference image URLs or Base64 strings. Simplified flattened parameter. Maximum 10 items.
10Image URL or Base64 encoded data
1[
"https://example.com/image1.jpg",
"data:image/jpeg;base64,/9j/4AAQ..."
]
Image resolution. Supports 1K and 2K
1k, 2k "2k"
Image aspect ratio. Supports 'auto' for intelligent aspect ratio selection
16:9, 9:16, 1:1, 4:3, 3:4, 3:2, 2:3, 21:9, auto "auto"
Number of images to generate per request
1 <= x <= 91