Prerequisites
- A computer with internet access
- Python 3.8+ or Node.js 18+ installed
- A text editor or IDE
Step 1: Create Your Account
- Go to llm.kiwi
- Click Get Started or Sign In
- Sign in with Google (one-click registration)
Step 2: Generate an API Key
- Navigate to your Dashboard
- Go to API Keys section
- Click Create New Key
- Copy your key immediately
Step 3: Set Up Your Environment
Store your API key as an environment variable:Step 4: Install the SDK
llm.kiwi is fully compatible with the OpenAI SDK:Step 5: Make Your First Request
Expected Output
You should see a response like:Troubleshooting
”Invalid API key”
- Double-check your key is correct
- Ensure no extra spaces or quotes
- Verify the key is active in your dashboard
”Connection refused”
- Check your internet connection
- Verify the base URL is
https://api.llm.kiwi/v1
Empty response
- Ensure messages array is formatted correctly
- Check that model name is valid (
fast,pro, ordefault)
What’s Next?
Available Models
Understand the differences between pro, fast, and default.
Build a Chatbot
Create a multi-turn conversational application.
Rate Limits
Understand usage limits and how to optimize.
API Reference
Explore all available parameters and options.