InferexAI
LLM · TTS · STT · MCP Server · Built by Enterux

One API. Every AI model
you need.

Language models, voice synthesis, speech recognition, and MCP-native integrations — all under one API, one key, and one INR wallet.

Start building free Try the playground

No credit card required · Free credits on signup · Live in under 2 minutes

3
Model categories
Py + Node
Native SDKs
MCP
Agent-native
INR ₹
Native billing
Built for every modality

One SDK. Text, voice,
and speech.

Install the InferexAI SDK and call any model — language, speech synthesis, or transcription — with the same interface.

example.py
pip install inferexai

from inferexai import InferexAI

client = InferexAI(api_key="ix-your-key")

# Chat completion
reply = client.chat("Hello!")

# Text-to-speech
audio = client.tts(text="Welcome back", voice="Karan")

# Speech-to-text
text = client.stt(file="audio.mp3", lang="hi-IN")
example.ts
npm install inferexai

import { InferexAI } from "inferexai"

const client = new InferexAI({ apiKey: "ix-your-key" })

// Chat completion
const reply = await client.chat("Hello!")

// Text-to-speech
const audio = await client.tts({ text: "Welcome", voice: "Simran" })

// Speech-to-text
const text = await client.stt({ file, lang: "en-IN" })
Platform

Everything you need to ship

01

Native Python & Node SDK

Install inferexai via pip or npm. Full type safety, streaming, and async-first design — purpose-built for production, not an adapter layer.

02

MCP Server — plug into any agent

Connect InferexAI as an MCP server to Claude, Cursor, or any MCP-compatible host. LLM, TTS, and STT exposed as tools your agent calls natively.

03

LLM, TTS & STT in one place

Chat completions, text-to-speech, and speech-to-text under one key. Pick the right model for each task — no separate accounts to manage.

04

Prepaid wallet + subscriptions

Top up via Razorpay UPI or card, or subscribe monthly. Pay only for what you use — all prices GST-inclusive, no surprise invoices.

05

Real-time usage analytics

Per-request token counts, latency, and cost breakdowns. Export usage as CSV/JSON for finance teams. Filter by key, model, or date range.

06

Scoped keys & access control

Issue keys with model scopes (chat, TTS, STT), expiry dates, and per-minute or daily rate limits. KYC-gated with immutable audit logs.

07

Teams & organisations

Create orgs, invite teammates, set spend caps per team. One wallet with full cost visibility across your entire organisation.

Playground

Test before you build

Try any model live — language, speech synthesis, transcription, or MCP tools — right from your browser, before writing a line of code.

InferexAI Playground
Chat
Text-to-Speech
Speech-to-Text
MCP
Model
gpt-4o
System prompt
You are a helpful assistant...
Temperature
0.7
What can you help me with?
I can help with language tasks, generate natural-sounding speech, transcribe audio in 10+ Indian languages, and integrate as an MCP tool inside your AI agent.
Type a message…
Open playground

Free account required · takes 30 seconds to sign up

Integration

Three ways to integrate

Pick the path that fits your stack — REST API, native SDK, or drop-in MCP server.

Option 1
REST API
  1. 1Sign up and get your API key
  2. 2POST to /v1/chat/completions, /v1/audio/speech, or /v1/audio/transcriptions
  3. 3Works from any HTTP client in any language
Option 2
Native SDK
  1. 1pip install inferexai or npm install inferexai
  2. 2client.chat() · client.tts() · client.stt()
  3. 3Full type safety, streaming, async-first
Option 3
MCP Server
  1. 1Add your InferexAI MCP server URL to your agent config
  2. 2LLM, TTS, and STT exposed as native agent tools
  3. 3Works with Claude, Cursor, and any MCP-compatible host
Pricing

Simple, transparent pricing

Every plan includes LLM, TTS, and STT models. All prices include 18% GST. Prefer no commitment? Top up your wallet anytime with no monthly subscription.

Starter
₹1,000
/month · incl. 18% GST
  • ₹1,000 API credits/month
  • LLM, TTS & STT models
  • API key management
  • Usage dashboard
  • Basic support
Get started
Growth
₹2,000
/month · incl. 18% GST
  • ₹2,000 API credits/month
  • LLM, TTS & STT models
  • API key management
  • Usage dashboard
  • Priority support
Get started
Most popular
Professional
₹5,000
/month · incl. 18% GST
  • ₹5,000 API credits/month
  • LLM, TTS & STT models
  • Usage export CSV/JSON
  • Priority support
  • Dedicated account manager
Get started
Enterprise
₹10,000
/month · incl. 18% GST
  • ₹10,000 API credits/month
  • LLM, TTS & STT models
  • SLA guarantee
  • Dedicated account manager
  • Custom integrations
Contact us

Subscriptions auto-renew monthly · Cancel anytime · Pay-as-you-go wallet also available

Ready to ship smarter?

Sign up in 30 seconds. Free credits on registration. Start calling models in under 2 minutes.

Create your free account

No credit card required