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

product update

OpenAI Lists GPT-6 Astra Pro on OpenRouter: Same Model, Higher-Compute Reasoning Mode

GPT-6 Astra Pro, now listed on OpenRouter, is the existing GPT-6 Astra model configured to run with reasoning.mode set to 'pro' for higher-quality output on complex tasks. It carries a 1M-token context window and tiered pricing from $5/$25 to $20/$100 per million input/output tokens depending on the serving tier.

changelog

OpenAI Python SDK v3.10.0 Adds Support for GPT Image 2.5 and API Key Expiration Fields

OpenAI released v3.10.0 of its official Python SDK, adding support for GPT Image 2.5 models and image generation options, plus new expiration fields for service-account API keys. The release does not include pricing, benchmark, or model card details.

model release

OpenAI Launches GPT-Image 2.5 With Two New API Models: Sunburst and Flare

OpenAI has released ChatGPT Images 2.5, introducing two new API model IDs — gpt-image-2.5-sunburst and gpt-image-2.5-flare — with improved multi-turn instruction following and better preservation of subjects from reference photos. OpenAI says its image models have now generated more than 3 billion images across ChatGPT and the API.

model release

OpenAI Launches ChatGPT Images 2.5, Cuts Generation Latency by Up to 50%

OpenAI has released ChatGPT Images 2.5, an upgrade to its image generation system that cuts latency by up to 50% compared to Images 2.0 and improves multi-turn editing accuracy. The company also launched two API-accessible models, GPT-Image-2.5 Flare and Sunburst, for developers.

Comments

Loading...