Alara API

A pay‑as‑you‑go API for builders. Clean errors. Streaming. Org-owned keys.
₹60 / 1M input tokens
₹320 / 1M output tokens
Min top-up: ₹1000
Pricing uses a fixed conversion: $1 = ₹100.

Quick start

Create an org + key in the portal, then call the API.
curl -X POST "https://api.alara.co.in/api/v1/chat/completions" \
  -H "Authorization: Bearer YOUR_ALARA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"alara-nova-1","messages":[{"role":"user","content":"Hello"}]}'