KhaBot

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

EndpointDialectUse it if…
/api/v1/chat/completionsOpenAIyour client speaks OpenAI (most do)
/api/v1/messagesAnthropic Messagesyou build agents on the Anthropic standard

Both support streaming via server-sent events ("stream": true).

Next steps