---
title: Qwen Image | RunAPI
description: Generate, edit, and remix images from prompts and reference images with
  Alibaba's Qwen Image.
url: https://runapi.ai/ja/docs/api/qwen-image.md
canonical: https://runapi.ai/ja/docs/api/qwen-image
locale: ja
---

> HTML 版: https://runapi.ai/ja/docs/api/qwen-image
> エージェント向けサイトインデックス: https://runapi.ai/llms.txt

# Qwen Image

- [Qwen Image 画像編集](https://runapi.ai/ja/docs/api/qwen-image/edit-image.md) — Edit a source image from an instruction, with output format control.
- [Qwen Image 画像リミックス](https://runapi.ai/ja/docs/api/qwen-image/remix-image.md) — Restyle a source image with a strength control and output format.
- [Qwen Image テキストから画像生成](https://runapi.ai/ja/docs/api/qwen-image/text-to-image.md) — Generate images with Qwen Image at a chosen aspect ratio and output format.

---

## RunAPI のその他の情報

- [ホーム](https://runapi.ai/ja/.md)
- [モデルカタログ](https://runapi.ai/ja/models.md)
- [料金](https://runapi.ai/ja/pricing.md)
- [プロバイダー](https://runapi.ai/ja/models)
- [ドキュメント](https://runapi.ai/ja/docs/guides)
- [SDK](https://runapi.ai/ja/sdk.md)
- [CLI](https://runapi.ai/ja/cli.md)
- [MCP Server](https://runapi.ai/ja/mcp.md)
- [Claude Code と Cursor](https://runapi.ai/ja/claude-code-vs-cursor.md)
- [Cursor API セットアップ](https://runapi.ai/ja/cursor-api-setup.md)
- [RunAPI と OpenRouter の比較](https://runapi.ai/ja/openrouter-alternative.md)
- [エンタープライズ](https://runapi.ai/ja/contact.md)
- [お問い合わせ](https://runapi.ai/ja/contact.md)
- [利用規約](https://runapi.ai/ja/terms.md)
- [プライバシー](https://runapi.ai/ja/privacy.md)
- [エージェント向けサイトインデックス](https://runapi.ai/llms.txt)

お問い合わせ: contact@runapi.ai

## 構造化データ

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/ja",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/ja/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/ja",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/jaicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "TechArticle",
    "headline": "Qwen Image",
    "description": "Generate, edit, and remix images from prompts and reference images with Alibaba's Qwen Image.",
    "url": "https://runapi.ai/ja/docs/api/qwen-image",
    "mainEntityOfPage": "https://runapi.ai/ja/docs/api/qwen-image"
  }
]
```
