Alibaba · Image
OpenClaw x Qwen 3
The Qwen 3 API exposes a image model from Alibaba, accessible through RunAPI with a single API key and per-call billing. Developers call Qwen 3 the same way they call any other model in the RunAPI catalog — set the model parameter, submit a request, and receive structured JSON. The model skill packages docs, typed schemas, pricing notes, and setup steps so your coding agent has the right context before you write integration code. Billing is unified across all providers, failed generations are never charged, and results are retrievable by task ID.
Public versions and endpoints
| Model ID | Version | Endpoints | Starting price | Catalog |
|---|---|---|---|---|
qwen-3-edit-image | Standard Qwen 3 editing with up to three source images | /api/v1/qwen_3/edit_image | $0.070 | Model detail |
qwen-3-pro-edit-image | Pro editing with up to three source images and 2K output | /api/v1/qwen_3/edit_image | $0.140 | Model detail |
qwen-3-pro-text-to-image | Pro text-to-image with higher-detail 1K and 2K output | /api/v1/qwen_3/text_to_image | $0.120 | Model detail |
qwen-3-text-to-image | Standard Qwen 3 text-to-image at 1K or 2K | /api/v1/qwen_3/text_to_image | $0.050 | 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.