Install this agent skill, inspect Ideogram V3 fields, then run jobs through the RunAPI CLI.
Model Reference · CLI · SDK
Generate, edit, and remix images with Ideogram V3. This skill helps Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents integrate Ideogram V3 through RunAPI.
The canonical agent file is skills/ideogram-v3/SKILL.md.
npx skills add runapi-ai/ideogram-v3 -gOr paste this prompt to your AI agent:
Install the ideogram-v3 skill for me:
1. Clone https://github.com/runapi-ai/ideogram-v3
2. Copy the skills/ideogram-v3/ 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 { IdeogramV3Client } from '@runapi.ai/ideogram-v3';
const client = new IdeogramV3Client();
const result = await client.generations.run({
model: 'ideogram-v3-text-to-image',
prompt: 'A cinematic lakeside at twilight with neon reeds',
});
const url = result.images[0].url;- Model page: https://runapi.ai/models/ideogram-v3
- Product docs: https://runapi.ai/docs#ideogram-v3
- SDK docs: https://runapi.ai/docs#sdk-ideogram-v3
- SDK repository: https://github.com/runapi-ai/ideogram-v3-sdk
- Pricing and rate limits: https://runapi.ai/models/ideogram-v3/text-to-image
- Provider comparison: https://runapi.ai/providers/ideogram
- 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 ideogram 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.