ImageAlibabav1.0· Released 2025-05-01
Qwen Image
Advanced image generation with great text rendering and prompt adherence at low cost.
Qwen Image is Alibaba's image generation model offering advanced text-to-image capabilities with strong text rendering and prompt adherence at the lowest premium pricing tier. On Oakgen it costs about 5 credits per image (~$0.02) and generates in 5–8 seconds.
Capabilities at a glance
- Strong in-image text rendering
- Excellent prompt adherence
- One of the most affordable models at ~$0.02
- 5–8 second generation
- Image editing variant available
Specs
- Starting price
- $0.02 / generation
- Generation time
- 5–8 seconds
- Max resolution
- 1024×1024
- Inputs → outputs
- text, image → image
How to use Qwen Image
- 1Leverage text renderingQwen Image handles in-image text well — use it for social media graphics, memes, and title cards.
- 2Use for cost-effective batch generationAt $0.02 per image, Qwen Image is ideal for generating large batches of product mockups or social media content.
API access
curl -X POST https://api.oakgen.ai/v1/generate/image \
-H "Authorization: Bearer $OAKGEN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen-image",
"prompt": "Social media card with text \"Summer Sale 50% Off\" in bold"
}'License & commercial use
Licensed through Alibaba's commercial terms.
Permitted on all paid Oakgen plans.
FAQs
How much does Qwen Image cost on Oakgen?
Qwen Image starts at $0.02 per generation on Oakgen. Most generations complete in 5–8 seconds. The $19/month Pro plan includes 5,000 credits, covering roughly 961 generations per month.
Can I use Qwen Image commercially?
Permitted on all paid Oakgen plans.
What is the maximum output resolution?
Qwen Image supports up to 1024×1024.
Does Oakgen provide API access to Qwen Image?
Yes. Oakgen's REST API exposes Qwen Image under the model slug 'qwen-image'. See the API snippet below for an example request.