qwen-image

Installation
SKILL.md

Qwen Image on RunAPI

Choose route

  • For a one-off artifact or result, use the registered qwen-image service in the runapi CLI. If the installed command catalog does not list it, stop and report the missing service instead of inventing a command.
  • For an app, backend, worker, library, webhook pipeline, or production codebase, go directly to Integrate with SDK. Never shell out to the CLI as the production runtime.

Discover contract

Authenticate, then inspect the installed command catalog and the selected operation's current contract:

runapi auth status > auth.json
jq -e '.authenticated == true' auth.json
runapi qwen-image --help
runapi qwen-image <operation> --help
curl --fail --location https://runapi.ai/docs/api/qwen-image/<operation>.md --output contract.md
Installs
3
First Seen
Jul 22, 2026
qwen-image — runapi-ai/qwen-image