モデル一覧へ戻る
Alibaba

wan2.7-i2v

Video|CompareShare

Model type

Video

Trial status

Trial ready

API routes

2 routes

Catalog created

Jun 8, 2026

Generation I2V

Specifications

ProviderAlibaba
Model IDwan2.7-i2v
Model TypeVideo
Trial AccessTrial ready
Release Date2026-06-19
Context Window1M tokens
Endpoints2 routes
video-generationPOST
/v1/video/generations
video-generation-fetchGET
/v1/video/generations/{task_id}
Capabilities
Video
Generation I2V

Pricing

second rate

720p · standard

second

$0.0600 / second

second rate

1080p · standard

second

$0.1000 / second

Duration Estimate

5s · 720p · standard$0.3000
10s · 720p · standard$0.6000
5s · 1080p · standard$0.5000
10s · 1080p · standard$1.0000

API Example

Endpoint:
curl https://api.aisa.one/v1/video/generations \
  -H "Content-Type: application/json" \
  -H 'Authorization: Bearer $AISA_API_KEY' \
  -d '{
    "model": "wan2.7-i2v",
    "content": [
      {
        "type": "text",
        "text": "Create a first-person POV fruit tea promo video. Use Image 1 as the opening frame, Image 2 as the final hero shot, Video 1 for camera framing, and Audio 1 as background music. Keep the drink label visible and use a female voice for any narration."
      },
      {
        "type": "image_url",
        "image_url": {"url": "https://ark-doc.tos-ap-southeast-1.bytepluses.com/doc_image/r2v_tea_pic1.jpg"},
        "role": "reference_image"
      },
      {
        "type": "image_url",
        "image_url": {"url": "https://ark-doc.tos-ap-southeast-1.bytepluses.com/doc_image/r2v_tea_pic2.jpg"},
        "role": "reference_image"
      },
      {
        "type": "video_url",
        "video_url": {"url": "https://ark-doc.tos-ap-southeast-1.bytepluses.com/doc_video/r2v_tea_video1.mp4"},
        "role": "reference_video"
      },
      {
        "type": "audio_url",
        "audio_url": {"url": "https://ark-doc.tos-ap-southeast-1.bytepluses.com/doc_audio/r2v_tea_audio1.mp3"},
        "role": "reference_audio"
      }
    ],
    "generate_audio": true,
    "ratio": "16:9",
    "duration": 11,
    "watermark": false
  }'

# Use the returned task_id with the video-generation-fetch endpoint to check status.
Base URL: https://api.aisa.one
Endpoint: /v1/video/generations
View API Docs

Start using wan2.7-i2v through AIsa's Model Gateway today.

Get API Key