Skip to main content

API Reference

Real200 is fully compatible with the OpenAI API protocol. All endpoints, parameters, and response formats are identical to OpenAI's official documentation.

Endpoint Overview​

EndpointMethodDescription
POST /v1/chat/completionsPOSTChat completions (most common)
POST /v1/embeddingsPOSTText embeddings
POST /v1/images/generationsPOSTImage generation
GET /v1/modelsGETGet available models list
GET /v1/models/{model}GETGet specific model info

Base URL​

https://real200.com/v1

Authentication​

All API requests must include the API Key in the header:

Authorization: Bearer sk-real200-xxxxxxxxxxxxxxxx

Next Steps​