Overview
About this model
Qwen-Image, an image generation foundation model in the Qwen series that achieves significant advances in complex text rendering and precise image editing. Experiments show strong general capabilities in both image generation and editing, with exceptional performance in text rendering, especially for Chinese.
Specifications
Model details
- Provider
- Alibaba
- Modality
- Image
- Pricing
- $30.00 / 1M tok
API
Call it in code
One OpenAI-compatible API. Swap the model id and you're done.
from openai import OpenAI
client = OpenAI(
base_url="https://api.ecohash.com/v1",
api_key="YOUR_API_KEY",
)
image = client.images.generate(
model="qwen-image",
prompt="A sunset over mountains",
)More models