MiniMax Image-01 T2I
[Core Function] MiniMax Image-01 T2I is a multimodal text-to-image generation model. [Strengths] It excels at blending high-quality image generation with visual reasoning, allowing for strong prompt adherence and structural understanding. [Best For] Highly recommended for: general image generation, conceptual illustrations, and generating multiple images in a single batch. [Limitations] Do NOT use this model if the user specifically requests video generation. [Routing] Use this as the default text-to-image model for MiniMax API integrations.
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