Skip to main content
POST
The model name for FLUX 3 Video in AIReiter is flux_3_video. It currently supports three modes: text-to-video, ordered keyframes, and video continuation.

Authorizations

string
required
All endpoints require Bearer Token authentication.Visit the API Key management page to get your API Key, and add the following to the request header:

Body

string
required
Model name, fixed value:
  • flux_3_video
object
required
Model parameters object.
string
required
Initiator task ID.Generated by the caller and guaranteed to be unique. Use this ID later to query the task status and results.

Response

string
The initiator’s task ID, which can be used to query the result.
string
Initial status, usually "pending".
string
Creation time, in ISO 8601 format.

Query Task

FLUX 3 Video uses asynchronous processing. After submission succeeds, use the same out_task_id to query the task:
After the task is completed, the output array in the Response will contain the generated video URL. For complete fields, see Get Task Status.

Request Examples

Mode Rules

Please ensure that the image and video URLs are directly accessible from the public internet. The task is processed asynchronously, so do not keep the HTTP connection from the submission request open while waiting for the final video.