Wan 2.6 Flash

Fast, affordable image-to-video generation with Wan 2.6 Flash through VicSee API. Optional audio toggle, 720p/1080p resolution. Starting at 13 credits.

Try it now: Use the Wan 2.6 Flash Generator to create videos without code.

Need text-to-video or multi-shot? Use Wan 2.6 Standard instead.

Pricing

Audio can be toggled on or off. Disabling audio halves the cost.

Without Audio

VariantCreditsPrice (Pro Yearly)Price (Pro Monthly)
5s 720p13$0.08$0.16
10s 720p25$0.15$0.30
15s 720p38$0.23$0.46
5s 1080p19$0.11$0.23
10s 1080p38$0.23$0.46
15s 1080p56$0.34$0.67

With Audio

VariantCreditsPrice (Pro Yearly)Price (Pro Monthly)
5s 720p25$0.15$0.30
10s 720p50$0.30$0.60
15s 720p75$0.45$0.90
5s 1080p38$0.23$0.46
10s 1080p75$0.45$0.90
15s 1080p113$0.68$1.35

Credits are deducted only on successful generation.

Endpoint

POST https://vicsee.com/api/v1/generate

See Authentication for API key setup.


Image to Video

Wan 2.6 Flash is image-to-video only. For text-to-video, use Wan 2.6.

Request Parameters

ParameterTypeRequiredDescription
modelstringYeswan-2-6-flash-image-to-video
input.promptstringYesDescription of the animation (max 5000 chars)
input.image_urlsstring[]YesArray containing the starting image URL
input.durationnumberNo5, 10, or 15 seconds (default: 5)
input.resolutionstringNo720p or 1080p (default: 720p)
input.audiobooleanNoEnable audio generation (default: true). Set false for lower cost.

Image constraints:

  • Formats: JPEG, PNG, BMP, WebP
  • Dimensions: 360px - 2000px per side
  • Maximum file size: 10MB
  • Must be publicly accessible (http:// or https://)

Example Request (with audio)

curl -X POST https://vicsee.com/api/v1/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "wan-2-6-flash-image-to-video",
    "input": {
      "prompt": "The woman turns and smiles at the camera as wind blows through her hair",
      "image_urls": ["https://example.com/portrait.jpg"],
      "duration": 5,
      "resolution": "720p",
      "audio": true
    }
  }'

Example Request (without audio — cheapest)

curl -X POST https://vicsee.com/api/v1/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "wan-2-6-flash-image-to-video",
    "input": {
      "prompt": "Waves crash on the shore as the camera slowly pans right",
      "image_urls": ["https://example.com/beach.jpg"],
      "duration": 5,
      "resolution": "720p",
      "audio": false
    }
  }'

Response

Success (200)

{
  "success": true,
  "data": {
    "id": "task_abc123xyz",
    "model": "wan-2-6-flash-image-to-video",
    "status": "pending",
    "creditsUsed": 25,
    "creditsRemaining": 800,
    "createdAt": "2026-02-15T12:00:00Z"
  }
}

Poll for completion using Tasks API.

Task Complete

{
  "taskId": "task_abc123xyz",
  "status": "completed",
  "output": {
    "url": "https://cdn.vicsee.com/outputs/video_xyz.mp4",
    "duration": 5,
    "format": "mp4",
    "hasAudio": true
  },
  "createdAt": "2026-02-15T12:00:00.000Z",
  "completedAt": "2026-02-15T12:00:35.000Z"
}

Flash vs Standard

FeatureFlashStandard
CapabilitiesImage-to-Video onlyText-to-Video + Image-to-Video
AudioOptional (toggle)Always on
Starting price13 credits50 credits
Multi-shotSingle shotMulti-shot cinematography
SpeedFasterStandard

  • Wan 2.6 - Multi-shot cinematography with text-to-video and image-to-video
  • Sora 2 - OpenAI video generation
  • Veo 3.1 - Google video generation with native audio