Developer Tools
Use Kilo Code
Kilo Code integration guide - call AI models through the Meteor API platform
Overview
Kilo Code is a powerful VS Code AI assistant plugin that provides code completion, smart Q&A, and refactoring. This guide shows how to configure Kilo Code to use Meteor API models.
Install Kilo Code
Step 1: Install the extension in VS Code
- Open Visual Studio Code
- Click Extensions in the side bar (or
Ctrl+Shift+X/Cmd+Shift+X) - Search for Kilo Code
- Find Kilo Code AI Agent
- Click Install
Configure Meteor API provider
Step 1: Open settings
- After installation, a Kilo Code icon appears in the VS Code activity bar
- Click the icon to open the panel
- Click the gear icon in the upper right to open settings
Step 2: Add a provider
- In Settings, open the Providers tab
- Click + in the upper right to add a new provider
Step 3: Fill provider info
-
Provider Name:
MeteororMeteorAPI -
Provider Type: OpenAI Compatible
-
Fill in:
Field Value Base URL https://api.routin.ai/v1API Key Your Meteor platform API key Model gpt-5orgpt-5.1(choose as needed) -
Click Save
Step 4: Select the provider
- Go back to the main Kilo Code panel
- In the model dropdown, choose the Meteor provider you added
- Start using Kilo Code!
Use Kilo Code
After configuration, you can:
- Code completion: get inline suggestions while typing
- Explain code: select code → right-click → “Kilo Code: Explain”
- Refactor code: select code → right-click → “Kilo Code: Refactor”
- Chat: talk with the AI in the Kilo Code panel for programming help
Recommended settings
For best results:
Fast responses (recommended)
- Model:
gpt-5-mini - Use: completion, quick Q&A
Deep analysis
- Model:
gpt-5.1 - Use: complex refactoring, architecture discussions
FAQ
How do I get an API key?
See the “Get API Key” section in the Claude Code guide.
Connection failed or timed out
- Check Base URL:
https://api.routin.ai/v1 - Ensure the API key is valid and funded
- Verify network connectivity
Model unavailable
If a model is unavailable:
- Confirm your account has access on the Meteor platform
- Ensure the API key has the right permissions
- Try another available model (e.g.,
gpt-5-mini)
Experience notes
Kilo Code with the Meteor API platform delivers an excellent experience.
Key advantages:
- Fast responses with accurate completions
- Supports many languages and frameworks
- Deep VS Code integration for smooth usage
- Custom provider support for flexibility
Get Help
- Web: https://routin.ai
- API docs: https://api.routin.ai/scalar