Skip to main content
Alibaba logo

qwen-image

ReadyImageby Alibaba

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

Other image models

Start building

Grab an API key and call this model in minutes.