fal-ai/kling-video/v1.6/pro/text-to-video
Kling 1.6 Pro — cinematic quality text-to-video. $0.098/s ($0.49 for our 5s default clip), confirmed 2026-06-22 (was underpriced at 280).
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/v1.6/pro/text-to-video",
"messages": [{"role": "user", "content": "Hello!"}]
}'