Skip to main content
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-flash

Create Task

POST /v1/videos

Retrieve Task

GET /agnesapi?video_id=<VIDEO_ID>&model_name=agnes-video-2.5-flash

Current Price

List price $0.025 / second; now $0 / second

Differences from Agnes Video 2.5

Flash-specific validation runs before task creation, queueing, billing, and inference. Invalid requests do not create a video task and are not billed.
All other capabilities and common validation rules are inherited from agnes-video-2.5.

Quickstart

1. Set Environment Variables

2. Create a Video Task

Save 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

Poll every 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

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.
All responses above use HTTP status 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 size to the string "720P".
  • In mode=reference, provide no more than 5 images.
  • In mode=reference, do not provide non-empty videos content.
  • Pass seconds as a string from "4""12" and set n to 1.
  • For every mode, retrieve tasks with both video_id and model_name=agnes-video-2.5-flash. A video_id query without model_name is valid only for mode: "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.