AICredits logo
sarvamFree

sarvam/bulbul-v3

sarvam/bulbul-v3

Supported APIs

Speech APISpeech
Provider
sarvam
Pricing
₹3.000/1K chars
Format
Speech
Output
Audio

Pricing

In INR
₹3.000/1K chars
incl. forex + markup

Text-to-speech is billed per 1,000 characters of input text, not per token.

Final INR price includes forex conversion and your plan markup.

INR prices include forex conversion and your plan markup.

Quickstart

Use sarvam/bulbul-v3 for audio transcription / speech via the OpenAI-compatible audio endpoint.

cURL
curl https://api.aicredits.in/v1/audio/speech \
  -H "Authorization: Bearer $AICREDITS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "sarvam/bulbul-v3",
    "input": "Hello from AICredits!",
    "voice": "alloy"
  }' \
  --output speech.mp3

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