transcribe
audio.transcribeTranscribe audio files from a URL into text using OpenAI's gpt-4o-mini-transcribe model. Supports MP3, WAV, M4A, and other formats; pay per call without an API key.
Instructions
[$0.030/call, wallet required] Transcribe audio to text using OpenAI (gpt-4o-mini-transcribe). Provide a URL to an audio file (mp3, wav, m4a, etc.) and get back the transcript. No API key needed; pay per call via x402. Max 5 minutes of audio, 25 MB file size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the audio file to transcribe (mp3, wav, m4a, ogg, flac, webm) | |
| language | No | Optional ISO-639-1 language code (e.g. 'en', 'es', 'fr') for better accuracy |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| model | No | ||
| duration | No | ||
| language | No | ||
| provider | No |