Getting Started
Start integrating with Ando's OpenAI-compatible API gateway.
Ando provides an OpenAI-compatible API gateway with budget controls and key-level attribution.
Base URL
https://api.andoai.xyz/v1Quick Start
- Create a Virtual Key.
- Set
Authorization: Bearer <your-virtual-key>. - Point your OpenAI SDK
baseURLtohttps://api.andoai.xyz/v1. - Send
POST /chat/completions.
Next
- Read Authentication.
- Review API Reference.
- Check Errors.