Wan 2.2 Image
wan-2-2-imageThis model generates beautiful cinematic 2 megapixel images in 3-4 seconds and is derived from the Wan 2.2 model through optimisation techniques from the pruna package
- Цена
- 0,024 $/изображение
- Соотношения сторон
- 1:1, 16:9, 9:16, 4:3, 3:4, 21:9
- Вход → выход
- Текст → Изображение
- Разработчик
- Community
- Обновлено
- 24 сентября 2026 г.
Playground
Попробовать Wan 2.2 Image
Входные данные и результат
Этот запуск
0,024 $ · 2,4 кредитов
Для аккаунтов без покупок: запуски свыше 2 кредитов требуют пополнения.
Впервые здесь?
10 бесплатных кредитов (0,10 $) при регистрации через Google
Доступно 24 часов после регистрации, до 5 запусков в день и максимум 2 кредитов за запуск. Другие способы входа начинают без кредитов.
Examples
Open full sizePrompt
A cinematic, photorealistic medium shot capturing the nostalgic warmth of a mid-2000s indie film. The focus is a cat with a messy cool platinum white fur, looking directly and intently into the camera lens with a knowing smirk, its head is looking up slightly. The cat wears an oversized band t-shirt that says “Wan can do Images" in huge stylized text over a long-sleeved striped top and simple silver stud earrings. The lighting is soft, golden hour sunlight creating lens flare and illuminating dust motes in the air. The background shows a blurred outdoor urban setting with graffiti-covered walls (the graffiti says “WAN" in stylized graffiti lettering), rendered with a shallow depth of field. Natural film grain, a warm, slightly muted color palette, and sharp focus on its expressive eyes enhance the intimate, authentic feel
Settings
- aspect_ratio
- 4:3
Open full sizePrompt
A cinematic, photorealistic medium shot capturing the nostalgic warmth of a mid-2000s indie film. The focus is a cat with a messy cool platinum white fur, looking directly and intently into the camera lens with a knowing smirk, its head is looking up slightly. The cat wears an oversized band t-shirt that says “WAN can do Images" in huge stylized text over a long-sleeved striped top and simple silver stud earrings. The lighting is soft, golden hour sunlight creating lens flare and illuminating dust motes in the air. The background shows a blurred outdoor urban setting with graffiti-covered walls (the graffiti says “Wan" in stylized graffiti lettering), rendered with a shallow depth of field. Natural film grain, a warm, slightly muted color palette, and sharp focus on its expressive eyes enhance the intimate, authentic feel
Settings
- aspect_ratio
- 4:3
Open full sizePrompt
A cinematic, photorealistic medium shot capturing the nostalgic warmth of a mid-2000s indie film. The focus is a young man with a messy mullet haircut in cool platinum white, looking directly and intently into the camera lens with a knowing smirk, his head is looking up slightly. He wears an oversized band t-shirt that says “WAN can do Images" in huge stylized text over a long-sleeved striped top and simple silver stud earrings. The lighting is soft, golden hour sunlight creating lens flare and illuminating dust motes in the air. The background shows a blurred outdoor urban setting with graffiti-covered walls (the graffiti says “Wan" in stylized graffiti lettering), rendered with a shallow depth of field. Natural film grain, a warm, slightly muted color palette, and sharp focus on his expressive eyes enhance the intimate, authentic feel
Settings
- aspect_ratio
- 4:3
О Wan 2.2 Image
Wan 2.2 Image — это модель от Community в категории Генерация изображений. На Railwail Wan 2.2 Image стоит 0,024 $ за изображение. Поддерживаемые соотношения сторон: 1:1, 16:9, 9:16, 4:3, 3:4 и 21:9.
Цены
| За изображение | 0,024 $ за изображение |
|---|
- 1 кредит = 0,01 $
Калькулятор стоимости
Калькулятор цен
Итого
2,40 $
240 кредитов
За запуск
0,024 $ · 2,4 кредитов
Фиксированная цена за запуск, известна до начала.
API
curl https://railwail.com/api/v1/images/generations \
-H "Authorization: Bearer $RAILWAIL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "wan-2-2-image",
"prompt": "A lighthouse on a rocky coast at sunset, photorealistic"
}'import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["RAILWAIL_API_KEY"],
base_url="https://railwail.com/api/v1",
)
image = client.images.generate(
model="wan-2-2-image",
prompt="A lighthouse on a rocky coast at sunset, photorealistic",
)
print(image.data[0].url)import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.RAILWAIL_API_KEY,
baseURL: "https://railwail.com/api/v1",
});
const image = await client.images.generate({
model: "wan-2-2-image",
prompt: "A lighthouse on a rocky coast at sunset, photorealistic"
});
console.log(image.data[0].url);// npm install railwail
import railwail from "railwail";
const rw = railwail(process.env.RAILWAIL_API_KEY);
const res = await rw.image("wan-2-2-image", "A lighthouse on a rocky coast at sunset, photorealistic");
console.log(res.data[0].url);Спецификации
- ID модели
wan-2-2-image- Разработчик
- Community
- Категория
- Генерация изображений
- Входные данные
- Текст
- Выходные данные
- Изображение
- Соотношения сторон
- 1:1, 16:9, 9:16, 4:3, 3:4, 21:9
- Тарификация
- Фиксированная цена, известна до запуска
- Запись в каталоге обновлена
- 24 сентября 2026 г.
Входные параметры
Входные данные и параметры из схемы входных данных модели. Пример в разделе API показывает, какие из них принимает API.
promptобязательноТип: ТекстПо умолчанию: –Допустимые значения: –aspectRatioТип: ВыборПо умолчанию: –Допустимые значения: 1:1, 16:9, 9:16, 4:3, 3:4 или 21:9
Теги
- replicate
- prunaai
- text-to-image
Применение
Часто задаваемые вопросы
Что такое Wan 2.2 Image?
Wan 2.2 Image — модель от Community в категории Генерация изображений. На Railwail вы можете вызвать её через API Railwail с помощью ключа API.
Сколько стоит Wan 2.2 Image на Railwail?
На Railwail Wan 2.2 Image стоит 0,024 $ за изображение. Цена известна до начала выполнения. Использование оплачивается предоплаченными кредитами; 1 кредит = 0,01 $.
Какие параметры поддерживает Wan 2.2 Image?
Согласно схеме входных данных, Wan 2.2 Image поддерживает эти параметры: prompt и aspectRatio (1:1, 16:9, 9:16, 4:3, 3:4 или 21:9).
Насколько быстра Wan 2.2 Image?
На Railwail пока недостаточно измеренных запусков Wan 2.2 Image, чтобы указать время выполнения. Оно зависит от входных данных, параметров и нагрузки на провайдера.
Wan 2.2 Image лучше, чем FLUX 1.1 Pro?
Это зависит от задачи. Wan 2.2 Image (Community) и FLUX 1.1 Pro (Black Forest Labs) — обе модели в категории Генерация изображений. На странице сравнения показаны их цены и характеристики рядом.
Сравнить Wan 2.2 Image и FLUX 1.1 ProКак использовать Wan 2.2 Image через API?
Создайте ключ API Railwail и отправьте запрос с ID модели wan-2-2-image. Примеры кода для curl, Python и JavaScript находятся в разделе API на этой странице.
Сравнимые модели
Все в этой категории- FLUX 1.1 ProBlack Forest Labs
Black Forest Labs' flagship text-to-image model. Faster generation than FLUX.1 Pro at higher prompt adherence, with strong photorealism and reliable spatial composition. Runs as a hosted Replicate model.
- Flux 1.1 Pro UltraBlack Forest Labs
FLUX 1.1 Pro in ultra mode. Up to 4 megapixel images with raw mode for photorealism.
- Flux DevBlack Forest Labs
Black Forest Labs' development model. Fast, high-quality image generation with LoRA support.
Использовать Wan 2.2 Image через API
Один API-ключ для всех моделей на Railwail. Использование оплачивается из предоплаченных кредитов, 1 кредит = 0,01 $.