fal-ai/minimax/video-01
MiniMax Hailuo Video 01 — high-quality, expressive video generation. FAL bills $0.50 flat for a ~6s native clip; normalized to our 5s default ($0.50/6s x 5s ~= $0.42), confirmed 2026-06-22 (was underpriced at 180).
OpenAI-compatible — point any OpenAI SDK at our base URL and use the model id above.
curl https://trismegistus.app/api/v1/chat/completions \
-H "Authorization: Bearer $TRISMEGISTUS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "fal-ai/minimax/video-01",
"messages": [{"role": "user", "content": "Hello!"}]
}'