{"name":"audio-transcribe","description":"Transcribes audio to text with whisper-large-v3. Server-side fetches the audio URL (max 25 MB), relays it to Venice's audio/transcriptions endpoint, and returns the transcript with detected language, duration, and per-segment timestamps when response_format='verbose_json' (default). Also supports raw text, SRT, and VTT outputs. Use it as a speech-to-text or multi-language ASR endpoint with OpenAI Whisper API compatibility.","price":"$0.01","method":"POST","input_schema":{"properties":{"audio_url":{"type":"string","description":"Public http(s) URL of the audio file (mp3, wav, m4a, ogg, flac, webm). Up to 25 MB."},"language":{"type":"string","description":"BCP-47 language hint (e.g. 'en', 'es'). 'auto' or omitted = auto-detect."},"model":{"type":"string","description":"Override the model. Default 'openai/whisper-large-v3'."},"response_format":{"type":"string","enum":["json","text","verbose_json","srt","vtt"],"description":"Output format. Default 'verbose_json' (transcript + segments)."}},"required":["audio_url"]},"input_example":{"audio_url":"https://download.samplelib.com/mp3/sample-3s.mp3","language":"auto"},"output_example":{"transcript":"Now is the time for all good men to come to the aid of their country.","language_detected":"en","duration_seconds":4.21,"segments":[{"id":0,"start":0,"end":4.21,"text":"Now is the time for all good men to come to the aid of their country."}],"response_format":"verbose_json","model":"openai/whisper-large-v3","bytes_in":142311,"source":"venice"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}