VedSAAS Knowledge Base

Everything you need to know about building with VedSAAS

Introduction

VedSAAS is India's first AI platform specifically designed for Indian languages and cultural context. Built from the ground up to understand the nuances of 22+ Indian languages, VedSAAS provides intelligent, context-aware responses that truly understand your users.

ЁЯТб Did you know? VedSAAS processes over 14,000 tokens per second and maintains 99.9% uptime.

Installation

NPM

npm install @vedsaas/sdk

Python

pip install vedsaas

CDN

<script src="https://cdn.vedsaas.com/sdk/v1/vedsaas.min.js"></script>

Quick Start

Get started with VedSAAS in under 5 minutes:

1. Initialize the SDK

import { VedSAAS } from '@vedsaas/sdk';

const ved = new VedSAAS({
  apiKey: 'YOUR_API_KEY',
  mode: 'hindi-vani'
});

2. Send a Message

const response = await ved.chat({
  message: "рдирдорд╕реНрддреЗ, рдХреИрд╕реЗ рд╣реИрдВ рдЖрдк?"
});

console.log(response.text);
тЪая╕П Important: Never expose your API key in client-side code. Use environment variables or server-side proxies.

AI Modes

VedSAAS offers 57 specialized AI modes. Here are the most popular:

Hindi-Vani

Natural conversations in Hindi with cultural context and idioms

mode: "hindi-vani"

VedaLogic

Ancient wisdom meets modern reasoning for deep insights

mode: "vedalogic"

Math-Rishi

Advanced mathematical problem solving with step-by-step explanations

mode: "math-rishi"

Supported Languages

VedSAAS supports 22+ Indian languages:

Hindi
Tamil
Telugu
Bengali
Marathi
Gujarati
Kannada
Malayalam
Punjabi
Odia
Assamese
+11 more