fal-ai/veo3
Google Veo 3 — frontier video generation with native audio. Best-in-class. $0.50/s audio-off, $0.75/s audio-on at FAL — priced here for a 5s audio-off clip; audio-on or longer clips cost more than the credits charged.
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/veo3",
"messages": [{"role": "user", "content": "Hello!"}]
}'