Video models › Wan

Wan - 2.2 A14B Text to Video Turbo

High-quality video generation from text descriptions powered by Wan's advanced AI model ## Query Task Status After submitting a task, use the unified query endpoint to check progress and retrieve results: <Card title="Get Task Details" icon="lucide-search" href="/market/common/get-task-detail"> Learn how to query task status and retrieve generation results </Card> For production use, we recommend using the `callBackUrl` parameter to receive automatic notifications when generation completes, rather than polling the status endpoint. ## Related Resources <CardGroup cols={2}> <Card title="Market O

video Wan price on request

Request

POST https://app.video-blade.com/api/v1/generations
X-API-Key: vb_…
Content-Type: application/json

{
  "callback_url": "https://your-app.example/callbacks/video-blade",
  "input": {
    "prompt": "\u2026"
  },
  "model": "wan-2-2-a14b-text-to-video-turbo"
}

Input parameters

NameTypeRequiredDescription
prompt string required The text prompt to guide video generation. (Max length: 5000 characters)
resolution string optional Resolution of the generated video (480p or 720p). Default value: "720p"
Values: 480p, 720p
Default: 720p
aspect_ratio string optional Aspect ratio of the generated video (16:9 or 9:16). Default value: "16:9"
Values: 16:9, 9:16
Default: 16:9
enable_prompt_expansion boolean optional Whether to enable prompt expansion. This will use a large language model to expand the prompt with additional details while maintaining the original meaning. (Boolean value (true/false))
seed number optional Random seed for reproducibility. If None, a random seed is chosen. (Min: 0, Max: 2147483647, Step: 1) (step: 1)
Default: 0
acceleration string optional Acceleration level to use. The more acceleration, the faster the generation, but with lower quality. The recommended value is 'none'. Default value: "none"
Values: none, regular
Default: none
nsfw_checker boolean optional Defaults to false. You can set it to false based on your needs. If set to false, our content filtering will be disabled, and all results will be returned directly by the model itself. Note: There is no guarantee that everything can be filtered out; if you are not satisfied with the results, you will need to make your own arrangements.

Pricing

Price on request; the charge is settled from actual consumption with the video coefficient ×2.0. See Pricing & tokens.