Context
1K
Input
text, image
Output
image
Tool calling
Not listed
About this model
MiniMax Image-01 is a closed-source text-to-image (and image-to-image) generation model from MiniMax, available via API. Built on MiniMax's expertise in prompt adherence from the Hailuo video series, it delivers cinematic-quality images with precise prompt fidelity, advanced lighting, and photorealistic human subjects with natural skin textures.
Input modalities
text
Accepted as model input
image
Accepted as model input
Providers
Available routing options for this model through OneInfer.
Available
Image generation
$0.0035 / image
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Image generationstandard · 1024*1024 | $0.0035 / image |
| Image generationstandard · 1280*720 | $0.0035 / image |
| Image generationstandard · 1152*864 | $0.0035 / image |
| Image generationstandard · 1248*832 | $0.0035 / image |
| Image generationstandard · 832*1248 | $0.0035 / image |
| Image generationstandard · 864*1152 | $0.0035 / image |
| Image generationstandard · 720*1280 | $0.0035 / image |
| Image generationstandard · 1344*576 | $0.0035 / image |
Performance
Published evaluation results associated with this model.
No benchmark data is listed for this model.
API example
curl -X POST https://api.oneinfer.ai/v1/ula/generate-image \
-H "Authorization: Bearer YOUR_JWT_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"provider": "minimax",
"model": "MiniMaxAI/image-01",
"messages": [
{
"role": "user",
"content": "A futuristic city skyline at dusk"
}
],
"number": 1,
"size": "1024*1024",
"quality": "standard"
}'