One install command and your coding agent (Claude Code, Codex, Cursor, etc.) can call Pixazo APIs to generate images, video, music, voice, 3D models, and more — using the universal skills CLI.
npx skills add Pixazo-AI/skills --skill seedreamReplace seedream with any model name from the catalog below.
npx skills add Pixazo-AI/skills --skill '*'npx skills add Pixazo-AI/skills --listA Pixazo API key. Get one free at https://api-console.pixazo.ai/api_keys — sign in, click "Create new key", copy. The skill itself walks the agent through saving it to ~/.pixazo/api-key so you only paste once.
auraflow · bria · dalle · ernie-image · firered-image-edit · flux · genflare · glm-image · gpt-image · grok-imagine · hidream · hunyuan · ideogram · longcat-image · nano-banana · nucleus · p-image · pixelforge · qwen-image · recraft · reve-image · sdxl · seedream · smart-resize · stable-diffusion · studio-ghibli · tracks · z-image · kandinsky · gemini · mochi
hailuo · higgsfield · hunyuan-video · kling · ltx · lucy-edit · luma · minimax · omnihuman · p-video · pika · pixverse · runway · seedance · sora · veed · veo · vidu · wan
ace-step · lyria
chatterbox · elevenlabs · qwen-tts · vibevoice · xtts
hyper3d · meshy-3d · trellis3d · tripo3d
fashn-vton · idm-vton
codeformer · crystal-upscaler · gfpgan · seedvr · seedvr2-upscale · topaz
Each skills/<model>/SKILL.md teaches the agent:
- Auth — how to acquire and store the user's API key (env var →
~/.pixazo/api-key→ ask once, save, never ask again). - Operation routing — map user intent to the right endpoint (text-to-image vs image-to-image vs multi-image edit, etc.).
- Request shape — copy-paste-ready curl, Python, and Node.js examples with all fields filled.
- Response handling — synchronous (image, voice, try-on) or async polling (video, music, 3D).
- Error handling — 401 / 402 / 429 / 4xx / 5xx → user-friendly messages.
- Full reference — every skill points to
https://www.pixazo.ai/models/<slug>.mdfor complete schemas and per-version differences.
These files are emitted by scripts/build-skills.mjs in the pixazo-api-ui repo, driven by:
data/models.json— model catalog (ID, brand, provider, categories)data/model-docs.json— per-feature operation list (apiId / operationId)public/models/<slug>.md— full HTML→Markdown reference (auto-generated from the live API)
Adding a new model = one entry in models.json + a docs row, regenerate, push.
- Web: https://www.pixazo.ai
- Model catalog: https://www.pixazo.ai/models
- API console: https://api-console.pixazo.ai
MIT