惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

A
About on SuperTechFans
Y
Y Combinator Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Microsoft Security Blog
Microsoft Security Blog
aimingoo的专栏
aimingoo的专栏
I
InfoQ
C
Check Point Blog
IT之家
IT之家
MyScale Blog
MyScale Blog
Apple Machine Learning Research
Apple Machine Learning Research
Vercel News
Vercel News
Last Week in AI
Last Week in AI
GbyAI
GbyAI
P
Proofpoint News Feed
量子位
Stack Overflow Blog
Stack Overflow Blog
Microsoft Azure Blog
Microsoft Azure Blog
月光博客
月光博客
阮一峰的网络日志
阮一峰的网络日志
人人都是产品经理
人人都是产品经理
B
Blog
T
The Blog of Author Tim Ferriss
H
Help Net Security
云风的 BLOG
云风的 BLOG

Runpod Blog.

DeepSeek V4 in the wild, and how to run it on Runpod New Runpod datacenter now live: AP-IN-1 Track GPU spend across your team with Cost Centers The GPU supply supercycle is here. Here’s what AI builders need to know. Community Spotlight: One-click AI image and video generation on Runpod with SwarmUI | Runpod Blog Community Spotlight: LoRA Pilot Data Prep to Inference Introducing the Runpod Assistant: Manage Your Cloud GPU Resources with Natural Language OpenAI's Parameter Golf: Train the Best Language Model That Fits in 16MB on Runpod LLM inference optimization: techniques that actually reduce latency and cost Pruna P-Video and Vidu Q3 public endpoints now available on Runpod Runpod brand spelling guide Quickstart - Runpod Documentation The AI market looks nothing like the narrative Training StyleGAN3 with Vision-Aided GAN on Runpod KoboldAI – The Other Roleplay Front End, And Why You May Want to Use It How to Connect Cursor to LLM Pods on Runpod for Seamless AI Dev Community Spotlight: How AnonAI Scaled Its Private Chatbot Platform with Runpod Prompt Scheduling with Disco Diffusion on Runpod Runpod's Latest Innovation: Dockerless CLI for Streamlined AI Development Run Your Own AI from Your iPhone Using Runpod Introducing Flash: Run GPU workloads on Runpod Serverless: No Docker required Use Claude Code with your own model on Runpod: No Anthropic account required Avoid Errors by Selecting the Proper Resources for Your Pod What hackers built on Runpod at TreeHacks 2026 Easily Back Up and Restore Your Pod with Cloud Sync + Backblaze B2 The Complete Guide to GPU Requirements for LLM Fine-Tuning AI Guides, Tutorials & GPU Infrastructure Insights | Runpod Your first Claude Code project within Runpod: a complete setup guide 10 billion Serverless requests and counting Building for resilience: Runpod’s response to the AWS us-east-1 outage
Transcribe and translate audio files with Faster Whisper
Eliot Cowley · 2025-10-29 · via Runpod Blog.

Transcribe and translate audio files with Faster Whisper

Whisper is an automatic speech recognition (ASR) system that OpenAI developed to transcribe and translate spoken language into written text. You can use it for subtitling videos, translating podcasts, providing real-time captions in meetings, and other audio processing tasks.

Faster Whisper is an optimized implementation of Whisper that significantly enhances the speed and efficiency of audio transcription, making it up to four times faster than the original Whisper model while maintaining similar accuracy levels. It also consumes less memory and is cheaper than the original Whisper due to the performance improvements.

The following table lists examples of Faster Whisper processing audio files faster than Whisper:

Transcription speed comparison: Whisper vs Faster-Whisper
Audio clip Length Whisper time Faster-Whisper time Times faster
Football as a source of revenue 0:51 9.917s 3.462s 2.86×
GoTranscript transcription test 3:01 44.309s 13.172s 3.36×
Driving in the U.S. 6:13 1:06.018 22.107s 2.99×
Speech by Fiorello H. La Guardia 15:46 2:12.299 44.854s 2.95×
Interview of Matthew C. Weiss 29:33 5:53.186 1:45.952 3.33×
Interview of Peter A. and Sharen Gendebien 1:28:02 17:35.431 4:39.680 3.77×
Interview of Brock Robert McIntosh 3:14:34 40:32.268 11:16.872 3.59×

Note: “Times faster” = Whisper time ÷ Faster-Whisper time.

Runpod provides a serverless template for Faster Whisper that you can deploy, whose endpoint you can call from your projects to process audio files. OpenAI charges users of Whisper based on the length of the audio file; however, since Runpod only charges based on actual execution time, and Faster Whisper is much more performant than Whisper, Runpod’s solution is also much cheaper.

The following table shows how much cheaper it is to process the audio clips from the previous table using Faster Whisper on Runpod:

Transcription cost comparison: OpenAI Whisper vs Runpod Faster-Whisper
Audio clip Length OpenAI Whisper cost ($) Runpod Faster-Whisper cost ($) Times cheaper
Football as a source of revenue 0:51 $0.0051 $0.0009 5.89×
GoTranscript transcription test 3:01 $0.0181 $0.0033 5.50×
Driving in the U.S. 6:13 $0.0373 $0.0055 6.75×
Speech by Fiorello H. La Guardia 15:46 $0.0942 $0.0112 8.44×
Interview of Matthew C. Weiss 29:33 $0.1773 $0.0265 6.69×
Interview of Peter A. and Sharen Gendebien 1:28:02 $0.5282 $0.0699 7.55×
Interview of Brock Robert McIntosh 3:14:34 $1.1674 $0.1692 6.90×

Note: “Times cheaper” = OpenAI Whisper cost ÷ Runpod Faster-Whisper cost.

Now that we’ve seen how much faster and cheaper Faster Whisper on Runpod is compared to Whisper, let’s deploy an endpoint using Runpod Serverless and try it out.

What you’ll learn

In this blog post you’ll learn how to:

  • Deploy the Faster Whisper endpoint on Runpod using Serverless for automated transcription
  • Call your deployed endpoint from Python to transcribe audio files
  • Experiment with different Whisper models and translation settings to customize transcription output.

Requirements

1. Deploy the Faster Whisper endpoint

  1. Log in to the Runpod Console.
  2. In the left sidebar, under The Hub, select Serverless Repos.

Runpod console home dashboard with Serverless Repos highlighted in the sidebar

  1. Search for “Faster Whisper” and select it (or go directly to the template with this link).

Runpod Hub search results with the Faster Whisper serverless repo highlighted

  1. Select Deploy <VERSION NUMBER>. The version number you see may be different from the one in this screenshot.

Faster Whisper listing in the Runpod Hub with the Deploy button highlighted

  1. A dialog opens saying that we have to configure the environment variables. Select Next.
  2. We’ll deploy this template as an endpoint using Runpod Serverless so we don’t have to manage a whole pod and can just call the endpoint from code. Leave the Deployment Type as Endpoint and select Create Endpoint.

Deploy Faster Whisper dialog with Endpoint type selected and Create Endpoint highlighted

  1. You should see a notification saying that the endpoint was successfully deployed, and the endpoint’s Overview page should open.

Runpod console Faster Whisper endpoint overview with a Python quick start example

2. Transcribe an audio file

  1. Let’s call our endpoint from code. The template page has an example request that we can use:
    {
    "input": {
    "audio":
    "https://github.com/runpod-workers/sample-inputs/raw/main/audio/gettysburg.wav",
    "model": "turbo"
     }
    }

    audio

    is the URL of the audio file. model is the Whisper model that will process the audio. turbo is an optimized version of large-v3.
  1. Explore the sample-inputs GitHub repository and browse the sample audio files. Select a file, and then select the “more” button (three dots), then Download to download the file. Listen to the files and choose one you like.

GitHub sample-inputs repository with the Download option highlighted for gettysburg.wav

  1. Open your endpoint’s overview page. Under Quick Start, select Python and POST /runsync in the dropdowns. /runsync waits for the job to complete before returning the response, whereas /run returns immediately. Copy the code example.

Runpod console quick start showing a Python runsync example with the copy button highlighted

  1. Open your preferred code editor (for example, VSCodium) and create a new Python file. Paste the code example into the file.
  2. Replace YOUR_API_KEY with your Runpod API key.
  3. Replace the data variable with the following:

    data = {
    "input": {
    "audio": "<AUDIO URL>",
    "model": "turbo"
      }
    }

  4. Replace <AUDIO URL> with the GitHub URL of the audio file that you want to process (for example, https://github.com/runpod-workers/sample-inputs/blob/main/audio/gettysburg.wav).
  5. Add some print statements to print out the response code and the response body:

    print(response)
    print(response.text)

  6. The complete code should now look like this:

    import requests

    headers = {
    'Content-Type': 'application/json',
    'Authorization': 'Bearer <YOUR API KEY>'
    }

    data = {
    "input": {
    "audio": "<AUDIO URL>",
    "model": "turbo"
      }
    }

    response = requests.post('<YOUR ENDPOINT URL>', headers=headers, json=data)

    print(response)
    print(response.text)

  7. Run the program in a terminal:
    python <YOUR PYTHON FILENAME>
  8. You should get output similar to the following:
    <Response [200]>
    {"delayTime":876,"executionTime":1034,"id":"sync-ed422376-d952-4b83-8365-68831ab24a62-u1","output":{"detected_language":"en","device":"cuda","model":"turbo","segments":[{"avg_logprob":-0.09318462171052631,"compression_ratio":1.3888888888888888,"end":5.22,"id":1,"no_speech_prob":0,"seek":0,"start":0,"temperature":0,"text":" Four score and seven years ago, our fathers brought forth on this continent a new nation,","tokens":[50365,7451,6175,293,3407,924,2057,11,527,23450,3038,5220,322,341,18932,257,777,4790,11,50626]},{"avg_logprob":-0.09318462171052631,"compression_ratio":1.3888888888888888,"end":9.82,"id":2,"no_speech_prob":0,"seek":0,"start":5.68,"temperature":0,"text":" conceived in liberty and dedicated to the proposition that all men are created equal.","tokens":[50649,34898,294,22849,293,8374,281,264,24830,300,439,1706,366,2942,2681,13,50856]}],"transcription":"Four score and seven years ago, our fathers brought forth on this continent a new nation, conceived in liberty and dedicated to the proposition that all men are created equal.","translation":null},"status":"COMPLETED","workerId":"zgxyuf5sijpymo"}

  9. The response is a little hard to read like this, so paste it into a new JSON file and format it. Look for the transcription field and check that it matches the audio in the file:
    "transcription":"Four score and seven years ago, our fathers brought forth on this continent a new nation, conceived in liberty and dedicated to the proposition that all men are created equal."

Next steps

Congratulations! You automatically transcribed an audio file using Faster Whisper and Runpod. Imagine how you could apply this to automate podcast transcriptions, video subtitles, real-time meeting translations - the possibilities are endless.

Now that you’ve transcribed a simple audio file, here are some other things to try next:

  • Change the model field to a different Whisper model and compare the results. Here are the available models. For more information on the different models, see Available models and languages.
    • tiny
    • base
    • small
    • medium
    • large-v1 
    • large-v2 
    • large-v3 
    • distil-large-v2 
    • distil-large-v3 
    • turbo

Translate an audio file from a different language to English. You must set the translate field to True. You can also set language to the language code of the audio file, or leave it out to have Faster Whisper detect the language automatically.

Author profile: Eliot Cowley

The Chips Got Faster. The Stack Didn't.

The Chips Got Faster. The Stack Didn't.

Explore why faster chips have shifted the bottleneck to AI infrastructure, and what that means for teams running production workloads.

All

Multi-Instance GPUs on Runpod: Stop Paying for Compute You Don't Need

Multi-Instance GPUs on Runpod: Stop Paying for Compute You Don't Need

With MIG, we can partition RTX 6000 Pro cards into isolated 24 GB instances. Here's when it makes sense for your workloads.

All

OpenAI Parameter Golf: what 1,100 researchers built in six weeks

OpenAI Parameter Golf: what 1,100 researchers built in six weeks

How 1,100 researchers beat OpenAI's own baseline with 16 megabytes and 10 minutes.

All

Build what’s next.

Build, train, and scale AI workloads on Runpod with cloud GPUs, Serverless, and Clusters.