तपाईंको AI साथी — YOUR AI COMPANION
One login for hundreds of AI models — GPT, Claude, Gemini, Llama and more. Top up with eSewa, Khalti, or card. No USD card. No foreign billing.
Top up credits with eSewa or Khalti in seconds — or card via Stripe from anywhere.
Transparent per-token prices in rupees. Start free. No FX surprises.
OpenAI-compatible. Point any SDK at our base URL — your code doesn't change.
Chat free forever, or get a credit package — cheaper than ChatGPT Go, paid in rupees.
Need more? Top up any amount from रू200. Developers get the same credits via the OpenAI-compatible API.
Fair question. If you have a USD credit card and only want one provider, go direct. Here's what AIsathi changes:
| AIsathi | Going direct | |
|---|---|---|
| Payment | eSewa, Khalti, or any card — in NPR | USD credit card only |
| Accounts | One login for every model | Separate account per provider |
| Models | GPT, Claude, Gemini, Llama + 340 more | One vendor's models |
| Starting cost | Free models, no card needed | $5+ minimum, card upfront |
| Switching models | Change one word in your request | Rewrite your integration |
Don't overthink it — the playground has these as one-click presets.
Homework, translations, quick answers. From रू44 per million tokens.
Claude Sonnet 5 — essays, documents, real programming help.
Claude Fable 5 — deep reasoning for research and complex work.
Say "make an image of…" or "write a cover letter" — the playground routes it.
curl https://aisathi.io/api/v1/chat/completions \
-H "Authorization: Bearer np-your-key" \
-H "Content-Type: application/json" \
-d '{
"model": "openai/gpt-4o-mini",
"messages": [{"role": "user", "content": "नमस्ते!"}]
}'Yes. AIsathi is live — every chat message is metered and billed to the paisa through our credit ledger, and the playground, API, and dashboard all run on the same production gateway. Try a free model right now without paying anything.
You top up credits in Nepali rupees via Khalti or eSewa (or an international card via Stripe). Credits are spent per token at the NPR prices shown on the models page — no subscription required, no hidden FX fees.
Signed-in chats are stored in your account so they sync across devices — only you can read them. Prompts are passed to the model provider you chose to generate the answer. We never sell your data and never use your chats to train models. See our privacy policy.
26+ models are completely free to chat with after signup — no card, no top-up. Free models are best-effort (they can be busy at peak times). Paid models unlock when you add credits.
340+ models through one gateway: OpenAI (GPT-5.x), Anthropic (Claude Fable, Sonnet, Haiku), Google (Gemini), Meta (Llama), DeepSeek, Mistral and more — including image-generation models. The models page shows live NPR prices for all of them.
If something went wrong with a top-up (double charge, failed credit), contact us and we'll fix it. For unused credits, write to us within 7 days of purchase and we'll work it out.
Yes — 60 requests per minute per API key, and free models have daily caps set upstream. If you hit a limit, the response tells you exactly how long to wait.
Yes. Point any OpenAI SDK at https://aisathi.io/api/v1 with your np- key and your existing code works, including streaming. See the docs for copy-paste examples.