Meteor AI
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

  1. Open Visual Studio Code
  2. Click Extensions in the side bar (or Ctrl+Shift+X / Cmd+Shift+X)
  3. Search for Kilo Code
  4. Find Kilo Code AI Agent
  5. Click Install

Configure Meteor API provider

Step 1: Open settings

  1. After installation, a Kilo Code icon appears in the VS Code activity bar
  2. Click the icon to open the panel
  3. Click the gear icon in the upper right to open settings

Step 2: Add a provider

  1. In Settings, open the Providers tab
  2. Click + in the upper right to add a new provider

Step 3: Fill provider info

  1. Provider Name: Meteor or MeteorAPI

  2. Provider Type: OpenAI Compatible

  3. Fill in:

    FieldValue
    Base URLhttps://api.routin.ai/v1
    API KeyYour Meteor platform API key
    Modelgpt-5 or gpt-5.1 (choose as needed)
  4. Click Save

Step 4: Select the provider

  1. Go back to the main Kilo Code panel
  2. In the model dropdown, choose the Meteor provider you added
  3. 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

For best results:

  • 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

  1. Check Base URL: https://api.routin.ai/v1
  2. Ensure the API key is valid and funded
  3. Verify network connectivity

Model unavailable

If a model is unavailable:

  1. Confirm your account has access on the Meteor platform
  2. Ensure the API key has the right permissions
  3. 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