1. Learn
  2. /
  3. Courses
  4. /
  5. Working with the OpenAI API

Exercise

Transcribing a non-English language

The Whisper model can not only transcribe English language, but also performs well on speech in many other languages.

In this exercise, you’ll create a transcript from audio.m4a, which contains speech in Portuguese.

Instructions

100 XP
  • Assign your API key to openai.api_key.
  • Open the audio.m4a file.
  • Create a request to the Audio endpoint to transcribe audio.m4a.