Skip to main content

Setup

export OVH_AI_ENDPOINTS_ACCESS_TOKEN=your-token

Usage

from praisonaiagents import AudioAgent

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

Models

ModelDescription
ovhcloud/whisper-large-v3Whisper Large v3
ovhcloud/whisper-mediumWhisper Medium