Qwen 3 Pro API
Qwen Image 3.0 Pro — text-to-image generation and image editing in one model. Generate from a prompt, or supply 1-3 reference images plus an instruction. Integrate this model via REST with endpoint docs, parameters, and code examples.
Get API Key
Create auth keys for apps and agents
See Usage
Track requests, credits, and logs
Buy Credits
Top up prepaid API capacity
API Endpoint
/api/v1/models/qwen-3-pro/runTest This Model
Run a real request through the API pipeline and inspect the exact input and output your integration will handle. Uses your credits like any API call; failed runs are refunded automatically.
LLM.txt
For AI assistants
Copy this model's documentation into Claude, GPT, or any AI for instant integration help.
/llm/qwen-3-pro.txtOpenAPI Spec
Swagger compatible
Import into Postman, Swagger UI, or generate client SDKs in any language.
/api/openapiParameters
Input parameters accepted by this model
| Parameter | Type | Default |
|---|---|---|
promptrequired | string | - |
image | array | - |
size | enum | - |
n | integer | 1 |
negative_prompt | string | - |
prompt_extend | boolean | false |
watermark | boolean | false |
seed | integer | - |
See also
Related endpoints on this model — you may need a different apiId for a different operation (e.g. image edit vs generation).
- Previous generation/api/v1/models/qwen-image-2-edit/run
- Generate/api/v1/models/qwen-image-2/run
Example Outputs
Real outputs generated by this model
a thrilling action sequence of a woman trying to find her favorite candy. The candy wrapper is purple with a pixelated dragon and reads "Pixel Dojo". The woman says "Gotta have that pixel dojo candy. with over 60 ai tools, it's basically zero calories."
Flat vector illustration of a night market street, two color risograph palette in teal and coral, bold simple shapes with no gradients, paper grain texture, paper lanterns strung overhead, small crowd rendered as silhouettes, generous margins
Studio product photograph of a matte black stainless steel water bottle standing on a pale concrete plinth, one soft key light from the upper right, subtle gray gradient background, crisp specular edge along the left side, generous negative space above, advertising quality
Storefront of a small coffee roaster at golden hour, hand painted window sign reading "SLOW POUR" in worn gold leaf, a chalkboard beside the door reading "Single Origin Today", weathered brick facade, bicycle leaning by the entrance, warm morning light
Three chefs plating dishes along a stainless steel pass in a busy restaurant kitchen, steam rising into overhead heat lamps, tickets clipped along the rail, each face distinct and in focus, candid documentary photography, warm practical lighting
Wide cinematic shot of a black sand beach at dawn, basalt sea stacks standing in low mist, a single figure in a red jacket walking the shoreline for scale, cold blue light with a thin warm band on the horizon, long exposure water, high detail
Photoreal portrait of a ceramicist in her studio, dried clay dust on her forearms, hands resting on a half-thrown bowl, soft window light from the left, shelves of unglazed pots blurred behind her, warm neutral palette, fine skin texture, 85mm look
Vertical portrait of a silver-haired ceramic artist at her potter's wheel, clay-dusted hands shaping a vase, warm window light, shallow depth of field, photorealistic
Vertical watercolor illustration of a red fox curled beneath a snow-dusted maple tree, soft washes of amber and slate, delicate ink linework, children's book style
Wide shot of a photorealistic street mural of a giant blue whale swimming across an entire apartment block wall, pedestrians and cyclists below looking up in wonder, late afternoon light
Wide cinematic shot of a neon-lit ramen shop storefront at night, glowing hand-painted sign reading "MIDNIGHT NOODLES", rain-slick street reflections, a couple sharing an umbrella walking past
Panoramic Icelandic black sand beach at dawn, lone red lighthouse on a basalt point, storm clouds tearing open, long exposure surf, epic landscape photography
Stained glass window depicting a mountain sunrise, light streaming through onto stone floor, jewel tones, cathedral atmosphere
A weathered fisherman mending nets on a dock, cable-knit sweater, fog rolling over the harbor, muted blues and greys, environmental portrait
Origami paper crane flock suspended mid-flight in a white gallery space, rainbow gradient papers, soft shadows, installation art photography
Snowboarder carving powder spray against a bluebird sky, spray backlit by low sun, action sports photography, tack sharp
Art deco hotel lobby with emerald velvet armchairs, brass geometric chandeliers, marble checkerboard floor, 1920s glamour, wide angle
Architectural photo of a spiral staircase in white concrete, dramatic skylight above, minimalist geometry, black and white with one red handrail
Baby elephant splashing in a shallow river at golden hour, water droplets frozen mid-air, warm rim lighting, wildlife photography
Retro-futuristic diner interior, chrome counter, cherry-red stools, robot waiter pouring coffee, neon sign reading "OPEN 24 HRS", 1950s sci-fi
Venetian canal at blue hour, gondolas moored under glowing lanterns, reflections rippling, oil painting style with visible brushstrokes
A farmers market stall overflowing with heirloom tomatoes, hand-written price sign reading "HEIRLOOMS 3/lb", morning light, documentary style
Isometric 3D render of a tiny floating island village with waterfalls, windmills, and rope bridges, pastel palette, soft ambient occlusion
Street mural of a giant blue whale swimming between apartment windows, photorealistic trompe-l'oeil style, pedestrians looking up in wonder
Macro photograph of a monarch butterfly wing, iridescent scales in orange and black, dewdrop magnifying the pattern, extreme detail
Overhead flat lay of a Mediterranean mezze spread, olive branches, terracotta bowls, golden hour shadows, food magazine photography
A lighthouse keeper's desk with brass instruments, an open logbook, a steaming mug, storm visible through the round window, moody maritime still life
Watercolor illustration of a fox curled beneath a maple tree in first snow, soft washes of orange and grey, delicate linework, children's book style
Futuristic maglev train gliding through a bamboo forest at dusk, soft purple sky, light streaks, blend of nature and technology, concept art
Chalkboard cafe menu reading "TODAY'S SPECIAL: honey lavender latte $5" in ornate hand lettering, string lights bokeh, rustic wood frame
Vast Icelandic black sand beach at dawn, lone red lighthouse, dramatic storm clouds breaking, long exposure waves, epic landscape photography
Portrait of a silver-haired ceramic artist in her sunlit studio, clay-dusted apron, warm window light catching floating dust, shallow depth of field, photorealistic
Cozy bookshop interior with floor-to-ceiling shelves, a ginger cat asleep on a stack of novels, warm lamp glow, dust motes in the air, storybook charm
Golden retriever puppy mid-leap through autumn leaves, motion frozen, low afternoon sun, crisp fur detail, joyful energy
Minimalist product shot of a matte black espresso machine on a concrete counter, single beam of morning light, steam rising from a fresh cup, studio quality
A neon-lit ramen shop storefront at night, hand-painted wooden sign reading "MIDNIGHT NOODLES", rain-slick street reflections, cinematic lighting
Code Examples
Text to image — copy and paste to get started
curl -X POST "https://pixeldojo.ai/api/v1/models/qwen-3-pro/run" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "A corner bakery at golden hour, hand-painted window sign reading FLOUR & SALT in worn gold leaf, smaller chalkboard below reading Fresh Sourdough Daily, warm morning light"
}'Response Format
Submit Response (202 Accepted)
{
"jobId": "job_abc123...",
"status": "pending",
"statusUrl": "https://pixeldojo.ai/api/v1/jobs/job_abc123...",
"creditCost": 2,
"creditsRemaining": 95,
"expiresAt": "2026-08-08T19:39:45Z"
}Completed Response
{
"jobId": "job_abc123...",
"status": "completed",
"output": {
"images": [
"https://temp.pixeldojo.ai/pixeldojotemp/1705930123-456789.png"
]
},
"creditCost": 2,
"expiresAt": "2026-08-08T19:39:45Z"
}