⚡ नया — Kimi K3 अब लाइव: अपनी Moonshot key जोड़ें →
दस्तावेज़

कुकबुक

छोटी, कार्य-केंद्रित रेसिपी — हर एक copy-paste code के साथ एक समस्या हल करती है। नए हैं?quickstart से शुरू करें, फिर लागत routing, failover, residency और एजेंट जोड़ने वापस आएँ। एजेंट को वही रेसिपी llms.txt औरMCP से मिलती हैं। इन्हें स्थानीय रूप से चलाना है? GitHub पर cookbook क्लोन करें।

लागत

रूट की निगरानी किए बिना प्रति-टोकन कम खर्च करें।

विश्वसनीयता

जब किसी provider का दिन खराब हो, तब भी चालू रहें।

सॉवरेनिटी

डेटा भारत में रखें और DPDP-aligned रहें।

एक्सेस

अपनी शर्तों पर और मॉडल अनलॉक करें।

एजेंट

tool-calling एजेंटों को एक ही governed endpoint दें।

BharatRouter के ज़रिए Claude इस्तेमाल करें

Anthropic के Claude को gateway के ज़रिए पहुँचें — platform key पर या अपनी Anthropic key पर — और Claude Code को एजेंट के रूप में MCP पर जोड़ें, हर कॉल पर आपका routing, residency और budgets।

BYOK (Anthropic) + MCP serverशुरुआती6 min

रेसिपी खोलें →

BharatRouter से Claude Code को govern करें

Claude Code को अपने Claude Max plan पर चलाएँ, पर monthly limit पर कभी hard-stop न हों — BharatRouter पहले आपकी subscription इस्तेमाल करता है और अपने-आप overflow को Anthropic API पर भेज देता है, साथ ही हर कॉल metered, budgeted और residency-checked।

Max-subscription overflow → Anthropic APIमध्यम8 min

रेसिपी खोलें →

Claude Code (या किसी एजेंट) को gateway से जोड़ें

BharatRouter को MCP clients के सामने रखें ताकि एजेंट एक governed endpoint से route कर सके।

MCP serverमध्यम10 min

रेसिपी खोलें →

GLM पर एक open coding agent चलाएँ

एक open-source coding agent (OpenCode) को brain के रूप में एक open GLM मॉडल के साथ चलाएँ — BharatRouter के ज़रिए metered, budgeted और residency-checked, बिना किसी provider lock-in के।

GLM (BYOK) — OpenAI-compatible API परमध्यम8 min

रेसिपी खोलें →

Run Claude Code on GLM

Point Claude Code’s base URL at BharatRouter and drive it with an open GLM model. The gateway translates the Anthropic Messages wire to GLM and back — so your client holds only a br- key, and GLM is set once as BYOK on the platform.

Anthropic /v1/messages → GLM translationमध्यम8 min

रेसिपी खोलें →

एडवांस्ड

स्ट्रीमिंग, ensembles और बारीक किनारे।

किसी अन्य platform से माइग्रेट कर रहे हैं? माइग्रेशन गाइड देखें — प्रति-platform एक, हर एक लगभग एक-लाइन swap।