1. Set your API key
2. Generate an image (synchronous)
Image models with sub-30s latency are returned directly in the response.3. Generate a video (asynchronous)
Video generation returns202 Accepted immediately. Poll the generation or subscribe to a webhook.
4. Compare multiple models in one call
This is Rimp’s headline feature — same prompt, N models, atomic credit reservation.402 Insufficient credits before charging anything.
Next steps
Authentication
Bearer tokens, scoping, rotation, and IP allowlist.
Multi-model deep dive
How routing, capabilities, and pricing work across providers.
Webhooks
Receive
generation.completed events instead of polling.Idempotency
Safely retry without double-charging.