Setup
Usage
Models
| Model | Description |
|---|---|
ovhcloud/whisper-large-v3 | Whisper Large v3 |
ovhcloud/whisper-medium | Whisper Medium |
OVHcloud AI speech-to-text
export OVH_AI_ENDPOINTS_ACCESS_TOKEN=your-token
from praisonaiagents import AudioAgent
agent = AudioAgent(llm="ovhcloud/whisper-large-v3")
text = agent.listen("audio.mp3")
print(text)
| Model | Description |
|---|---|
ovhcloud/whisper-large-v3 | Whisper Large v3 |
ovhcloud/whisper-medium | Whisper Medium |