Qwen-Image 3.0

Image Generation
qwen/qwen-image-3.0

Qwen-Image 3.0 は Alibaba が 2026 年 8 月に正式リリースした画像生成モデルです。テキストからの生成と参照画像入力の両方に対応し、10px 程度の小さな文字やディテールまで精細に描画します。テキストと画像の一貫性、複雑な構造、画質のいずれも前世代から全面的に向上しています。アスペクト比は自由で、1 枚あたりの面積上限は約 6.55MP(2560×2560)です。Ofox の OpenAI 互換 /v1/images/generations エンドポイントから利用できます。

コンテキストウィンドウ
100K
最大出力トークン
100K
リリース日
2026-08-05
機能
Vision
利用可能なプロバイダー
Aliyunalicloud
対応プロトコル
openai

Providers

alicloud
入力トークン
$0/M
出力トークン
$0/M
1 枚あたり
$0.03/img
Protocols
openai/v1/images/generations
Aliyun
入力トークン
$0/M
出力トークン
$0/M
1 枚あたり
$0.03/img
Protocols
openai/v1/images/generations

コード例

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.run/v1",
api_key="YOUR_OFOX_API_KEY",
)
response = client.images.generate(
model="qwen/qwen-image-3.0",
prompt="A beautiful sunset over mountains",
size="1024x1024",
)
print(response.data[0].url)

よくある質問

Ofox.aiでのQwen-Image 3.0の料金は、入力100万トークンあたり$0、出力100万トークンあたり$0です。従量課金制、月額料金なし。