fal-ai/wan/v2.1/1.3b
WAN 2.1 — stylized video generation.
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.1/1.3b",
"messages": [{"role": "user", "content": "Hello!"}]
}'