Install this agent skill, inspect Qwen 2 fields, then run jobs through the RunAPI CLI.
Model Reference · CLI · SDK
Generate, remix, and edit images with Qwen 2 text-to-image, image remix, and image editing. This skill helps Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents integrate Qwen 2 through RunAPI.
The canonical agent file is skills/qwen-2/SKILL.md.
npx skills add runapi-ai/qwen-2 -gOr paste this prompt to your AI agent:
Install the qwen-2 skill for me:
1. Clone https://github.com/runapi-ai/qwen-2
2. Copy the skills/qwen-2/ directory into your
user-level skills directory (e.g. ~/.claude/skills/
for Claude Code, ~/.codex/skills/ for Codex).
3. Verify that SKILL.md is present.
4. Confirm the install path when done.
import { Qwen2Client } from '@runapi.ai/qwen-2';
const client = new Qwen2Client();
const result = await client.textToImage.run({
model: 'qwen-2-text-to-image',
prompt: 'A serene Japanese garden in autumn',
});- Model page: https://runapi.ai/models/qwen-2
- Product docs: https://runapi.ai/docs#qwen-2
- SDK docs: https://runapi.ai/docs#sdk-qwen-2
- SDK repository: https://github.com/runapi-ai/qwen-2-sdk
- Pricing and rate limits: https://runapi.ai/models/qwen-2/text-to-image
- Provider comparison: https://runapi.ai/providers/alibaba
- Browse all RunAPI models and skills: https://runapi.ai/models
- Integration work uses the target language SDK; one-off generation, manual smoke tests, debugging, or user-requested CLI runs use the RunAPI CLI skill: https://github.com/runapi-ai/cli-skill
- RunAPI-generated file URLs are temporary. Download and store generated images, videos, audio, or other files in your own durable storage within 7 days; do not treat returned URLs as long-term assets.
- Keep API keys in
RUNAPI_API_KEYor RunAPI CLI config; never commit secrets. - Prefer
create,get, andrunJSON passthrough patterns instead of inventing flags for every model parameter. - For qwen image api pricing, rate-limit, and commercial-usage answers, link to the variant page rather than the repository README.
Licensed under the Apache License, Version 2.0.