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
- Precio
- USD 0.024/imagen
- Relaciones de aspecto
- 1:1, 16:9, 9:16, 4:3, 3:4, 21:9
- Entrada → Salida
- Texto → Imagen
- Desarrollador
- Community
- Actualizado
- 24 de septiembre de 2026
Playground
Probar Wan 2.2 Image
Entrada y salida
Esta ejecución
USD 0.024 · 2.4 créditos
Para cuentas sin compra previa: las ejecuciones superiores a 2 créditos requieren una recarga.
¿Nuevo aquí?
10 créditos gratis (USD 0.10) cuando te registras con Google
Utilizable 24 horas después del registro, hasta 5 ejecuciones por día y como máximo 2 créditos por ejecución. Otros métodos de inicio de sesión comienzan sin créditos.
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
Acerca de Wan 2.2 Image
Wan 2.2 Image es un modelo de Community en la categoría Generación de imágenes. En Railwail, Wan 2.2 Image cuesta USD 0.024 por imagen. Relaciones de aspecto compatibles: 1:1, 16:9, 9:16, 4:3, 3:4 y 21:9.
Precios
| Por imagen | USD 0.024 por imagen |
|---|
- 1 crédito = USD 0.01
Calculadora de costos
Calculadora de precios
Total
USD 2.40
240 créditos
Por ejecución
USD 0.024 · 2.4 créditos
Precio fijo por ejecución, conocido antes de que inicie.
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);Especificaciones
- ID del modelo
wan-2-2-image- Desarrollador
- Community
- Categoría
- Generación de imágenes
- Entrada
- Texto
- Salida
- Imagen
- Relaciones de aspecto
- 1:1, 16:9, 9:16, 4:3, 3:4, 21:9
- Facturación
- Precio fijo, conocido antes de la ejecución
- Entrada del catálogo actualizada
- 24 de septiembre de 2026
Parámetros de entrada
Entradas y configuraciones del esquema de entrada del modelo. El ejemplo en la sección API muestra cuáles de ellas acepta la API.
promptrequeridoTipo: TextoPredeterminado: –Valores permitidos: –aspectRatioTipo: OpciónPredeterminado: –Valores permitidos: 1:1, 16:9, 9:16, 4:3, 3:4 o 21:9
Etiquetas
- replicate
- prunaai
- text-to-image
Casos de uso
Preguntas frecuentes
¿Qué es Wan 2.2 Image?
Wan 2.2 Image es un modelo de Community en la categoría Generación de imágenes. En Railwail puedes llamarlo con una clave API a través de la API de Railwail.
¿Cuánto cuesta Wan 2.2 Image en Railwail?
En Railwail, Wan 2.2 Image cuesta USD 0.024 por imagen. El precio se conoce antes de que comience la ejecución. El uso se paga con créditos prepagados; 1 crédito equivale a USD 0.01.
¿Qué configuraciones admite Wan 2.2 Image?
Según su esquema de entrada, Wan 2.2 Image conoce estos parámetros: prompt y aspectRatio (1:1, 16:9, 9:16, 4:3, 3:4 o 21:9).
¿Qué tan rápido es Wan 2.2 Image?
Aún no hay suficientes ejecuciones medidas de Wan 2.2 Image en Railwail para indicar un tiempo de ejecución. Depende de la entrada, la configuración y la carga en el proveedor.
¿Es Wan 2.2 Image mejor que FLUX 1.1 Pro?
Eso depende de la tarea. Wan 2.2 Image (Community) y FLUX 1.1 Pro (Black Forest Labs) son ambos modelos en la categoría Generación de imágenes. La página de comparación muestra sus precios y especificaciones lado a lado.
Comparar Wan 2.2 Image y FLUX 1.1 Pro¿Cómo uso Wan 2.2 Image a través de la API?
Crea una clave API de Railwail y envía tu solicitud con el ID de modelo wan-2-2-image. Los ejemplos de código para curl, Python y JavaScript están en la sección API de esta página.
Modelos comparables
Todos en esta categoría- 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.
Usar Wan 2.2 Image a través de la API
Una clave API para todos los modelos en Railwail. El uso se cobra con créditos prepagados, 1 crédito = USD 0.01.