Skip to content
Bharat NeuroTech
NeuroCortex · Live
// ANSWER

Is there an OpenAI-compatible API hosted in India?

Yes — NeuroCortex v3 exposes /v1/chat/completions at bharatneurotech.com/api/public/v1 with OpenAI SDK compatibility and INR billing.

Bharat NeuroTech operates /api/public/v1/chat/completions as a drop-in replacement for OpenAI's chat completions endpoint. Point the OpenAI Python or Node SDK at base_url='https://bharatneurotech.com/api/public/v1' and pass a neurocortex_v3_live_ key. Supports deep_thinking, agent_mode and internet_access flags for latency control; default max_tokens 4096 to prevent empty responses. Billing is INR ₹0.50/msg (₹1/attachment, ₹1/tool call), settled from wallet via Razorpay.

Open the Lab →