VarunSH

Introduction

VarunSH is an AI API gateway. It gives you a single, fast, OpenAI- and Anthropic-compatible endpoint in front of your entire model infrastructure, with authentication, routing, quotas, and usage accounting handled for you.

Base URL

All API requests are made to:

text
https://api-gw.aimasteryedu.in/v1

Compatibility

The gateway speaks two dialects. Point an OpenAI client at the base URL for /chat/completions, or an Anthropic client at it for /messages. In most cases you only change the base URL and API key.

Next steps