fal-ai/wan-t2v
WAN 2.1 — stylized video generation. $0.20 flat per video at our default 480p resolution (720p is $0.40), 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": "fal-ai/wan-t2v",
"messages": [{"role": "user", "content": "Hello!"}]
}'