Model Compatibility
KiosAPI exposes an OpenAI-compatible API, so you can use the officialopenai Python or Node.js SDK, langchain, litellm, or any other library built for the OpenAI API without changing your application logic. Set the base_url to the KiosAPI endpoint, supply your KiosAPI key, and your code works out of the box.
KiosAPI also supports native Claude and Gemini endpoint formats, so you can integrate using whichever SDK or convention your project already uses.
Authentication Methods
Each endpoint format expects your API key to be passed differently in the HTTP headers. Use the table below to match the correct auth header to the endpoint you’re calling.Official Documentation References
For deeper understanding of each API format, refer to the official provider documentation:Authentication
Learn how to pass your KiosAPI key for each endpoint format.
API Base URL
Find the correct base URL and configure it in your SDK.