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

# Introduction

> Welcome to the Apollo AI API

## Welcome

Apollo AI provides a powerful suite of AI models for text and image generation. Our API allows you to integrate state-of-the-art LLMs (like Llama 3, Claude 3.5 Sonnet) and Image Generators (Titan G1 V2) directly into your applications.

<Card title="Get Your API Key" icon="key" href="https://apolloai.lol/dashboard">
  Manage your API keys in the Apollo AI Dashboard
</Card>

## Features

* **Multi-Model Support**: Access a wide range of models (OpenAI, Anthropic, Meta, AWS Titan) through a single unified API.
* **Text & Code Generation**: Generate high-quality text, code, and creative writing.
* **Image Generation**: Create stunning images using the Titan Image Generator.
* **Multimodal**: Send text, images, and audio as input to supported models (like Claude 3.5 Sonnet).

## Getting Started

To get started, you'll need an API key. Once you have your key, you can make your first request to our unified endpoints.

<CardGroup cols={2}>
  <Card title="Chat Completion" icon="message-bot" href="/api-reference/chat">
    Generate text and code with our powerful LLMs
  </Card>

  <Card title="Image Generation" icon="image" href="/api-reference/image">
    Create images from text descriptions
  </Card>
</CardGroup>

## Base URL

All API requests should be made to:

```bash theme={null}
https://apolloai.lol/v1/
```
