Compatibility applies to the endpoints and fields documented by LLM.kiwi. A library may expose additional OpenAI features that LLM.kiwi does not support.
Python
Install:JavaScript and TypeScript
Install:Direct HTTP
You do not need an SDK. Any server-side HTTP client can call the API.- Your language has no maintained OpenAI-compatible SDK.
- You want minimal dependencies.
- You need precise control over timeouts, retries, or streaming.
Other clients and frameworks
Before using a community library, confirm that it lets you configure all three items:- Base URL:
https://api.llm.kiwi/v1 - Bearer API key
- Chat completions model name such as
auto
Which option should I choose?
Copy complete examples
Start with tested request patterns.
Review endpoint fields
Check request and response formats.