fal-ai/bytedance/seedance/v1/lite/text-to-video
ByteDance Seedance V1 Lite — fast, affordable video generation. $0.18 flat for a 720p 5s clip, confirmed 2026-06-22 (was underpriced at 80). FAL's page now flags this endpoint as deprecated/auto-rerouted to "Seedance 1.0 Pro Fast" but it still resolves and bills at this rate.
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/bytedance/seedance/v1/lite/text-to-video",
"messages": [{"role": "user", "content": "Hello!"}]
}'