HomeModels › Qwen Image Plus
Alibaba Cloud · Image Gen

Qwen Image Plus API

Advanced text-to-image generation with precise prompt following and accurate in-image text rendering.

$0.0308
Per image
2K
Max resolution
T2I
Generation type
Alibaba Cloud
Provider
Sign Up - Get $2.00 Free Credit See All Models

Why use Qwen Image Plus on NovAI?

  • Precise prompt following
  • Accurate in-image text rendering
  • High-quality 2K outputs
  • Great for posters and typography
  • Official-direct Alibaba Cloud access

Pricing

NovAIOpenRouterAccess
Per image$0.0308N/AOfficial direct

Best use cases

  • Posters with text
  • Typography-driven art
  • Marketing banners
  • Detailed illustrations
  • Text-heavy visuals

Quick start

cURL

curl https://aiapi-pro.com/v1/images/generations -H "Authorization: Bearer $NOVAI_API_KEY" -H "Content-Type: application/json" -d '{
    "model": "qwen-image-plus",
    "prompt": "A serene mountain lake at sunrise, photorealistic",
    "n": 1,
    "size": "1024*1024"
  }'

Python

import requests
r = requests.post(
    "https://aiapi-pro.com/v1/images/generations",
    headers={"Authorization": "Bearer YOUR_NOVAI_API_KEY"},
    json={"model": "qwen-image-plus", "prompt": "A serene mountain lake at sunrise", "n": 1, "size": "1024*1024"},
)
print(r.json()["data"][0]["url"])

Returns an OpenAI-compatible data[].url image response - just set base_url to https://aiapi-pro.com/v1 and use your NovAI API key. Full reference in the API docs.

Try Qwen Image Plus today

Zero platform fee. Credits never expire. OpenAI-compatible API.

Sign Up Free