Overview
About this model
qwen-image
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