fal-ai/bytedance/seedance/v1/pro/image-to-video
ByteDance Seedance V1 Pro image-to-video — takes a reference image as the literal first frame via image_url. $0.62 for a 1080p/5s clip per FAL's pricing page (the page also showed a conflicting $0.74 figure elsewhere — used the more prominent one). The sibling 'lite' image-to-video slug is deprecated/auto-redirects to this pro endpoint, confirmed via FAL docs, 2026-06-21.
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/pro/image-to-video",
"messages": [{"role": "user", "content": "Hello!"}]
}'