Qwen Image
qwen-imageAn image generation foundation model in the Qwen series that achieves significant advances in complex text rendering.
- Prijs
- US$Â 0,030/afbeelding
- Beeldverhoudingen
- 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3
- Invoer â Uitvoer
- Tekst â Afbeelding
- Ontwikkelaar
- Alibaba (Qwen)
- Bijgewerkt
- 24 september 2026
Playground
Qwen Image proberen
Invoer & resultaat
Deze uitvoering
US$ 0,03 · 3 credits
Voor accounts zonder aankoop: uitvoeringen boven 2 credits hebben een opwaardering nodig.
Nieuw hier?
10 gratis credits (US$Â 0,10) wanneer je je aanmeldt met Google
Bruikbaar 24 uur na aanmelding, tot 5 uitvoeringen per dag en maximaal 2 credits per uitvoering. Andere aanmeldmethoden starten zonder 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
Over Qwen Image
Qwen Image is een model van Alibaba (Qwen) in de categorie Afbeeldingsgenerering. Op Railwail kost Qwen Image US$Â 0,030 per afbeelding. Ondersteunde beeldverhoudingen: 1:1, 16:9, 9:16, 4:3, 3:4, 3:2 en 2:3.
Prijzen
| Per afbeelding | US$Â 0,030 per afbeelding |
|---|
- 1 credit = US$Â 0,01
Kostencalculator
Prijscalculator
Totaal
US$Â 3,00
300 credits
Per run
US$ 0,03 · 3 credits
Vaste prijs per run, bekend voordat de run start.
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);Specificaties
- Model-ID
qwen-image- Ontwikkelaar
- Alibaba (Qwen)
- Categorie
- Afbeeldingsgenerering
- Invoer
- Tekst
- Uitvoer
- Afbeelding
- Beeldverhoudingen
- 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3
- Facturering
- Vaste prijs, bekend voordat de uitvoering begint
- Catalogusitem bijgewerkt
- 24 september 2026
Invoerparameters
Invoeren en instellingen uit het invoerschema van het model. Het voorbeeld in de API-sectie toont welke daarvan de API accepteert.
promptVerplichtType: TekstStandaard: âToegestane waarden: âaspectRatioType: KeuzeStandaard: âToegestane waarden: 1:1, 16:9, 9:16, 4:3, 3:4, 3:2 of 2:3
Tags
- replicate
- qwen
- text-to-image
Gebruiksscenario's
Veelgestelde vragen
Wat is Qwen Image?
Qwen Image is een model van Alibaba (Qwen) in de categorie Afbeeldingsgenerering. Op Railwail kunt u het aanroepen met een API-sleutel via de Railwail-API.
Hoeveel kost Qwen Image op Railwail?
Op Railwail kost Qwen Image US$Â 0,030 per afbeelding. De prijs staat vast voordat de run begint. Gebruik wordt betaald met vooraf gekochte credits; 1 credit is gelijk aan US$Â 0,01.
Welke instellingen ondersteunt Qwen Image?
Volgens het invoerschema kent Qwen Image deze parameters: prompt en aspectRatio (1:1, 16:9, 9:16, 4:3, 3:4, 3:2 of 2:3).
Hoe snel is Qwen Image?
Er zijn nog niet genoeg gemeten runs van Qwen Image op Railwail om een uitvoeringstijd op te geven. Dit hangt af van de invoer, de instellingen en de belasting bij de provider.
Is Qwen Image beter dan FLUX 1.1 Pro?
Dat hangt van de taak af. Qwen Image (Alibaba (Qwen)) en FLUX 1.1 Pro (Black Forest Labs) zijn beide modellen in de categorie Afbeeldingsgenerering. De vergelijkingspagina toont hun prijzen en specificaties naast elkaar.
Qwen Image en FLUX 1.1 Pro vergelijkenHoe gebruik ik Qwen Image via de API?
Maak een Railwail-API-sleutel aan en stuur uw aanvraag met de model-ID qwen-image. Codevoorbeelden voor curl, Python en JavaScript staan in het API-gedeelte van deze pagina.
Vergelijkbare modellen
Alle in deze categorie- 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.
Qwen Image via de API gebruiken
ĂĂ©n API-sleutel voor elk model op Railwail. Gebruik wordt afgerekend via vooraf gekochte credits, 1 credit = US$ 0,01.