Image-01
MiniMax image-01 native text-to-image and image-to-image model
- Capabilities
- "POST", "endpoint": "/v1/images/generations", "protocol": "minimax-image-gen", "parameters": {"required": ["model", "prompt"]}, "validation": {"timeout_ms": 120000, "status_codes": [200], "response_path": "data[0].url", "must_be_non_empty": true}, "test_request": {"n": 1, "model": "{{model}}", "prompt": "A simple red circle on white background", "response_format": "url"}}
- Input
- Text
- Output
- Image
- Regions
- cn, global
- Last verified
- 2026-08-15T04:50:43.134298465+00:00
- Price
- 0 IFT / image
- Documentation
- -
Example
curl https://api.inferlink.ai/v1/chat/completions \
-H 'Authorization: Bearer $INFERLINK_API_KEY' \
-H 'Content-Type: application/json' \
-d '{"model":"minimax/minimax/image-01","messages":[{"role":"user","content":"Hello"}]}'