Agnes Video 2.5 Flash reuses the model capabilities and asynchronous task API of Agnes Video 2.5. Except for the Flash-specific limits documented on this page, request parameters, response fields, and retrieval behavior are the same as Agnes Video 2.5.
Model ID
agnes-video-2.5-flashCreate Task
POST /v1/videosRetrieve Task
GET /agnesapi?video_id=<VIDEO_ID>&model_name=agnes-video-2.5-flashCurrent Price
List price ; now
$0.025 / second$0 / secondDifferences from Agnes Video 2.5
All other capabilities and common validation rules are inherited from
agnes-video-2.5.
Quickstart
1. Set Environment Variables
2. Create a Video Task
video_id from the create response. id and task_id identify the asynchronous task, while video_id is used for retrieval.
3. Retrieve the Result
- By video_id + model_name (Recommended)
- By video_id (text mode only)
text, keyframe, and reference modes and is the recommended polling method for Agnes Video 2.5 Flash.1–2 seconds until status becomes completed or failed.
Request Parameters
Common Parameters
Mode-specific Parameters
Generation Mode Rules
In
reference mode, images and audios may be used separately or together. Provide no more than 5 images and no more than 3 audio clips.
All media URLs must be publicly accessible to Agnes AI and remain valid until the task completes.
Request Examples
- Text to Video
- Keyframe Control
- Image Reference
- Audio Reference
Video Size and Aspect Ratio
size must be "720P". Select the exact output dimensions through aspect_ratio:
Treat the generated file as the source of truth for
16:9 output dimensions. Tests of agnes-video-2.5-flash in September 2026 produced 1280x704 files for 720P output.Flash-specific Errors
If one request contains multiple Flash validation errors, the API returns the first detected error in this order:size, images, audios, then videos.
- Non-720P size
- More than 5 images
- More than 3 audio clips
- Reference video input
400. Other error codes, task response fields, and failed-task formats are the same as Agnes Video 2.5.
Integration Checklist
- Use the model ID
agnes-video-2.5-flash. - Set
sizeto the string"720P". - In
mode=reference, provide no more than 5 images. - In
mode=reference, provide no more than 3 audio clips. - In
mode=reference, do not provide non-emptyvideoscontent. - Pass
secondsas a string from"4"–"12"and setnto1. - For every mode, retrieve tasks with both
video_idandmodel_name=agnes-video-2.5-flash. Avideo_idquery withoutmodel_nameis valid only formode: "text". - Never expose the API key in client code, logs, or public repositories.
Billing
Agnes Video 2.5 Flash uses the same billing formula as Agnes Video 2.5. It is currently free for a limited time.
During the limited-time free promotion, output duration, input video duration, and reference images are billed at
$0. Promotional pricing may change; refer to the latest Agnes AI platform announcement.