Kilo Code
Kilo Code is an open-source AI coding agent that integrates directly into VS Code to support code generation, refactoring, terminal automation, and browser-based workflows using large language models (LLMs).
Kilo Code supports custom OpenAI-compatible providers, allowing you to connect directly to the Arcee AI API and access Trinity models without a third-party proxy. This provides a direct connection to Arcee's inference platform with full access to all available models.
This guide walks through how to configure Kilo Code to use Trinity models via the Arcee AI API.
Prerequisites
Arcee AI Account
If you don't have an account, sign up at chat.arcee.ai.
Arcee AI API Key
If you don't have an API Key, create one here.
Arcee AI models are also available via OpenRouter. Kilo Code supports OpenRouter as a built-in provider — simply select it from the provider list and use your OpenRouter API key.
Quickstart
Install Kilo Code
Open the Extensions panel in VS Code and search for Kilo Code, then click Install.
Open Kilo Code Settings
Click the Kilo Code icon in the left sidebar to open the panel, then click the gear icon (⚙️) in the top right corner.
Add Arcee AI as a Custom Provider
Navigate to the Providers tab.
Scroll down to Custom provider and click + Connect.
Enter the following settings:
Provider ID:
arcee-aiDisplay Name:
Arcee AIBase URL:
https://api.arcee.ai/api/v1API Key: Your Arcee AI API key
Add Models
Kilo Code should automatically detect and add available models. If it does not, manually add the following:
Model ID:
trinity-large-thinking— Display Name:Trinity Large ThinkingModel ID:
trinity-large-preview— Display Name:Trinity Large PreviewModel ID:
trinity-mini— Display Name:Trinity Mini
Set Default Model (Optional)
Navigate to the Models tab.
Under Default Model, select Arcee AI / Trinity Large Thinking from the dropdown.
Once configured, Kilo Code will route all requests directly through the Arcee AI API using the selected Trinity model.
Last updated

