fal-ai/kling-video/v3/pro/text-to-video
Kling V3 Pro — highest quality video generation from Kuaishou. $0.112/s audio-off ($0.56 for our 5s default clip), 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/v3/pro/text-to-video",
"messages": [{"role": "user", "content": "Hello!"}]
}'