🎁 New Sign up free, 10 calls on us. Up to $1, no card needed.

Chirp 2

Google transcription
Price$0.016/min

Provider list prices: no platform markup, pay-as-you-go. These are official list prices. Logged-in customers may see effective prices including workspace discounts on /console/pricing. Official Speech-to-Text V2 model id is chirp_2 (underscore); GA, with regional GA expansion (us-central1/europe-west4/asia-southeast1) on 2025-01-27; billed per audio.

Use Chirp 2 in 30 seconds

OpenAI-compatible: swap the base_url, keep your SDK. POST /v1/audio/transcriptions

from openai import OpenAI

client = OpenAI(
    base_url="https://synthorai.io/v1",
    api_key="sk-syn-...",
)

resp = client.audio.transcriptions.create(
    model="chirp-2",
    file=open("meeting.mp3", "rb"),
    language="en",
)
print(resp.text)

About Chirp 2

Improved accuracy and speed over its predecessor
Word-level timestamps and speech translation
Audio from under a minute to eight hours

Chirp 2 is Google Cloud's multilingual automatic speech recognition model, served through the Speech-to-Text v2 API.

  • Google positions it as improving on the original Chirp in both accuracy and speed while adding word-level timestamps, model adaptation (phrase biasing), and speech translation.
  • It offers automatic punctuation and capitalization, language-agnostic transcription with automatic language detection, and profanity filtering, and supports streaming, synchronous, and batch recognition for audio from under a minute up to eight hours.
  • Synthorai serves Chirp 2 transcription through its OpenAI-compatible audio endpoint.

Specs & limits

Modalitiesaudio → text
Featuresstreaming · batch
Audio limitsAuto-detected audio decoding; sync Recognize <1 min, BatchRecognize 1 min-8 hrs, StreamingRecognize for real-time; optional word-level timestamps; no diarization or language detection; speech translation supported
NotableOfficial Speech-to-Text V2 model id is chirp_2 (underscore); GA, with regional GA expansion (us-central1/europe-west4/asia-southeast1) on 2025-01-27; billed per audio.

per Google official docs ↗

FAQ

Is the Chirp 2 API free to try?

Yes: new accounts get 10 trial calls and up to $1 in free credit, no card required. That's enough to try Chirp 2 against your real workload before adding a payment method.

What is Chirp 2 best at?

Improved accuracy and speed over its predecessor, plus word-level timestamps and speech translation and audio from under a minute to eight hours. See the About section for the full picture from the vendor's own release notes.

How much does Chirp 2 cost?

Chirp 2 costs $0.016 per minute of audio transcribed on Synthorai: pay-as-you-go, no platform markup, no subscription.

Which languages does Chirp 2 support?

Chirp 2 supports no diarization or language detection. On Synthorai you call it through POST /v1/audio/transcriptions, the OpenAI transcription API shape.

How do I get access to Chirp 2?

Point your existing OpenAI SDK at base_url="https://synthorai.io/v1", set model="chirp-2", and you're done. One API key covers every model on the gateway.

Related models

Get your free API key Compare your cost →