openai-whisper-api

openai whisper api

steipete 384k ↓ 2.9k NOASSERTION updated 25d ago
Claude Code
View source ↗

What it does

  • Model: gpt-4o-transcribe
  • Output: <input>.txt
  • 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 chunkingstrategy=auto and rejects --prompt.

Requirements & configuration

Configuration: OPENAI_BASE_URLOPENAI_API_KEYOPENCLAW_CONFIG_PATH

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

openai whisper api

Source

Repository: https://github.com/steipete/clawdis

openai-whisper-api FAQ

What does the openai-whisper-api skill do?

OpenAI Audio Transcriptions API via curl; gpt-4o-transcribe, mini, diarize, or whisper-1. Model: gpt-4o-transcribe Output: <input>.txt

What does openai-whisper-api require?

Configuration keys: OPENAI_BASE_URL, OPENAI_API_KEY, OPENCLAW_CONFIG_PATH.

How do I install openai-whisper-api?

Run: npx -y skills add https://github.com/steipete/clawdis --skill openai-whisper-api --agent claude-code — the source lives at github.com/steipete/clawdis.

Maintain openai-whisper-api?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[openai-whisper-api on getagentictools](https://getagentictools.com/skills/steipete-clawdis-openai-whisper-api?ref=badge)
npx agentictools info skills/steipete-clawdis-openai-whisper-api

The second line is the CLI lookup for this page — handy in READMEs and docs.