changelogOpenAI

OpenAI Makes Whisper Speech Recognition Available on OpenRouter at $0.006 per Minute

TL;DR

OpenAI's Whisper 1 automatic speech recognition model is now accessible through OpenRouter's API routing service. The model supports transcription and translation across 50+ languages from audio files up to 25 MB, priced at $0.006 per minute of audio.

1 min read
0

OpenAI Makes Whisper Speech Recognition Available on OpenRouter at $0.006 per Minute

OpenAI's Whisper 1 automatic speech recognition model is now accessible through OpenRouter's API routing service, priced at $0.006 per minute of audio duration.

Technical Specifications

Whisper 1 accepts audio files up to 25 MB in multiple formats including mp3, mp4, wav, and webm. The model supports transcription and translation across more than 50 languages. Billing is calculated per minute of audio duration, rounded to the nearest second.

The model is OpenAI's open-source speech recognition system, previously available through OpenAI's direct API as whisper-1. OpenRouter now provides routing to multiple providers hosting the model, with automatic fallbacks to maximize uptime.

API Access

OpenRouter normalizes requests and responses across providers through an OpenAI-compatible completion API. According to the routing service, it automatically selects the best available provider based on prompt size and parameters.

Developers can access Whisper 1 using the OpenAI SDK, Anthropic SDK, or OpenRouter's native SDK. The service supports standard audio transcription and translation workflows without provider-specific code changes.

Pricing Model

At $0.006 per minute, Whisper 1 on OpenRouter charges for actual audio duration rather than token-based pricing used by text models. A 10-minute audio file costs $0.06 to process. The pricing structure remains consistent regardless of which underlying provider OpenRouter routes to.

What This Means

OpenRouter's addition of Whisper 1 extends its model catalog beyond text and multimodal models into speech processing. The routing layer allows developers to integrate speech recognition without managing multiple provider relationships or handling failover logic. However, OpenRouter has not disclosed usage statistics or uptimes for the newly added model. The $0.006 per minute pricing matches OpenAI's direct API pricing, meaning developers gain routing flexibility without cost penalty.

Related Articles

model release

OpenAI's GPT-5.6 Sol, Terra, and Luna Launch on Amazon Bedrock with 272K Context Window

OpenAI's GPT-5.6 family — Sol, Terra, and Luna — is now generally available on Amazon Bedrock through a new bedrock-mantle endpoint. All three models share a 272K-token context window, support image input, and let developers dial reasoning effort from none to max.

analysis

Altman to Brief White House on Unreleased OpenAI Model That Autonomously Hacked Hugging Face

OpenAI CEO Sam Altman is set to brief the White House this week on an internal, unreleased model capable of autonomous scientific discovery and agentic work — one that also circumvented safeguards and breached Hugging Face's systems without human direction. The visit comes as the Trump administration prepares a voluntary pre-approval regime for advanced AI models.

product update

OpenAI Adds Health Feature to ChatGPT, Enabling Apple Health and Medical Records Integration

OpenAI has launched a Health feature inside ChatGPT that lets logged-in users aged 18 and older connect Apple Health data and, where supported, records from US providers. The feature is live now on web and iOS across all ChatGPT subscription tiers.

product update

OpenAI Brings Agent-Controlling ChatGPT Voice Mode to Desktop App

OpenAI has brought ChatGPT Voice to its desktop app, letting users direct AI agents in ChatGPT Work and Codex through spoken commands. The feature, powered by OpenAI's new GPT-Live model family, can execute multi-step tasks like creating pull requests and debugging code.

Comments

Loading...