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

# AI Generation

> Generate media using AI models

Generate images, videos, audio, and text using AI models.

## Endpoints

<CardGroup cols={2}>
  <Card icon="image" title="Generate Image" href="/api-reference/generation/generate_image">
    Create AI-generated images
  </Card>

  <Card icon="video" title="Generate Video" href="/api-reference/generation/generate_video">
    Create AI-generated videos
  </Card>

  <Card icon="music" title="Generate Audio" href="/api-reference/generation/generate_audio">
    Create AI-generated audio
  </Card>

  <Card icon="pen" title="Generate Text" href="/api-reference/generation/generate_text">
    Create AI-generated text
  </Card>

  <Card icon="mic" title="Dub Video" href="/api-reference/generation/dub_video">
    Dub video with AI audio
  </Card>

  <Card icon="globe" title="Translate Video" href="/api-reference/generation/translate_video">
    Translate video content
  </Card>
</CardGroup>
