sarvam

saaras:v3

Context

N/A

Input

audio

Output

text

Tool calling

Not listed

About this model

Saaras v3 is a state-of-the-art speech recognition and translation model. It natively supports streaming for real-time applications and features specialized modes for transcription, direct-to-English translation, and transliteration. It is specifically tuned for noisy environments and complex code-mixed (e.g., Hindi-English) speech.

Capabilities

audio

Available through the unified API

text

Available through the unified API

Quick start

View API docs
curl https://api.oneinfer.ai/v1/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "fc41880c5d6c48c19d5f054e2e1bfdfd",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'

Providers

Available routing options for this model through OneInfer.

sarvam

fc41880c5d6c48c19d5f054e2e1bfdfd

Available

Input

$0.000 / 1M

Output

$0.000 / 1M

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$0.000 / 1M
Output tokens$0.000 / 1M

Performance

Published evaluation results associated with this model.

Accuracy

IndicVoices WER (%)19.3
Telephony WER (%)21.5

Latency

Time to First Token (ms)150
Real-time Factor0.12

API example

curl https://api.oneinfer.ai/v1/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "fc41880c5d6c48c19d5f054e2e1bfdfd",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'