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

# Introduction

> One API to access every AI model

Lumenfall is the fastest way to integrate AI into your application. Access text, image, and video models from every major provider through a single, OpenAI-compatible API.

Lumenfall is a unified gateway that routes your requests to the best available AI providers. Instead of managing multiple SDKs, credentials, and billing relationships, you get one consistent interface with automatic failover, smart routing, and usage-based pricing.

<Frame>
  <img src="https://mintcdn.com/lumenfall/h4igMy7GOKsRTJWe/images/screenshot_dashboard.png?fit=max&auto=format&n=h4igMy7GOKsRTJWe&q=85&s=f3cda7503625a2c815c62c1b0c9e0c15" alt="Lumenfall dashboard showing spend, requests, and average response time metrics with recent API calls" width="1500" height="958" data-path="images/screenshot_dashboard.png" />
</Frame>

Integrating with AI providers traditionally means juggling different APIs, handling rate limits, and building fallback logic yourself. With Lumenfall, the platform handles routing, retries, and provider selection automatically, so you can focus on building your product.

You get everything required to add AI to your app - a familiar OpenAI-compatible API and transparent pricing. Lumenfall gets you from idea to production, fast.

## Why Lumenfall?

<CardGroup cols={2}>
  <Card title="OpenAI-compatible API" icon="plug">
    Use the same SDK and endpoints you already know. Drop-in replacement for OpenAI's chat completions, image generation, and video generation APIs.
  </Card>

  <Card title="Multi-provider routing" icon="route">
    Access text models via OpenRouter and image and video models from Google Vertex, OpenAI, Replicate, and more through one endpoint.
  </Card>

  <Card title="Automatic failover" icon="shield-check">
    Smart routing with priority groups and weighted fallbacks. If one provider fails, requests automatically route to the next.
  </Card>

  <Card title="Simple pricing" icon="credit-card">
    Pay only for what you use with transparent per-request pricing. No subscriptions or commitments.
  </Card>
</CardGroup>

## Get started

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Make your first API call in under 5 minutes.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore the full API documentation.
  </Card>
</CardGroup>
