luma/agent/ray/v3.2/text-to-video
Luma Ray 3.2 — Luma's latest and most cinematic video model. FAL pricing is tiered by resolution/duration: $0.50 (5s/540p) up to $4.00 (10s/1080p) — priced here for the cheapest tier; higher resolution/duration requests cost more than the credits charged. Verified 2026-06-18.
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": "luma/agent/ray/v3.2/text-to-video",
"messages": [{"role": "user", "content": "Hello!"}]
}'