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â
| Endpoint | Method | Description |
|---|---|---|
POST /v1/chat/completions | POST | Chat completions (most common) |
POST /v1/embeddings | POST | Text embeddings |
POST /v1/images/generations | POST | Image generation |
GET /v1/models | GET | Get available models list |
GET /v1/models/{model} | GET | Get 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