API Reference
Interactive endpoint playground for the gateway API.
Explore and test all gateway endpoints. Each operation page includes an interactive playground for live requests.
Use https://api.stogas.ai as the base URL. Endpoint paths include their API version.
Endpoints
Catalog
Inspect public model aliases, routes, providers, and prices.
Models
List OpenAI-compatible model IDs accepted by the gateway.
Chat Completions
Create an OpenAI-compatible chat completion
Responses
Create an OpenAI-compatible response
Guides
Provider Behavior
Provider differences and compatibility notes.
Security
Authentication, request limits, CORS, and header policies.
Authentication
Inference endpoints require a gateway API key:
Authorization: Bearer <api_key>
Content-Type: application/json/v1/catalog and /v1/models are public. Get your key from the dashboard.