Wan2.7 Videoedit
Qwen logo

Wan2.7 Videoedit

wan2.7-videoedit
Qwen

Pricing

  • Input Tokens: $2 /M tokens
  • Output Tokens: $0 /M tokens
  • Cache Read: $0 /M tokens

Image Generation

Quality
standard
720x1280
1280x720
960x960
832x1088
1088x832
1920x1080
1080x1920
1440x1440
1632x1248
1248x1632
standard
$0.0846
$0.0846
$0.0846
$0.0846
$0.0846
$0.0846
$0.141
$0.141
$0.141
$0.141
$0.141

Input Modalities

  • Text
  • Vision
  • Video

Try this model

Python
import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["AIHUBMIX_API_KEY"],
    base_url="https://shkq.org/v1",
)

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

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

Frequently asked questions

How much does Wan2.7 Videoedit cost?

On AIHubMix, Wan2.7 Videoedit costs $2 per million input tokens.