fal-ai/veo3/fast
Google Veo 3 Fast — premium quality at faster speed. $0.25/s audio-off, $0.40/s audio-on at FAL — priced here for a 5s audio-off 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/veo3/fast",
"messages": [{"role": "user", "content": "Hello!"}]
}'