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
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
Video Size and Aspect Ratio
size must be "720P". Select the exact output dimensions through aspect_ratio:
Flash-specific Errors
If one request contains multiple Flash validation errors, the API returns the first detected error in this order:size, images, then videos.
- Non-720P size
- More than 5 images
- 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, 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
The 720P list price of Agnes Video 2.5 Flash is the same as Agnes Video 2.5. It is currently free for a limited time.
During the free promotional period, output duration, input media, and reference images are billed at
$0. Promotional pricing may change; refer to the latest Agnes AI platform announcement.