bytedance/seedance-2.0/text-to-video
ByteDance Seedance 2.0 — flagship video generation. Cinema quality. $0.3034/s at 720p ($1.52 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": "bytedance/seedance-2.0/text-to-video",
"messages": [{"role": "user", "content": "Hello!"}]
}'