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.
Use sarvam/bulbul-v2 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-v2",
"input": "Hello from AICredits!",
"voice": "alloy"
}' \
--output speech.mp3New here? Follow the quickstart guide or browse all models.