> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rimp.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome to Rimp

> One API for every image and video generation model that matters.

Rimp is a multi-model AI generation API. One key. One billing line. One SDK.
Generate across **8 modalities** — image, video, voice, music, avatar, chat, 3D and upscale — spanning **OpenAI, Google, Black Forest Labs, Anthropic, Runway, Luma, Kling, ByteDance, Ideogram, ElevenLabs, MiniMax** and more, without juggling a dozen dashboards.

## Why Rimp

<CardGroup cols={2}>
  <Card title="Multi-model by design" icon="layer-group">
    Run the same prompt across N models in a single call. Compare outputs side-by-side, ship the winner.
  </Card>

  <Card title="Built for builders" icon="code">
    REST + JSON. Stripe-style errors. Idempotency-keys. Signed webhooks. Predictable per-second pricing.
  </Card>

  <Card title="Studio + API" icon="window">
    Same SLA and same prices whether you generate in the UI or programmatically. No "API-only" gotchas.
  </Card>

  <Card title="Team-ready" icon="shield-halved">
    SSO (SAML/OIDC), append-only audit log, IP allowlist per key, BYOK for Enterprise.
  </Card>
</CardGroup>

## How it compares

|                          | Rimp                                                      | Replicate              | Fal.ai  | OpenAI          |
| ------------------------ | --------------------------------------------------------- | ---------------------- | ------- | --------------- |
| Modalities               | 8 (image, video, voice, music, avatar, chat, 3D, upscale) | Many (à la carte)      | Several | Image + chat    |
| Image models             | 15 (curated)                                              | 100s                   | 50+     | 1               |
| Video models             | 10 (Veo, Runway, Sora, Luma, Kling, Seedance)             | 20+                    | 10+     | None (publicly) |
| Multi-model API          | ✓                                                         | ✗ (one call per model) | ✗       | ✗               |
| Per-second video billing | ✓                                                         | ✓                      | ✓       | N/A             |
| Studio UI                | ✓                                                         | ✗                      | Limited | Limited         |
| BYOK                     | ✓ (Team)                                                  | ✗                      | ✗       | ✗               |

## Get started in under 5 minutes

<Steps>
  <Step title="Create an account">
    Sign up at [app.rimp.example](https://app.rimp.example) — no credit card required for the free tier (200 credits/month).
  </Step>

  <Step title="Generate an API key">
    Open **Settings → API keys** and click **Create key**. Copy it now — you won't see it again.
  </Step>

  <Step title="Make your first call">
    Follow the [quickstart](/quickstart) to generate your first image or video.
  </Step>
</Steps>
