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
- Ár
- 0,024 USD/kép
- Képarányok
- 1:1, 16:9, 9:16, 4:3, 3:4, 21:9
- Bemenet → kimenet
- Szöveg → Kép
- Fejlesztő
- Community
- Frissítve
- 2026. szeptember 24.
Playground
Próbáld ki: Wan 2.2 Image
Bemenet és kimenet
Ez a futtatás
0,024 USD · 2,4 kredit
A vásárlás nélküli fiókok esetén: a 2 kreditet meghaladó futtatások feltöltést igényelnek.
Új vagy itt?
10 ingyenes kredit (0,10 USD) Google-fiókkal való regisztrációkor
Használható 24 órával a regisztráció után, naponta legfeljebb 5 futtatás és futtatásonként legfeljebb 2 kredit. Más bejelentkezési módok kreditek nélkül indulnak.
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
A Wan 2.2 Image névjegye
A Wan 2.2 Image a Community által fejlesztett modell a Képgenerálás kategóriában. A Railwail-en a Wan 2.2 Image ára 0,024 USD képenként. Támogatott képarányok: 1:1, 16:9, 9:16, 4:3, 3:4 és 21:9.
Árak
| Képenként | 0,024 USD képenként |
|---|
- 1 kredit = 0,01 USD
Költségkalkulátor
Árkalkulátor
Összesen
2,40 USD
240 kredit
Futásonként
0,024 USD · 2,4 kredit
Rögzített ár futásonként, a futás megkezdése előtt ismert.
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);Specifikációk
- Modell-azonosító
wan-2-2-image- Fejlesztő
- Community
- Kategória
- Képgenerálás
- Bemenet
- Szöveg
- Kimenet
- Kép
- Képarányok
- 1:1, 16:9, 9:16, 4:3, 3:4, 21:9
- Számlázás
- Rögzített ár, ismert a futtatás előtt
- Katalógus bejegyzés frissítve
- 2026. szeptember 24.
Bemeneti paraméterek
A modell bemeneti sémájából származó bemenetek és beállítások. Az API szakaszban szereplő példa mutatja, hogy az API melyiket fogadja el.
promptkötelezőTípus: SzövegAlapértelmezett: –Engedélyezett értékek: –aspectRatioTípus: VálasztásAlapértelmezett: –Engedélyezett értékek: 1:1, 16:9, 9:16, 4:3, 3:4 vagy 21:9
Címkék
- replicate
- prunaai
- text-to-image
Felhasználási esetek
Gyakran ismételt kérdések
Mi az a Wan 2.2 Image?
A Wan 2.2 Image a Community által fejlesztett modell a Képgenerálás kategóriában. A Railwail-on API-kulccsal hívható meg a Railwail API-n keresztül.
Mennyibe kerül a Wan 2.2 Image a Railwail-on?
A Railwail-en a Wan 2.2 Image ára 0,024 USD képenként. Az ár a futtatás megkezdése előtt ismert. A használatért előre vásárolt kreditek alapján kell fizetni; 1 kredit = 0,01 USD.
Milyen beállításokat támogat a Wan 2.2 Image?
A bemeneti séma szerint a Wan 2.2 Image ezeket a paramétereket ismeri: prompt és aspectRatio (1:1, 16:9, 9:16, 4:3, 3:4 vagy 21:9).
Milyen gyors a Wan 2.2 Image?
A Wan 2.2 Image-nek még nincs elég mért futtatása a Railwail-on ahhoz, hogy futási időt adjunk meg. Ez a bemenettől, a beállításoktól és a szolgáltató terhelésétől függ.
A Wan 2.2 Image jobb, mint a FLUX 1.1 Pro?
Ez a feladattól függ. A Wan 2.2 Image (Community) és a FLUX 1.1 Pro (Black Forest Labs) egyaránt modellek a Képgenerálás kategóriában. Az összehasonlítás oldal az árakat és specifikációkat egymás mellett mutatja.
Wan 2.2 Image és FLUX 1.1 Pro összehasonlításaHogyan használjam a Wan 2.2 Image-t az API-n keresztül?
Hozz létre egy Railwail API-kulcsot, és küldd el a kérésedet a wan-2-2-image modell-azonosítóval. A curl, Python és JavaScript kódpéldái az oldal API szakaszában találhatók.
Hasonló modellek
Ebben a kategóriában az összes- 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.
A Wan 2.2 Image használata az API-n keresztül
Egy API-kulcs a Railwail összes modelljéhez. A használat előre feltöltött kreditek alapján kerül felszámításra, 1 kredit = 0,01 USD.