AICredits logo
openaisttFree

OpenAI: Whisper-1

openai/whisper-1

OpenAI speech-to-text transcription model.

Provider
openai
Pricing
Per minute
Format
Transcription
Languages
Multilingual

Pricing

Speech-to-text transcription is billed per minute of audio input. The rate depends on the model.

Final INR price includes forex conversion and your plan markup.

INR prices include forex conversion and your plan markup.

Quickstart

Use OpenAI: Whisper-1 for audio transcription / speech via the OpenAI-compatible audio endpoint.

cURL
curl https://api.aicredits.in/v1/audio/transcriptions \
  -H "Authorization: Bearer $AICREDITS_API_KEY" \
  -F model="openai/whisper-1" \
  -F [email protected]

New here? Follow the quickstart guide or browse all models.