api · v1

REST API · stable.

JSON over HTTPS. Bearer auth. Streaming via SSE. Versioned at the URL. Every breaking change gets a new major version with a 12-month deprecation window.

authentication

Bearer token, simple.

curl https://api.kolayvibe.com/v1/completions \
  -H "Authorization: Bearer sk-kv-..." \
  -H "Content-Type: application/json" \
  -d '{
    "model": "auto",
    "messages": [{ "role": "user", "content": "Hello" }],
    "stream": true
  }'
endpoints · v1

All 10 endpoints.

rate limits

Limits by plan.

free
60 req / min
10K tokens / min
pro
600 req / min
200K tokens / min
enterprise
Custom
Negotiated per workload