---
title: OpenClaw x Qwen Image 使用指南 | RunAPI
description: 透過 RunAPI 在 OpenClaw 中使用 Qwen Image。比較目前的模型 ID、端點與價格，再依相應流程完成設定。
url: https://runapi.ai/zh-HK/openclaw-qwen-image.md
canonical: https://runapi.ai/zh-HK/openclaw-qwen-image
locale: zh-HK
site: RunAPI
image: https://runapi.ai/assets/opengraph-f702f2b1.png
alternates:
  en: https://runapi.ai/openclaw-qwen-image
  zh-CN: https://runapi.ai/zh-CN/openclaw-qwen-image
  es: https://runapi.ai/es/openclaw-qwen-image
  ja: https://runapi.ai/ja/openclaw-qwen-image
  de: https://runapi.ai/de/openclaw-qwen-image
  fr: https://runapi.ai/fr/openclaw-qwen-image
  pt-BR: https://runapi.ai/pt-BR/openclaw-qwen-image
  ko: https://runapi.ai/ko/openclaw-qwen-image
  it: https://runapi.ai/it/openclaw-qwen-image
  nl: https://runapi.ai/nl/openclaw-qwen-image
  pl: https://runapi.ai/pl/openclaw-qwen-image
  tr: https://runapi.ai/tr/openclaw-qwen-image
  zh-TW: https://runapi.ai/zh-TW/openclaw-qwen-image
  zh-HK: https://runapi.ai/zh-HK/openclaw-qwen-image
  ar: https://runapi.ai/ar/openclaw-qwen-image
  x-default: https://runapi.ai/openclaw-qwen-image
model_line: qwen-image
---

> HTML version: https://runapi.ai/zh-HK/openclaw-qwen-image
> Site index for agents: https://runapi.ai/llms.txt

# OpenClaw x Qwen Image

Qwen Image 係阿里巴巴最初一代圖像模型系列，與較新嘅 Qwen 2 世代不同。透過 RunAPI，生成、重混同編輯端點會使用各自嘅模型 ID，並採用一致嘅任務協議。

## 公開版本與端點

| 模型 ID | 版本 | 端點 | 起始價格 |
| --- | --- | --- | --- |
| `qwen-image-edit-image` | 精準文字指令編輯，具備出色語意控制能力 | /api/v1/qwen_image/edit_image | $0.060 |
| `qwen-image-remix-image` | 提示詞引導嘅來源圖像重混，可調整原圖保留程度 | /api/v1/qwen_image/remix_image | $0.040 |
| `qwen-image-text-to-image` | 高質素寫實文生圖，文字渲染能力出色 | /api/v1/qwen_image/text_to_image | $0.040 |

## 設定

使用命令前請選擇 `<model-id>`。本頁不會預選預設模型。
設定 `RUNAPI_API_KEY`，再向 `<endpoint>` 傳送包含 `<model-id>` 的請求。只有端點回傳非同步 Task 時才需輪詢。

```shell
export RUNAPI_API_KEY=your_api_key

curl -X POST https://runapi.ai<endpoint> \
  -H "Authorization: Bearer $RUNAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d @request.json
```


## 驗證


POST <endpoint>，並儲存回傳的 Task ID。
GET <endpoint>/<task-id>，直到狀態為 completed 或 failed。
確認 completed 回應包含 API 參考中記載的端點專屬輸出。


## 使用流程

1. **選擇模型 ID.** 選擇公開模型 ID，並查看其端點與目前起始價格。
2. **設定 RunAPI.** 呼叫端點前設定 RUNAPI_API_KEY。
3. **驗證結果.** 對非同步端點輪詢同一路徑，直到 Task 進入終態。

## 常見問題

### 應該使用哪個模型 ID？

從版本表選擇公開模型 ID。每個 ID 可用的端點均列於相應資料列。

### 本指南會設定聊天模型嗎？

不會。此 Model Line 使用頁面所示的端點流程，不會被描述為 Agent 聊天模型。


### 相關連結

- [OpenClaw](https://runapi.ai/zh-HK/openclaw)
- [Qwen Image - 模型目錄](https://runapi.ai/zh-HK/models/qwen-image)
- [qwen-image-edit-image](https://runapi.ai/zh-HK/models/qwen-image/edit-image)
- [qwen-image-remix-image](https://runapi.ai/zh-HK/models/qwen-image/remix-image)
- [qwen-image-text-to-image](https://runapi.ai/zh-HK/models/qwen-image/text-to-image)

---

## More from RunAPI

- [Home](https://runapi.ai/zh-HK/.md)
- [模型](https://runapi.ai/zh-HK/models.md)
- [AI 影片 API 對比](https://runapi.ai/zh-HK/ai-video-api-comparison.md)
- [OpenClaw 整合](https://runapi.ai/zh-HK/openclaw.md)
- [OpenClaw 最佳 API](https://runapi.ai/zh-HK/best-api-for-openclaw.md)
- [OpenClaw 圖片生成](https://runapi.ai/zh-HK/openclaw-image-generation.md)
- [Hermes Agent 整合](https://runapi.ai/zh-HK/hermes-agent.md)
- [收費](https://runapi.ai/zh-HK/pricing.md)
- [Claude API 定價](https://runapi.ai/zh-HK/claude-api-pricing.md)
- [ChatGPT API 定價](https://runapi.ai/zh-HK/chatgpt-api-pricing.md)
- [OpenAI API 定價](https://runapi.ai/zh-HK/openai-api-pricing.md)
- [Gemini API 定價](https://runapi.ai/zh-HK/gemini-api-pricing.md)
- [Claude Code 定價](https://runapi.ai/zh-HK/claude-code-pricing.md)
- [Claude Code API](https://runapi.ai/zh-HK/claude-code-api.md)
- [Claude Code 對比 Cursor](https://runapi.ai/zh-HK/claude-code-vs-cursor.md)
- [Claude Max 對比 API](https://runapi.ai/zh-HK/claude-max-vs-api.md)
- [Requesty 替代方案](https://runapi.ai/zh-HK/requesty-alternative.md)
- [文件](https://runapi.ai/zh-HK/docs/guides)
- [SDK](https://runapi.ai/zh-HK/sdk.md)
- [Skills](https://runapi.ai/zh-HK/skills.md)
- [MCP Server](https://runapi.ai/zh-HK/mcp.md)
- [CLI](https://runapi.ai/zh-HK/cli.md)
- [意見](https://runapi.makethisbetter.dev)
- [聯絡](mailto:support@runapi.ai)
- [條款](https://runapi.ai/zh-HK/terms.md)
- [私隱](https://runapi.ai/zh-HK/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-HK",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/zh-HK",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/zh-HK/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-HK",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/zh-HK",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/zh-HKicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-HK",
    "@type": "SoftwareApplication",
    "name": "OpenClaw x Qwen Image",
    "applicationCategory": "DeveloperApplication",
    "description": "透過 RunAPI 在 OpenClaw 中使用 Qwen Image。比較目前的模型 ID、端點與價格，再依相應流程完成設定。",
    "url": "https://runapi.ai/zh-HK/openclaw-qwen-image"
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-HK",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "應該使用哪個模型 ID？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "從版本表選擇公開模型 ID。每個 ID 可用的端點均列於相應資料列。"
        }
      },
      {
        "@type": "Question",
        "name": "本指南會設定聊天模型嗎？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "不會。此 Model Line 使用頁面所示的端點流程，不會被描述為 Agent 聊天模型。"
        }
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-HK",
    "@type": "HowTo",
    "name": "在 OpenClaw 中使用 Qwen Image",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "選擇模型 ID",
        "text": "選擇公開模型 ID，並查看其端點與目前起始價格。",
        "url": "https://runapi.ai/zh-HK/openclaw-qwen-image#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "設定 RunAPI",
        "text": "呼叫端點前設定 RUNAPI_API_KEY。",
        "url": "https://runapi.ai/zh-HK/openclaw-qwen-image#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "驗證結果",
        "text": "對非同步端點輪詢同一路徑，直到 Task 進入終態。",
        "url": "https://runapi.ai/zh-HK/openclaw-qwen-image#how-step-3"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-HK",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "主頁",
        "item": "https://runapi.ai/zh-HK"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "OpenClaw",
        "item": "https://runapi.ai/zh-HK/openclaw"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "Qwen Image",
        "item": "https://runapi.ai/zh-HK/openclaw-qwen-image"
      }
    ]
  }
]
```
