fal-ai/bytedance/seedance/v1.5/pro/text-to-video
ByteDance Seedance V1.5 Pro — high-quality expressive video. $0.13 for a 720p 5s clip audio-off, confirmed 2026-06-22 (was overpriced at 200).
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.5/pro/text-to-video",
"messages": [{"role": "user", "content": "Hello!"}]
}'