Speech-to-Text API 2026: Hunyuan ASR at Half the Price of Whisper

$0.003/min transcription with timestamps and a built-in SRT subtitle URL - strong on Chinese and mixed-language audio.

Half the price of Whisper, with subtitles included: OpenAI’s Whisper API (whisper-1) is $0.006 per minute ($0.36/hour). NovAI runs Tencent Hunyuan ASR 3.0 at about $0.003 per minute — roughly 50% cheaper — and returns word/sentence timestamps plus an SRT subtitle URL in the same call. For multilingual audio with automatic language detection, WAND ASR v1 runs at about $0.007/min.

NovAI speech-to-text models

ModelPer minuteStrength
hy-asr-3.0-preview (Tencent Hunyuan)$0.003Accurate transcription, timestamps + SRT, strong on Chinese
wand-asr-v1 (Tencent WAND)$0.007Multilingual + automatic language detection

NovAI vs OpenAI Whisper

NovAI (Hunyuan ASR)OpenAI Whisper
Price per minute$0.003$0.006
Price per hour$0.18$0.36
TimestampsYes (word / sentence)Yes (verbose_json)
SRT subtitle outputBuilt-in URLAssemble yourself
Chinese / CJK accuracyNative-strongGood

Source: OpenAI lists whisper-1 transcription at $0.006/min ($0.36/hour). NovAI’s ASR is token-billed at $1.54/1M upstream, reconciled to real audio duration; the per-minute figures above are the live references.

What 100 hours of audio costs

Transcribe audio (OpenAI-compatible)

curl https://aiapi-pro.com/v1/audio/transcriptions \
  -H "Authorization: Bearer $NOVAI_API_KEY" \
  -F model=hy-asr-3.0-preview \
  -F [email protected]
# -> { "text": "...", "segments": [ { "start": 0.0, "end": 4.2, "text": "..." } ],
#      "srt_url": "https://.../subtitles.srt" }

The endpoint mirrors OpenAI’s /v1/audio/transcriptions, so existing Whisper client code often works by changing only the base URL and the model name.

When to pick which

  1. Chinese / CJK or mixed-language audio, or you need SRT: Hunyuan ASR at $0.003/min — cheaper and subtitle-ready out of the box.
  2. Unknown-language audio needing auto detection: WAND ASR v1.
  3. You are already locked into OpenAI billing and only transcribe English: Whisper remains fine, at about twice the per-minute cost.

Try every model in this article with one API key

NovAI gives you OpenAI-compatible access to 85 Chinese frontier models — video, image, 3D, audio and chat — on a prepaid balance with no subscription and zero platform fee. $2 free credit on signup, no card required.

Start Free →
Zhipu AI Ecosystem Partner Volcano Engine Ecosystem Partner Tencent Cloud Ecosystem Partner