sarvam/bulbul-v3Text-to-speech is billed per 1,000 characters of input text.
Final INR price includes forex conversion and your plan markup.
INR prices include forex conversion and your plan markup.
Use sarvam/bulbul-v3 for audio transcription / speech via the OpenAI-compatible audio endpoint.
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.mp3New here? Follow the quickstart guide or browse all models.