Qwen Image
qwen-imageAn image generation foundation model in the Qwen series that achieves significant advances in complex text rendering.
- Cena
- 0,030 USD/obrázok
- Pomery strán
- 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3
- Vstup → výstup
- Text → Obrázok
- Vývojár
- Alibaba (Qwen)
- Aktualizované
- 24. septembra 2026
Playground
Vyskúšajte Qwen Image
Vstup a výstup
Tento beh
0,03 USD · 3 credits
Pre účty bez nákupu: behy nad 2 credits vyžadujú dobíjanie.
Nový tu?
10 bezplatných credits (0,10 USD) pri registrácii cez Google
Použiteľné 24 hodín po registrácii, až 5 behov za deň a maximálne 2 credits za beh. Ostatné spôsoby prihlásenia sa spúšťajú bez credits.
Examples
Open full sizePrompt
Bookstore window display. A sign displays “New Arrivals This Week”. Below, a shelf tag with the text “Best-Selling Novels Here”. To the side, a colorful poster advertises “Author Meet And Greet on Saturday” with a central portrait of the author. There are four books on the bookshelf, namely “The light between worlds” “When stars are scattered” “The slient patient” “The night circus”
Settings
- aspect_ratio
- 16:9
Open full sizePrompt
A cinematic photograph of a London Underground tube station platform with the main focus on a large TfL red roundel sign reading "REPLICATE STATION" in white Johnston typeface, below it are four classic blue and white enamel directional signs in a horizontal row reading "Qwen Image," "Runway Aleph," "ByteDance OmniHuman," and "Wan 2.2" each with white directional arrows, an elegant woman in a flowing white dress stands on the platform with her long dark hair and dress caught in motion from the wind of a red tube train passing behind her in motion blur, the composition emphasizes the prominent station signage in the upper portion of the frame, characteristic curved tunnel walls with Victorian cream and burgundy tiles, warm golden tungsten lighting creating atmospheric glow, the yellow "Mind the Gap" safety line visible on the platform edge, shot with shallow depth of field focusing on the signage and woman while the moving train creates streaked motion blur in the background
Settings
- aspect_ratio
- 16:9
Open full sizePrompt
A dynamic portrait photo of a woman, unusual lighting, creative composition, cyan and purple uplighting
Settings
- aspect_ratio
- 16:9
O Qwen Image
Qwen Image je model od Alibaba (Qwen) v kategórii Generovanie obrázkov. Na Railwail stojí Qwen Image 0,030 USD za obrázok. Podporované pomery strán: 1:1, 16:9, 9:16, 4:3, 3:4, 3:2 a 2:3.
Ceny
| Za obrázok | 0,030 USD za obrázok |
|---|
- 1 kredit = 0,01 USD
Kalkulačka nákladov
Kalkulačka cien
Celkom
3,00 USD
300 kreditov
Na spustenie
0,03 USD · 3 kreditov
Pevná cena za spustenie, známa pred spustením.
API
curl https://railwail.com/api/v1/images/generations \
-H "Authorization: Bearer $RAILWAIL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen-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="qwen-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: "qwen-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("qwen-image", "A lighthouse on a rocky coast at sunset, photorealistic");
console.log(res.data[0].url);Špecifikácie
- ID modelu
qwen-image- Vývojár
- Alibaba (Qwen)
- Kategória
- Generovanie obrázkov
- Vstup
- Text
- Výstup
- Obrázok
- Pomery strán
- 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3
- Fakturácia
- Pevná cena, známa pred spustením
- Katalógová položka aktualizovaná
- 24. septembra 2026
Vstupné parametre
Vstupy a nastavenia zo vstupnej schémy modelu. Príklad v sekcii API ukazuje, ktoré z nich API akceptuje.
promptpovinnéTyp: TextPredvolené: –Povolené hodnoty: –aspectRatioTyp: VýberPredvolené: –Povolené hodnoty: 1:1, 16:9, 9:16, 4:3, 3:4, 3:2 alebo 2:3
Značky
- replicate
- qwen
- text-to-image
Prípady použitia
Často kladené otázky
Čo je Qwen Image?
Qwen Image je model od Alibaba (Qwen) v kategórii Generovanie obrázkov. Na Railwail ho môžete volať pomocou API kľúča cez Railwail API.
Koľko stojí Qwen Image na Railwail?
Na Railwail stojí Qwen Image 0,030 USD za obrázok. Cena je známa pred spustením. Použitie sa platí z predplateného kreditu; 1 kredit sa rovná 0,01 USD.
Ktoré nastavenia podporuje Qwen Image?
Podľa svojej vstupnej schémy Qwen Image pozná tieto parametre: prompt a aspectRatio (1:1, 16:9, 9:16, 4:3, 3:4, 3:2 alebo 2:3).
Ako rýchly je Qwen Image?
Pre Qwen Image je na Railwail zatiaľ príliš málo meraných spustení na určenie doby spustenia. Závisí to od vstupu, nastavení a zaťaženia u poskytovateľa.
Je Qwen Image lepší ako FLUX 1.1 Pro?
Závisí to od úlohy. Qwen Image (Alibaba (Qwen)) a FLUX 1.1 Pro (Black Forest Labs) sú oba modely v kategórii Generovanie obrázkov. Stránka porovnania zobrazuje ich ceny a špecifikácie vedľa seba.
Porovnať Qwen Image a FLUX 1.1 ProAko používam Qwen Image cez API?
Vytvorte Railwail API kľúč a pošlite svoju požiadavku s ID modelu qwen-image. Príklady kódu pre curl, Python a JavaScript sú v časti API na tejto stránke.
Porovnateľné modely
Všetky v tejto kategórii- 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.
Použiť Qwen Image cez API
Jeden API kľúč pre všetky modely na Railwail. Použitie sa účtuje z predplateného kreditu, 1 kredit = 0,01 USD.