Rumored next-gen OpenAI speech-to-text model after Whisper v3. Expected to push word error rates lower across long-tail languages and noisy audio.
Rumored next-gen OpenAI speech-to-text model after Whisper v3. Expected to push word error rates lower across long-tail languages and noisy audio.
Why it matters: Transcription teams watch for "whisper 4" as the default benchmark for open/cheap STT.
Expected pricing: ~$0.006 per minute (unconfirmed)
Current OpenAI STT endpoint — identical API surface.
We'll auto-switch your API calls to Whisper 4 the moment it launches — no code changes required.
curl -X POST https://api.skillboss.co/v1/run \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"skill_id": "openai/whisper-1",
"input": {
"prompt": "Say hello from Whisper 4 — routed via SkillBoss"
}
}'Create a free SkillBoss account and we'll email you the moment routing is live — and automatically upgrade your API calls.
Create Free Account