What problem does it solve?
This Skill addresses the need to convert spoken audio into accurate, searchable text for transcripts, captions, accessibility, and analytics.
Core Features & Use Cases
- Robust Transcription: Transcribes a wide range of audio formats (WAV, MP3, M4A) into clean text with support for stream and batch processing.
- SDK & CLI Flexibility: Use the z-ai-web-dev-sdk in backend code or the CLI for quick transcriptions, batch jobs, and automation.
- Practical Scenarios: Meeting notes, interviews, podcasts, and voice memos can be transformed into text for search and analysis.
Quick Start
Transcribe a file: z-ai asr --file ./audio.wav
Transcribe from base64: z-ai asr --base64 "BASE64_ENCODED_AUDIO" -o transcript.json
Stream transcription: z-ai asr -f ./audio.wav --stream