fal-ai/wan/v2.7/text-to-video
WAN 2.7 — latest Wan text-to-video model. High quality open-source. $0.10/s at 720p ($0.50 for our 5s default clip), confirmed 2026-06-22 (was underpriced at 140).
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/v2.7/text-to-video",
"messages": [{"role": "user", "content": "Hello!"}]
}'