Alibaba · Image
OpenClaw x Qwen Image
Qwen Image is the original Alibaba image model line, distinct from the newer Qwen 2 generation. Through RunAPI, its generation, remix, and edit endpoints use separate model IDs and a consistent task contract.
Public versions and endpoints
| Model ID | Version | Endpoints | Starting price | Catalog |
|---|---|---|---|---|
qwen-image-edit-image | Precise text-driven edits with strong semantic control | /api/v1/qwen_image/edit_image | $0.060 | Model detail |
qwen-image-remix-image | Prompt-guided source-image remixing with adjustable preservation | /api/v1/qwen_image/remix_image | $0.040 | Model detail |
qwen-image-text-to-image | High-quality photorealistic generation with strong text rendering | /api/v1/qwen_image/text_to_image | $0.040 | Model detail |
Configuration
Guide endpoint: <endpoint>
Select <model-id> to generate a request with the endpoint's public input contract.Verify
Select <model-id> to generate verification commands.How it works
- 1. Choose a model ID
Select a public catalog model ID and review its endpoint and current starting price.
- 2. Configure RunAPI
Set RUNAPI_API_KEY before making the endpoint request.
- 3. Verify the result
For asynchronous endpoints, poll the same endpoint until the Task reaches a terminal status.
FAQ
Which model ID should I use?
Choose a public model ID from the version table. Each ID exposes the endpoints shown for that version.
Does this guide configure a chat model?
No. This Model Line uses the endpoint workflow shown here and is not presented as an agent chat model.