🎁 新人 免费注册,送 10 次调用,最高 $1,免绑卡。

Chirp 2

Google transcription
价格$0.016/min

厂商牌价,无平台加价,按量付费。 以下为官方 list 价。登录客户可在 /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.

30 秒用上 Chirp 2

OpenAI 兼容:换掉 base_url,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)

关于 Chirp 2

准确率与速度优于前代
词级时间戳与语音翻译
音频从不足一分钟到八小时

Chirp 2 是 Google Cloud 的多语言自动语音识别模型,通过 Speech-to-Text v2 API 提供。

  • Google 称它在准确率和速度上均优于初代 Chirp,并新增词级时间戳、模型自适应(短语偏置)和语音翻译。
  • 它提供自动标点与大小写、带自动语言检测的语言无关转写以及脏话过滤,支持流式、同步和批量识别,可处理从不足一分钟到八小时的音频。
  • Synthorai 通过其 OpenAI 兼容音频端点提供 Chirp 2 转写。

规格与限制

模态audio → text
特性streaming · batch
音频限制Auto-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
备注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.

依据 Google 官方文档 ↗

常见问题

Chirp 2 API 可以免费试用吗?

可以。新账号可获得 10 次试用调用和最高 $1 的免费额度,无需绑卡。足够在添加付款方式之前,用真实工作负载试一试 Chirp 2。

Chirp 2 最擅长什么?

准确率与速度优于前代,以及词级时间戳与语音翻译和音频从不足一分钟到八小时。完整能力请见 About 部分,内容取自厂商官方发布说明。

Chirp 2 的价格是多少?

在 Synthorai 上,Chirp 2 按转写音频每分钟 $0.016 计费,按量付费,无平台加价,无需订阅。

Chirp 2 支持哪些语言?

Chirp 2 支持 no diarization or language detection。在 Synthorai 上通过 POST /v1/audio/transcriptions 调用,即标准 OpenAI 转写 API 形态。

如何开通 Chirp 2?

把现有 OpenAI SDK 的 base_url 指向 "https://synthorai.io/v1",model 设为 "chirp-2" 即可。一把 API key 通用网关上的全部模型。

相关模型

免费获取 API key 算算你的成本 →