imini-generate

Installation
SKILL.md

imini Open Platform API Integration

Generate images / videos with imini, OR write integration code for the user's project. Pick the right model, estimate cost, handle async tasks.

About imini

  • Unified endpoint: https://openapi.imini.ai/imini/router
  • Unified auth: one Bearer API key works for every model — Authorization: Bearer $IMINI_API_KEY
  • Unified async pattern: every generation call returns a task_id; poll the task-query endpoint until status is succeeded or failed. The four possible values are queued / processing / succeeded / failed — never check for pending / completed / running.
  • Unified error shape: { error: { code, message, status, request_id } }
  • Catalog: https://docs.imini.ai/llms.txt — always up-to-date model list with pricing and per-model OpenAPI spec URLs

Step 0 — Route to the right path

Two paths. Pick before doing anything else.

Installs
18
GitHub Stars
1
First Seen
May 13, 2026
imini-generate — imini-ai/imini-api-integration-skill