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

# Elumenta API

> 52 AI models. One API. Text, images, video, voice — all in a single unified interface.

## What is Elumenta API?

Elumenta API gives developers programmatic access to **52 AI models from 9 providers** through a single unified REST API. Instead of managing keys, billing, and rate limits for OpenAI, Anthropic, Google, MidJourney, ElevenLabs, and others separately — you get one endpoint, one token balance, and consistent response format across all models.

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

  <Card title="Authentication" icon="lock" href="/en/authentication">
    Get your API key and learn about auth methods
  </Card>

  <Card title="Models Catalog" icon="grid" href="/en/resources/models-catalog">
    Browse all 52 available models and their capabilities
  </Card>

  <Card title="Pricing" icon="coins" href="/en/resources/pricing">
    Understand token costs and subscription plans
  </Card>
</CardGroup>

## Capabilities

<CardGroup cols={3}>
  <Card title="Text Generation" icon="message">
    GPT-5, Claude Opus 4.5, Gemini 3 Pro, DeepSeek R1, Grok 4 Fast — 12 LLMs with streaming, vision, and file support
  </Card>

  <Card title="Image Generation" icon="image">
    DALL-E 3, MidJourney, Flux 1.1 Pro, SD 3.5 Large — 10 models from photorealistic to artistic
  </Card>

  <Card title="Video Generation" icon="film">
    Kling v2.1, Luma Ray2, Sora 2, Veo 3.1 — text-to-video and image-to-video
  </Card>

  <Card title="Text-to-Speech" icon="microphone">
    ElevenLabs, OpenAI TTS HD, MiniMax TTS — 6 voice models with cloning support
  </Card>

  <Card title="Speech-to-Text" icon="waveform">
    Whisper, GPT-4o Transcribe, ElevenLabs Scribe — 3 transcription models
  </Card>

  <Card title="AI Tools" icon="wand-magic-sparkles">
    Upscale 4×, Face Swap, Remove BG, InPaint, Style Transfer, Colorize, OCR
  </Card>
</CardGroup>

## Base URL

All API requests go to:

```
https://elumenta.ru/api/v2
```

Interactive Swagger UI: [elumenta.ru/api/v2/docs](https://elumenta.ru/api/v2/docs)

## Who is the API for?

The public REST API is available on **VIP and Elite plans**. It's designed for:

* **Developers** building apps on top of multiple AI models without juggling different provider APIs
* **Agencies** automating content workflows (image → video → voice pipelines)
* **Power users** who prefer CLI/code over a web interface

<Note>
  API access requires a VIP or Elite subscription. [View plans →](/en/resources/pricing)
</Note>
