Command Palette

Search for a command to run...

AITechnologyBusiness#Sovereign AI#Indic LLMs#Sarvam AI#Krutrim#IndiaAI Mission#Artificial Intelligence#Machine Learning

Inside the Race for Sovereign AI: How Indian Labs Are Engineering Native Indic LLMs

Indian labs like Sarvam AI and Krutrim are building native Indic LLMs to overcome token penalties, Western bias, and compute bottlenecks under the IndiaAI Mission.
Varta Brief Team
Varta Brief TeamStaff Writer
6 min read
Share this briefing
Inside the Race for Sovereign AI: How Indian Labs Are Engineering Native Indic LLMs
Indian labs like Sarvam AI and Krutrim are building native Indic LLMs to overcome token penalties, Western bias, and compute bottlenecks und...

For years, using artificial intelligence in Indian languages meant navigating an inefficient workaround. Western foundation models, trained predominantly on English and Romance-language corpuses, treated Indian scripts as afterthoughts. Translating a query into English, generating a completion, and translating it back frequently produced unnatural phrasing, cultural mismatches, and inflated computing costs.

A domestic counter-movement has gathered serious momentum. Driven by domestic research labs, well-capitalized startups, and the government's ₹10,372 crore IndiaAI Mission, the push for sovereign AI has shifted from conceptual debate to operational silicon and models. Indian engineering teams are training foundational architectures directly on Indic languages, fundamentally altering how enterprise workflows, public services, and voice-first applications operate across the subcontinent.

The Technical Tax: Why Global LLMs Struggle with Indian Languages

The fundamental barrier for Indian languages in mainstream AI architectures lies in the tokenizer. Standard tokenizers, such as byte-pair encoding algorithms trained heavily on Latin scripts, compress English words into compact tokens of roughly four characters.

When these same algorithms parse non-Latin writing systems—such as Devanagari, Tamil, Telugu, or Bengali—they fragment individual characters, conjuncts, and vowel diacritics into multiple disjointed byte tokens.

This discrepancy creates two acute engineering liabilities:

  • The Token Inefficiency Tax: A prompt written in Hindi or Kannada can consume three to five times more tokens than its direct English equivalent. Because commercial API providers charge per token processed, Indian enterprises face disproportionate inference bills for native-language interactions.
  • Context Window Degradation: A model with an 8,000-token context window might parse a 6,000-word English brief, but it will choke on a 1,800-word Hindi document because the token budget is exhausted far earlier in the sequence.

Native Indic foundation models solve this root problem by constructing custom tokenizers with expansive Indic vocabularies. By assigning distinct, single-token representations to complex syllabic ligatures and common regional words, models cut processing latency, preserve attention spans, and slash inference expenses for local developers.

Key Contenders in the Indic Model Landscape

Several domestic organizations have introduced distinct model architectures tailored to linguistic nuance, compute constraints, and voice-first interaction patterns.

Sarvam AI

Backed by early venture funding and strategic investment from HCLTech, Sarvam AI emerged as a primary partner under the IndiaAI Mission. The team's work centers on efficient parameter allocation and end-to-end multi-modal pipelines.

Rather than solely scaling dense parameter weights, Sarvam open-sourced architectures such as Sarvam-30B and Sarvam-105B using Mixture-of-Experts (MoE) designs. MoE allows a model to route tokens dynamically through specialized subnetworks, keeping active parameter counts and inference compute manageable while maintaining deep domain knowledge across more than 10 major Indian languages.

Crucially, Sarvam recognized that written text represents only part of India's communication reality. A massive segment of the population interacts with technology primarily through speech. Consequently, the lab prioritizes voice and document processing models (including custom text-to-speech tools like Bulbul and specialized optical character recognition) alongside core reasoning engines.

Ola's Krutrim

Krutrim took an early infrastructure-first stance, establishing itself as an AI cloud and foundational model developer. Its early Krutrim-1 and subsequent Krutrim-2 models were trained across a multilingual token corpus addressing 22 scheduled Indian languages.

Beyond language understanding, Krutrim’s strategy emphasizes an integrated technology stack—coupling domestic data center capacity, edge model deployments for automotive interfaces, and developer-facing APIs designed to keep training data strictly within Indian borders.

Open-Source Research: AI4Bharat

Based out of IIT Madras, the open-source research initiative AI4Bharat (working alongside the government’s Digital India Bhashini Division) remains the academic backbone of Indic natural language processing. Models such as Airavata and IndicBERT laid the open-source groundwork, releasing curated multi-dialect datasets and phonetic transliteration engines that commercial entities adapt into production pipelines.

Global Giants vs. Native Indic Builders

Feature / Metric

Global Frontier Models (GPT-4o, Claude 3.5, Gemini 1.5)

Native Indic Models (Sarvam, Krutrim, Bhashini)

Tokenizer Design

Optimized for English/Latin scripts; high token fragmentation on Indic text

Custom tokenizers built around aksharas and regional phonetic structures

Compute/Cost Efficiency

Expensive per native-language query due to high token count

Optimized per-query cost; substantially lower token multiplier

Dialect & Code-Mixing

Struggles with Hinglish, Tanglish, and local slang variations

Trained explicitly on code-switched, conversational colloquialisms

Data Governance

Ingested into global data processing pipelines unless air-gapped

Complies natively with Digital Personal Data Protection (DPDP) residency rules

General Reasoning & Math

World-class, benchmark-topping multi-step abstract reasoning

Rapidly catching up on general logic, but prioritized for localized deployment

The Infrastructure Hurdle: Subsidized Compute and the IndiaAI Mission

Algorithmic innovation cannot bypass hardware physics: training competitive foundational models requires tens of thousands of modern accelerator chips.

Historically, Indian startups faced a crippling compute deficit compared to Silicon Valley hyperscalers. To bridge this divide, the Ministry of Electronics and Information Technology (MeitY) structured the IndiaAI Mission around private-public infrastructure syndication.

Instead of purchasing and maintaining a state-operated supercomputer, the government empaneled private infrastructure operators—including Yotta Data Services, Tata Communications, and Reliance Jio—to aggregate GPU clusters.

By subsidizing the operating cost down to roughly $1 per GPU-hour, domestic developers can train and fine-tune models on Nvidia H100 and H200 chips at a fraction of commercial global rates. This subsidy mechanism shields early-stage research teams from consuming their entire capital reserves on raw hardware rental.

Cultural Context, Dialects, and Code-Mixing

Real-world communication across India rarely matches textbook grammar. Everyday conversation relies heavily on code-mixing: blending Hindi and English into Hinglish, or weaving Tamil syntax with modern technical jargon.

Western models trained predominantly on formal publications struggle to interpret colloquial sentiment, local metaphors, or administrative phrasing specific to state governments. When an administrative officer or village citizen speaks into a conversational agent, subtle dialectical differences dictate whether the model delivers accurate pension guidance or Hallucinates procedural errors.

Indic models leverage data engines like AIKosh—a public repository of curated linguistic data—to train on real-world voice recordings, local legal filings, regional press archives, and conversational transcripts. By ingesting local vernaculars natively, these networks parse context that literal machine translation engines regularly miss.

What Lies Ahead for Domestic AI Development

The domestic model ecosystem is moving beyond generic consumer chatbots. The true commercial battleground centers on enterprise integration and population-scale digital public infrastructure.

Deployments are already expanding in three clear directions:

  1. Public Sector Integration: Integrating voice-interactive Indic models directly into government services like Aadhaar self-service kiosks, the Unified Payments Interface (UPI) ecosystem, and district agricultural advisory lines.
  2. Banking and Regulated Enterprise: Under India's Digital Personal Data Protection (DPDP) Act, enterprises managing financial, medical, or citizen records face stringent data governance rules. Native models deployed on local bare-metal servers eliminate the regulatory risk of sending sensitive customer prompts through offshore APIs.
  3. Domain-Specific Small Language Models (SLMs): Rather than attempting to match trillion-parameter general models, the immediate market demand favors 2B- to 14B-parameter models that run efficiently on local hardware or mobile processors, purpose-built for legal research, vernacular tax filing, and localized customer support.

Developing sovereign language models is not an exercise in digital nationalism; it is a pragmatic operational necessity. As artificial intelligence embeds itself into the foundation of governance, commerce, and everyday communications, the systems serving a billion diverse speakers must understand their language natively, from the first token to the last.

Varta Brief

Varta Brief Editorial Desk

• Newsroom Staff

Dedicated to objective, deep, and fact-verified reporting across technology, science, world affairs, and modern markets.

Follow Varta Brief on Google

Add Varta Brief as a preferred source to see our verified stories and daily briefings in Google Top Stories and Discover.

Add as a preferred source on Google

Found this briefing insightful?

Share it with your colleagues and community.