The OpenAI-compatible surface is the default integration path. Base URL: https://51kik.com/v1.

Supported endpoints

MethodPathAuth
POST/chat/completionsBearer
POST/embeddingsBearer
GET, POST/filesBearer
GET, DELETE/files/:idBearer
GET/files/:id/contentBearer
POST/audio/speechBearer
GET/modelsNone (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

TopicLink
ChatCreate chat completion
EmbeddingsCreate embedding
FilesFiles
SpeechCreate speech
ModelsList models
StreamingStreaming
ErrorsErrors

Quick start

First request · From OpenAI