Batch and async requests for AI video models
Batch APIs accept many generation requests at once and return results later; async endpoints return a job to check on instead of waiting for the video. As of 2026-09-25.
Video generation takes long enough that waiting on one open request is awkward. xAI's Batch API took video jobs from March 2026, and OpenAI's Sora API added Batch API support the same month. LTX made async versions of all its video generation endpoints in May 2026, in beta.
These notes change nothing about the pictures. They change how a developer queues work, which is why the register files them under access.
For a studio making many clips at once, a batch route is often the difference between a script that runs overnight and one that needs a person watching it. xAI's note adds that video URLs in batch results expire after an hour, a detail that decides how quickly results have to be collected.
| Date | Line | Version | What changed |
|---|---|---|---|
| 12 March 2026 | Sora | Sora 2 | Character references, clips up to 20 seconds, 1080p on Sora 2 Pro, extensions and batch jobs |
| 15 March 2026 | Grok Imagine | Not named in the note | The Batch API accepts video generation jobs |
| 3 May 2026 | LTX | Not named in the note | Async versions of every video generation endpoint, in beta |
Inclusion rule. Entries whose note uses or shows the term. Order. By date, oldest first; undated rows last.
1In the notes
Expanded the Sora API with reusable character references, longer generations up to 20 seconds, 1080p output for sora-2-pro , video extensions, and Batch API support for POST /v1/videos .
OpenAI, API changelog
The Batch API now supports image generation, image editing, and video generation in addition to chat completions.
xAI, API release notes
Async API expanded to all video generation endpoints (Beta)
LTX, API changelog
- March 12Character references, clips up to 20 seconds, 1080p on Sora 2 Pro, extensions and batch jobs2026
- Mar 15The Batch API accepts video generation jobs
- Async APIAsync versions of every video generation endpoint, in beta
2Other terms
3Notes read
- OpenAI, API changelog, read 2026-09-25
- xAI, API release notes, read 2026-09-25
- LTX, API changelog, read 2026-09-25