Sarvam

sarvam-105b

sarvam/sarvam-105b
Context

128K

Input

text

Output

text

Tool calling

Supported

About this model

Sarvam-105B is an advanced Mixture-of-Experts (MoE) model with 10.3B active parameters, designed for superior performance across a wide range of complex tasks. It is highly optimized for complex reasoning, with particular strength in agentic tasks, mathematics, and coding.

Input modalities

text

Accepted as model input

Providers

Available routing options for this model through OneInfer.

Available

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice

Performance

Published evaluation results associated with this model.

Reasoning & Logic

Math50098.6
LiveCodeBench71.7
GPQA58.2

Agentic Workflows

Tau268.3
ToolBench84.1

General Knowledge (MMLU)

MMLU_Global83.4
MMLU_Indic79.2

Language Proficiency

Indic_Bench_Hindi91.5
Indic_Bench_Tamil88.3
Indic_Bench_Bengali87.9

API example

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