Wan 2.6 Flash API
by Alibaba
Faster Wan 2.6 (image-to-video) with free audio.
- 1080P
- Max resolution
- 15s
- Max clip length
- ~55s
- Avg. generation
- 31 credits
- From
Playground
Try Wan 2.6 Flash right here.
Pricing
Simple per-generation pricing.
31–141 credits per generation ≈ $0.31–$1.41
The rate depends on the resolution and options you pick.
- You only pay for successful generations. Failed jobs are refunded automatically.
- One credit balance across every model on Apiframe, no per-model plans.
- Start with free credits. No subscription required.
- Volume discounts on larger plans.
Specs
At a glance.
Quickstart
How to call the Wan 2.6 Flash API.
Send one POST /v2/videos/generate request with your API key. The call returns a jobId you can poll, or pass a webhook_url and the result is pushed to you the moment it's ready.
Swap wan-2.6-flash for any other model and nothing else changes.
const response = await fetch("https://api.apiframe.ai/v2/videos/generate", {
method: "POST",
headers: {
"X-API-Key": "afk_your_api_key_here",
"Content-Type": "application/json",
},
body: JSON.stringify({
"prompt": "a cinematic sunrise over a futuristic cityscape, smooth camera push-in",
"model": "wan-2.6-flash",
"wanParams": {
"image": "https://example.com/input.jpg",
"resolution": "720p",
"audio_enabled": false,
"multi_shots": false
}
}),
});
const { jobId } = await response.json();
console.log(jobId); Input schema
Every field Wan 2.6 Flash accepts, with types and defaults. The full reference lives in the docs.
| Field | Type | Description |
|---|---|---|
| prompt required | string | Text description of what to generate. |
| model required | string | The model identifier for this endpoint. Default:"wan-2.6-flash" · "wan-2.6-flash" |
| wanParams.image | string (URL) | Use a still as the first frame. |
| wanParams.resolution | string | Resolution Default:"720p" · "720p", "1080p" |
| wanParams.audio_enabled | boolean | Generate audio Default:false |
| wanParams.multi_shots | boolean | Generate the prompt as a multi-shot sequence. Default:false |
| wanParams.negative_prompt | string | Negative prompt |
| wanParams.audio | string (URL) | Optional audio track to drive the clip. |
| wanParams.enable_prompt_expansion | boolean | Let Wan rewrite your prompt for richer detail. Default:false |
| wanParams.seed | number | Reuse a number to reproduce the same result. step 1 |
The Wan flagship
Wan 2.6 Flash is one of 8 Wan video models on Apiframe. The full editorial page (showcase, comparison, and use cases) lives on the flagship.
Unified text- and image-to-video that chains shots.
Explore Wan 2.7 All video modelsWan 2.6 Flash questions
What teams ask before shipping with Wan 2.6 Flash. Everything else lives in the docs.
Is there an API for Wan 2.6 Flash?
Yes. Apiframe exposes Wan 2.6 Flash through a single REST endpoint (POST /v2/videos/generate with model: "wan-2.6-flash"). You get one unified API, key, and billing across every supported model, with no separate Alibaba account required.
How much does the Wan 2.6 Flash API cost?
Wan 2.6 Flash uses simple pay-as-you-go pricing on Apiframe. You only pay for successful generations. See the pricing page for plans and volume discounts.
How do I call the Wan 2.6 Flash API?
Send a POST request to /v2/videos/generate with your X-API-Key and a JSON body containing model: "wan-2.6-flash". The call returns a jobId; poll GET /v2/jobs/{id} or use a webhook to receive the result.
What parameters does Wan 2.6 Flash support?
Wan 2.6 Flash accepts 8 model-specific parameters (nested under wanParams) plus the common prompt and webhook_url fields. See the input schema above for the full list with types and defaults.
Related models
All video modelsFlux 3
by Black Forest Labs
Black Forest Labs' multimodal model — up to 20s of video with synchronized audio from text, images, or a clip.
View modelVeo 3.1
by Google
Google's flagship cinematic video model with audio.
View modelSora 2 Pro
by OpenAI
Highest-quality Sora 2 tier with HD option.
View modelKling 3.0
by Kuaishou
Latest Kling — per-second pricing, optional audio.
View model9,800+
developers & companies
Official partner of
Power your next AI product with Apiframe.
Instant access to 70+ media models through a single API. Start free and scale when you're ready.