FastInfra Solutions
AI video generation API.
Submit LTX-2.5 jobs with an OpenAI-compatible workflow — HTTP 202, poll for completion, MP4 output.
Why FastInfra
- POST /videos/generations — async job submit
- Poll GET /videos/jobs/{id} until completed
- Configurable duration and resolution
- Billed per second of output from credits
- Documented in OpenAPI and llms.txt
FAQ
Is the video API OpenAI-compatible?
It follows a similar async job pattern. See the Docs video section for the exact request and poll contract.
How is video billed?
Output seconds convert to token-equivalent usage and debit prepaid credits.
Where is the machine-readable spec?
openapi.json and llms.txt on the marketing site document the endpoints.