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

# Translations

> Call /audio/translations with the Python SDK.

**Method**: `client.generate_translation()`

```python theme={null}
result = client.generate_translation({
    "model": "openai/gpt-4o-transcribe",
    "audio_b64": "base64-audio",
})

print(result)
```
