Back to Models
Wan2.6 image
wan-ai/wan2.6-image
Alibaba
Image Generation
Description
Wan2.6 image by Alibaba. This model supports image capabilities. Main use: Image-to-Image.
Specifications
- Parameters:
- 20B
- Input Modalities:
- Text, Image
- Output Modalities:
- Image
- Main Use:
- Image-to-Image
Pricing
- Per Image (1MP) Cost:
- 0.06000000 Credits
- Images (1MP) per credit:
- 16.67
Usage Example
const { Client } = require('ai-proxy-sdk');
const client = new Client({
consumerKey: process.env.BITMESH_CONSUMER_KEY,
consumerSecret: process.env.BITMESH_CONSUMER_SECRET
});
const response = await client.images.generate({
prompt: 'Flying car',
model: 'wan-ai/wan2.6-image',
width: 1024,
height: 1024,
seed: 22,
n: 1,
steps: 20
});