ideogram-rate-limits

Installation
SKILL.md

Ideogram Rate Limits

Overview

Handle Ideogram's rate limits with exponential backoff, request queuing, and concurrency control. Ideogram enforces a default limit of 10 in-flight requests (concurrent, not per-minute). Image generation takes 5-15 seconds per call, so this limit can be hit quickly during batch operations.

Prerequisites

  • IDEOGRAM_API_KEY configured
  • Understanding of async patterns
  • p-queue npm package (optional, for queue-based approach)

Ideogram Rate Limit Model

Installs
24
GitHub Stars
2.7K
First Seen
Feb 18, 2026
ideogram-rate-limits — jeremylongshore/tons-of-skills-marketplace