Every LLM call. Every tool use. Every rupee spent.
2 lines of code. Zero config. INR-native.
1from drishti import Drishti23drishti = Drishti(api_key="dk_live_...")45with drishti.trace("handle_query") as trace:6 with trace.step("memory_lookup", "memory") as step:7 context = vector_db.search(query, top_k=5)8 step.set_output({"chunks": len(context)})9 with trace.step("llm_call", "llm") as step:10 resp = openai.chat.completions.create(11 model="gpt-4o-mini",12 messages=[{"role": "user", "content": query}]13 )14 step.record_llm("gpt-4o-mini",15 tokens_in=resp.usage.prompt_tokens,16 tokens_out=resp.usage.completion_tokens)17# โ Trace sent โ Dashboard shows โน0.04 โข 1.2s โข 3 steps
Built specifically for Indian developers and the Indian AI ecosystem
Live USDโINR conversion on every trace. See cost per call, per model, per day. No more surprise dollar bills.
Every LLM call, tool use, and memory lookup traced. Know exactly what your agent did โ and why it failed.
pip install drishti-ai-sdk and add 2 lines. Works with LangChain, raw OpenAI, Anthropic, Gemini, DeepSeek.
Error messages explained in Hinglish. Yeh kya galti ki hai aur kaise fix karein โ clearly.
Get WhatsApp or email when cost spikes, error rate climbs, or latency degrades. Never miss an incident.
Core SDK is MIT licensed on GitHub. Self-host for free or use our cloud. Your data, your rules.
Real-time traces, costs in โน, and AI-powered insights โ all in one place.
Purpose-built for Indian developers, not adapted from US-first tools.
| Feature | ๐ฎ๐ณ Drishti | Langfuse | Portkey |
|---|---|---|---|
| INR-native pricing | โ | โ | โ |
| Hinglish error explanations | โ | โ | โ |
| WhatsApp alerts | โ | โ | ๐ถ Paid |
| 2-line SDK setup | โ | ๐ถ Complex | โ |
| Self-hostable | โ | โ | โ |
| Starting price | โน0 | $0 USD | $0 USD |
No dollar conversion. No hidden fees. INR always.
Free forever. 10,000 traces/month. No credit card required.
Get Started โ It's Free โ