Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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)
ovhcloud/whisper-large-v3
ovhcloud/whisper-medium