Endpoints Overview
| Method | Path | Description | Auth |
|---|---|---|---|
| GET | /v1/models |
List available models | Bearer |
| POST | /v1/chat/completions |
Chat completions (OpenAI-compatible) | Bearer |
| POST | /v1/responses |
Responses API | Bearer |
| POST | /v1/images/generations |
Image generation | Bearer |
| GET | /v1/usage |
Usage and balance | Bearer |