Documentation

Models

The model catalogue, with IDs, context windows, and per-token pricing in ₹ INR.

Pass the model ID (the slug shown below) in the model field of your request. Prices are per 1,000 tokens for text and embeddings, and per image or per minute for image and speech models. Free-plan accounts can call the models marked Free; Developer and Pro plans unlock the rest.

{
  "model": "llama-3-70b-instruct",
  "messages": [{ "role": "user", "content": "Summarise this in one line." }]
}

Text generation

Model IDContextInput ₹/1KOutput ₹/1KPlan
mistral-7b-instruct32K0.802.40Free
llama-3-1-8b-instruct131K0.802.40Free
qwen3-5-9b131K0.802.40Developer
gpt-oss-20b32K1.604.80Developer
mistral-small-24b131K2.006.00Developer
mixtral-8x7b-instruct128K2.407.20Developer
qwen3-6-27b131K2.407.20Developer
qwen3-coder-30b131K2.407.20Developer
qwen3-32b131K2.808.40Developer
llama-3-70b-instruct128K3.209.60Developer
gpt-oss-120b32K4.0012.00Pro
qwen2-5-vl-72b131K4.0012.00Pro
qwen3-5-397b262K4.8014.40Pro

Embeddings, image & audio

Model IDTypePricePlan
nomic-embed-textEmbeddings₹0.40 / 1K tokensDeveloper
stable-diffusion-xlImage₹3.00 / imageDeveloper
whisper-large-v3Speech-to-text₹1.60 / minuteDeveloper

“Free” models are available on every plan. “Developer” models require a Developer or Pro account; “Pro” models require a Pro account. See Pricing & Billing for how charges are calculated, or the pricing page for plan details.