AICredits logo
openaisttFree

OpenAI: Whisper-1

openai/whisper-1

OpenAI speech-to-text transcription model.

Supported APIs

Transcriptions APITranscription
Provider
openai
Pricing
$0.0060/min
Format
Transcription
Languages
Multilingual

Pricing

Rate
$0.0060/min
In INR
₹0.600/min
incl. forex + markup

Speech-to-text transcription is billed per minute of audio input, not per token.

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.