// getting started

Start here.

Ringside is an OpenAI-compatible API in front of many model providers, with one thing bolted on that nothing else has: it knows about your end-customers and meters spend per customer. That one idea is what most people get stuck on, so this guide builds up to it instead of dropping you in the middle.

Three short pages: make a call work, understand who pays for what, then choose models. After that, the RAG guide covers search-over-documents, the tutorials build whole things end to end, and the API reference has every endpoint.

  1. 01Your first callGet a key, point an OpenAI SDK at Ringside, and make a request that works.5 min
  2. 02Customers & spendThe model that trips everyone up: you, your customers, one wallet, and who pays.8 min
  3. 03Choosing modelsfc: vs match:, providers, and riding upgrades without redeploying.6 min