1
Create an API Key
Go to the Mesh Dashboard and navigate to API Keys. Create a new key and copy the
rsk_... token.2
Add Credits
Mesh uses a pre-paid credit model. Add a small balance (starting from ₹100 or $5) in the Billing section to enable inference on paid models.Free models are available immediately without any balance.
3
Make Your First Request
Use your preferred HTTP client or OpenAI-compatible SDK:
- curl
- Python (OpenAI SDK)
- Node.js (OpenAI SDK)
4
Explore Available Models
See all available models and their current pricing:Models follow the format
provider/model-name — for example openai/gpt-4o, anthropic/claude-3-5-sonnet, google/gemini-3.5-flash.What’s next?
- Authentication — key types, spend caps, and security best practices
- Auto Routing — let the gateway pick the best model automatically
- Prompt Templates — manage prompts server-side
- Dashboard — monitor usage, billing, and logs