workflows/template/kling-multi-shot-creator
FAL Workflow (workflows/template/kling-multi-shot-creator): one prompt -> multi-shot cinematic video. Est $2.00/run per FAL's template page, confirmed live via @fal-ai/client (2026-06-29). Billed at the generation tier (2.4x).
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": "workflows/template/kling-multi-shot-creator",
"messages": [{"role": "user", "content": "Hello!"}]
}'