Skip to content

runapi-ai/z-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Z-Image API Skill for RunAPI

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.

Install

npx skills add runapi-ai/z-image -g

Or manually: clone this repo and copy skills/z-image/ into your agent's skills directory.

Quick example

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',
});

Routing

Variants

Agent rules

  • Keep API keys in RUNAPI_API_KEY or RunAPI CLI config; never commit secrets.
  • Prefer create, get, and run JSON passthrough patterns instead of inventing flags for every model parameter.
  • For z-image api pricing, rate-limit, and commercial-usage answers, link to the variant page rather than the repository README.

License

Licensed under the Apache License, Version 2.0.

About

RunAPI Z-Image skill for Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors