auto unless Croatian-focused generation is the main requirement for your application.
At a glance
Model availability and routing can change. For the models available to your account at runtime, call
GET /v1/models.Use auto by default
auto lets the LLM.kiwi gateway choose an available model without requiring you to change your integration.
- General-purpose assistants
- Questions and summarization
- Coding and technical tasks
- Multilingual applications
- Prototypes and first integrations
Use hrllm for Croatian
hrllm is intended for Croatian-language generation.
- Croatian customer-support assistants
- Croatian article drafts and rewriting
- Croatian-language internal tools
- Translation involving Croatian
auto and compare outputs before switching.
List models programmatically
data array:
id exactly as returned by the API.
Make the choice
I am completely new
I am completely new
Use
auto. It is the simplest starting point and is used throughout the quickstart.My application must answer in Croatian
My application must answer in Croatian
Test
hrllm and auto with real examples from your application, then keep the option that produces more reliable results.I am building a production application
I am building a production application
Avoid assuming that
auto always maps to the same underlying model. Validate structured outputs, set timeouts, and handle temporary errors.I want to compare them fairly
I want to compare them fairly
Send the same system instruction and user message to both choices. Compare correctness, language quality, response time, and consistency across several realistic inputs.
Working examples
Copy examples for Python, JavaScript, cURL, and streaming.
Limits and pricing
Understand free usage and rate limits.