> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/elevenlabs/elevenlabs-python/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Get started with the ElevenLabs Python SDK - the official library for building lifelike voice applications

<img src="https://github.com/elevenlabs/elevenlabs-python/assets/12028621/21267d89-5e82-4e7e-9c81-caf30b237683" alt="ElevenLabs Logo" />

The ElevenLabs Python SDK brings the most compelling, rich and lifelike voices to creators and developers in just a few lines of code. Build powerful voice applications with text-to-speech, voice cloning, speech-to-text, and conversational AI capabilities.

## What is ElevenLabs?

ElevenLabs is a leading AI voice platform that provides:

* **Text-to-Speech**: Convert text into natural-sounding speech in 70+ languages
* **Voice Cloning**: Create custom voice clones from audio samples
* **Speech-to-Text**: Transcribe audio with high accuracy
* **Conversational AI**: Build interactive AI agents with real-time audio capabilities
* **Voice Library**: Access thousands of pre-made voices or create your own

## Get Started

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/quickstart">
    Generate your first text-to-speech audio in minutes
  </Card>

  <Card title="Installation" icon="download" href="/installation">
    Install the SDK and set up your development environment
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Configure your API key and client settings
  </Card>

  <Card title="API Reference" icon="code" href="https://elevenlabs.io/docs/api-reference">
    Explore the complete API documentation
  </Card>
</CardGroup>

## Key Features

### Multiple AI Models

Choose from powerful models optimized for different use cases:

* **Eleven v3** - Dramatic performances with 70+ languages
* **Eleven Multilingual v2** - Superior stability and accent accuracy in 29 languages
* **Eleven Flash v2.5** - Ultra-low latency, 50% lower cost
* **Eleven Turbo v2.5** - Optimal balance of quality and speed

### Streaming Support

Stream audio in real-time as it's being generated for responsive user experiences.

### Async Client

Full async/await support with `AsyncElevenLabs` for high-performance applications.

### Voice Customization

Fine-tune voice settings, clone voices, and access a library of pre-made voices.

## SDK Information

* **Package Name**: `elevenlabs`
* **Current Version**: v2.37.0
* **Python Support**: 3.8, 3.9, 3.10, 3.11, 3.12
* **License**: MIT
* **Repository**: [GitHub](https://github.com/elevenlabs/elevenlabs-python)

## Community & Support

<CardGroup cols={2}>
  <Card title="Discord Community" icon="discord" href="https://discord.gg/elevenlabs">
    Join our Discord server for help and discussions
  </Card>

  <Card title="Twitter" icon="twitter" href="https://twitter.com/elevenlabsio">
    Follow us for updates and announcements
  </Card>
</CardGroup>

## Next Steps

Ready to start building? Follow our [Quickstart Guide](/quickstart) to generate your first audio in minutes.
