DOSDOS
Pricing
Get started
Models/Wan 2.7 Image-to-Video

Wan 2.7 Image-to-Video

New

by Alibaba

Video generation from an image plus a text prompt.

Parameters
Image-to-Video
Category
video
Available Serverless

Run queries immediately, pay only for usage

$100.00in|$100.00out

per 1000 sec

Try this modelView documentation

About this model

Video generation from an image plus a text prompt.

Capabilities

Image-to-video1080pNative audio

Model Details

Provider
Alibaba
Model ID
wan2.7-i2v
Parameters
Image-to-Video
Category
video

API Usage

Use the DOS API to integrate Wan 2.7 Image-to-Videointo your applications. Our API is compatible with OpenAI's client libraries for easy migration.

Model ID

wan2.7-i2v

Python

python
from dos import DOS

client = DOS()

response = client.chat.completions.create(
    model="wan2.7-i2v",
    messages=[
        {"role": "user", "content": "Hello, how are you?"}
    ]
)

print(response.choices[0].message.content)

cURL

bash
curl https://api.dos.ai/v1/chat/completions \
  -H "Authorization: Bearer $DOS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "wan2.7-i2v",
    "messages": [
      {"role": "user", "content": "Hello, how are you?"}
    ]
  }'

Node.js

javascript
import DOS from 'dos-ai';

const client = new DOS();

const response = await client.chat.completions.create({
  model: "wan2.7-i2v",
  messages: [
    { role: "user", content: "Hello, how are you?" }
  ]
});

console.log(response.choices[0].message.content);
View full API reference

Related Models

Alibaba

Wan 2.7 Text-to-Video

Video generation from a text prompt. 2-15s, 1080p, with native audio.

$100.00 / per 1000 sec
DOSDOS

AI infrastructure for everyone. Inference, agents, and safety - all in one platform.

Product

  • Models
  • Pricing
  • API Inference
  • DOSClaw

Developers

  • Documentation
  • API Reference
  • Status

DOS Ecosystem

  • DOSafe
  • DOS.Me
  • DOScan
  • DOSwap
  • MetaDOS

Company

  • About
  • Contact
  • Careers
  • Privacy
  • Terms

© 2026 All rights reserved.