KhaBot API
KhaBot is a unified gateway for large-language-model APIs. Point your existing OpenAI or Anthropic SDK at KhaBot, use one API key, and reach every model in the catalog at fixed, published prices.
Base URL:
https://khabot.com. Every API path below is under /api.Two dialects, one endpoint
| Endpoint | Dialect | Use it if… |
|---|---|---|
/api/v1/chat/completions | OpenAI | your client speaks OpenAI (most do) |
/api/v1/messages | Anthropic Messages | you build agents on the Anthropic standard |
Both support streaming via server-sent events ("stream": true).
Next steps
- Getting started — register, create a key, first request.
- Authentication — API keys.
- Models & pricing — the catalog and how billing works.