Dreamina-3.1

4MP text-to-image generation with enhanced cinematic-quality image generation with precise style control, improved text rendering, and commercial design optimization.

Capabilities
"POST", "endpoint": "/v1/images/generations", "protocol": "image-gen", "parameters": {"optional": {"n": {"type": "integer", "default": 1}}, "required": ["model", "prompt"]}, "validation": {"timeout_ms": 90000, "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"}, "alt_protocols": ["async-image-gen"]}
Input
Text
Output
Image
Regions
global
Last verified
2026-08-15T05:05:43.162748313+00:00
Price
0 IFT / 1M tokens
Documentation
-

Example

curl https://api.inferlink.ai/v1/chat/completions \
  -H 'Authorization: Bearer $INFERLINK_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{"model":"bytedance/bytedance/dreamina-3.1","messages":[{"role":"user","content":"Hello"}]}'