The OpenAI-compatible surface is the default integration path. Base URL: https://51kik.com/v1.
Supported endpoints
| Method | Path | Auth |
|---|---|---|
| POST | /chat/completions | Bearer |
| POST | /embeddings | Bearer |
| GET, POST | /files | Bearer |
| GET, DELETE | /files/:id | Bearer |
| GET | /files/:id/content | Bearer |
| POST | /audio/speech | Bearer |
| GET | /models | None (public catalog) |
See each reference page for details.
Authentication
Authorization: Bearer YOUR_API_KEY
GET /models needs no key so you can discover models before wiring secrets.
Differences from OpenAI
Largely compatible for chat, streaming, and tools. Catalog shape, gateway extensions, and omitted endpoints: OpenAI compatibility.
Reference index
| Topic | Link |
|---|---|
| Chat | Create chat completion |
| Embeddings | Create embedding |
| Files | Files |
| Speech | Create speech |
| Models | List models |
| Streaming | Streaming |
| Errors | Errors |