Speech To Text
speech_to_textTranscribe audio files to text using Whisper speech recognition. Returns a plain transcript or detailed segments with language auto-detection.
Instructions
Transcribe an audio file with whisper (NaN API STT). Returns the transcript.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute path to the audio file to transcribe | |
| verbose | No | Return verbose JSON with segments instead of plain text | |
| language | No | ISO-639-1 language code, e.g. "es", "en". Auto-detected if omitted |