> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jiekou.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Qwen-Image 画像編集

Qwen-Image 画像編集 — 次世代の画像編集生成のための 20B MMDiT モデルです。20B Qwen-Image をベースに、スタイルを維持しながら、正確なバイリンガルテキスト編集（中国語と英語）を提供し、セマンティックおよび外観レベルの編集をサポートします。

<Tip>
  これは**非同期**API であり、非同期タスクの task\_id のみを返します。この task\_id を使用して [タスク結果照会 API](/ja/docs/models/reference-get-async-task-result) をリクエストし、生成結果を取得してください。
</Tip>

## リクエストヘッダー

<ParamField header="Content-Type" type="string" required={true}>
  列挙値: `application/json`
</ParamField>

<ParamField header="Authorization" type="string" required={true}>
  Bearer 認証形式: Bearer \{\{API Key}}。
</ParamField>

## リクエストボディ

<ParamField body="prompt" type="string" required={true}>
  画像生成に使用するプロンプト。
</ParamField>

<ParamField body="image" type="string" required={true}>
  画像生成に使用する画像。
</ParamField>

<ParamField body="seed" type="integer" required={false}>
  生成に使用するランダムシード。-1 はランダムシードを使用することを意味します。範囲: -1 \~ 2147483647。デフォルト値は -1 です。
</ParamField>

<ParamField body="output_format" type="string" required={false}>
  出力画像の形式。デフォルトは jpeg です。<br />
  列挙値: `jpeg`, `png`, `webp`
</ParamField>

## レスポンス情報パラメータ

<ResponseField name="task_id" type="string" required={true}>
  非同期タスクの task\_id。この task\_id を使用して [タスク結果照会 API](/ja/docs/models/reference-get-async-task-result) をリクエストし、生成結果を取得してください
</ResponseField>
