openai-whisper-api

OpenAI Audio Transcriptions API via curl; gpt-4o-transcribe, mini, diarize, or whisper-1.

By openclaw · 5,008 installs

npx skills add openclaw/openclaw --skill openai-whisper-api

Source repository · Upstream listing

OpenAI transcriptions API Transcribe audio through /v1/audio/transcriptions . Set OPENAI BASE URL for an OpenAI compatible proxy or local gateway. Quick start Defaults: Model: gpt 4o transcribe Output: <input .txt Useful flags Notes: Supported upload formats include mp3 , mp4 , mpeg , mpga , m4a , wav , webm . 25 MB upload limit on the hosted API. Use diarize for speaker labels; script sends chunking strategy=auto and rejects prompt . API key Set OPENAI API KEY , or configure it in the active OpenClaw config file ( $OPENCLAW CONFIG PATH , default ~/.openclaw/openclaw.json ). Optionally set OPENAI BASE URL :