https://api.llm.kiwi/v1 and the OpenAI-compatible chat completions interface.
Set your API key
- macOS and Linux
- Windows PowerShell
Basic chat completion
- cURL
- Python
- Node.js
System instructions
Use asystem message to define the assistant’s role, output style, or constraints.
Continue a conversation
The API is stateless: include relevant earlier messages on every request.Stream a response
Streaming lets your application display text as it is generated.- Python
- Node.js
Croatian response
Selecthrllm and write the request in Croatian:
Handle errors
SDK setup
Install and configure supported client libraries.
Troubleshooting
Fix authentication, request, and connection problems.