fal-ai/ltx-2.3/text-to-video
LTX Video 2.3 — efficient open-source video generation. $0.06/s at 1080p ($0.30 for our 5s default clip), confirmed 2026-06-22 (was underpriced at 150).
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/ltx-2.3/text-to-video",
"messages": [{"role": "user", "content": "Hello!"}]
}'