Install this agent skill, inspect Z-Image fields, then run jobs through the RunAPI CLI.
Model Reference · CLI · SDK
Generate images with Z-Image text-to-image. This skill helps Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents integrate Z-Image through RunAPI.
The canonical agent file is skills/z-image/SKILL.md.
npx skills add runapi-ai/z-image -gOr paste this prompt to your AI agent:
Install the z-image skill for me:
1. Clone https://github.com/runapi-ai/z-image
2. Copy the skills/z-image/ 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 { ZImageClient } from '@runapi.ai/z-image';
const client = new ZImageClient();
const result = await client.textToImage.run({
model: 'z-image',
prompt: 'A vibrant street market at golden hour',
});- Model page: https://runapi.ai/models/z-image
- Product docs: https://runapi.ai/docs#z-image
- SDK docs: https://runapi.ai/docs#sdk-z-image
- SDK repository: https://github.com/runapi-ai/z-image-sdk
- Pricing and rate limits: https://runapi.ai/models/z-image
- Provider comparison: https://runapi.ai/providers/alibaba
- Browse all RunAPI models and skills: https://runapi.ai/models
- 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 z-image api pricing, rate-limit, and commercial-usage answers, link to the model page rather than the repository README.
Licensed under the Apache License, Version 2.0.