xai/grok-imagine-video/text-to-video
xAI Grok Imagine — $0.05/s at 480p on FAL (720p is $0.07/s) — priced here for a 5s 480p clip. Verified 2026-06-18.
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": "xai/grok-imagine-video/text-to-video",
"messages": [{"role": "user", "content": "Hello!"}]
}'