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

# OVHcloud STT

> OVHcloud AI speech-to-text

## Setup

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
export OVH_AI_ENDPOINTS_ACCESS_TOKEN=your-token
```

## Usage

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
from praisonaiagents import AudioAgent

agent = AudioAgent(llm="ovhcloud/whisper-large-v3")
text = agent.listen("audio.mp3")
print(text)
```

## Models

| Model                       | Description      |
| --------------------------- | ---------------- |
| `ovhcloud/whisper-large-v3` | Whisper Large v3 |
| `ovhcloud/whisper-medium`   | Whisper Medium   |
