What problem does it solve?
Chat completions using Sarvam AI LLMs (Sarvam-105B, Sarvam-30B). Handles AI chat, text generation, reasoning, coding, and multilingual conversations in Indian languages. OpenAI-compatible API. Use when building chatbots, Q&A systems, agents, or any LLM feature targeting Indian users.
Core Features & Use Cases
- Models: sarvam-105b (128K context) for complex reasoning and agentic workflows, sarvam-30b (64K) for real-time chat and conversational AI, sarvam-105b-32k (32K) for cost-efficient deployments, sarvam-30b-16k (16K) for lightweight use.
- OpenAI-compatible API surface with header-based authentication using api-subscription-key and base URL: https://api.sarvam.ai/v1
- Streaming support and multilingual conversations across Indian languages.
- Use cases include building chatbots, Q&A systems, agents, or any LLM-powered conversational feature for Indian users.
Quick Start
Call the Sarvam API's chat.completions with model sarvam-30b and a user message to obtain a reply.