fal-ai/kling-video/v2.1/master/text-to-video
Kling 2.1 Master — premium cinematic video generation. $0.28/s ($1.40 for our 5s default clip) per FAL's published pricing, confirmed 2026-06-22.
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/kling-video/v2.1/master/text-to-video",
"messages": [{"role": "user", "content": "Hello!"}]
}'