fal-ai/veo2
Google Veo 2 — cinematic quality video generation from Google DeepMind. $0.50/s at FAL (FAL's own example: a 5s clip costs $2.50) — priced here for a 5s clip.
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/veo2",
"messages": [{"role": "user", "content": "Hello!"}]
}'