Api.Airforce
KILO CODE

Kilo Code Setup Guide

Kilo Code is a fork of Roo Code — same OpenAI-Compatible setup applies.

1

Install Kilo Code

Install the Kilo Code extension from the VS Code Marketplace.

2

Configure the API provider

Open Kilo Code → ⚙ Settings → API Provider. Pick "OpenAI Compatible" and fill in the values below.

Provider: OpenAI Compatible
Base URL: https://api.airforce/v1
API Key: YOUR_AIRFORCE_API_KEY
3

Set the model ID

Type any Airforce chat model. Tool-calling support is required for most agentic features:

claude-sonnet-4.6
gpt-4o
deepseek-v3.2
4

Start coding

Open Kilo's chat panel and let it read or edit files. All requests route through Api.Airforce.

Already configured Roo Code?

The Kilo Code config schema is identical — just copy your Roo Code provider settings over.

View the Roo Code guide