Kilo Code — агент для VS Code. Настройка зависит от типа вашего ключа: GPT-ключ подключается через провайдер «OpenAI Compatible», Claude-ключ — через провайдер «Anthropic». Установщик не нужен: все настройки вводятся в интерфейсе расширения.
Современные версии Kilo Code работают только с моделями, поддерживающими нативные function calls. Все модели нашего API из таблицы выше эту поддержку проходят.
Решение проблем
Invalid API Key
Проверьте, что ключ скопирован целиком, без пробелов. Убедитесь, что провайдер соответствует типу ключа: GPT-ключ не работает в провайдере Anthropic и наоборот.
Model Not Found
Запросите список моделей вашего ключа через /v1/models и укажите точный ID из ответа.
Ошибка подключения
Проверьте Base URL: для OpenAI Compatible он оканчивается на /v1, для Anthropic — без суффикса. Оба должны начинаться с https://.
Первый запрос упал с 5xx, повтор прошел
При недоступности одного upstream шлюз переключается на резервный, но первая попытка может вернуть ошибку. Повторите запрос.
Статистика и ключ
Статистика открывается на отдельном сервисе. Для поиска используйте полный токен; в интерфейсе отображается только маскированная часть ключа.
Kilo Code is a VS Code agent. Setup depends on your key type: a GPT key connects through the "OpenAI Compatible" provider, a Claude key through the "Anthropic" provider. No installer is needed: everything is configured in the extension UI.
Your key type determines the provider in Kilo Code settings. Both paths are verified, including the native tool calling Kilo Code requires from a model.
Your key
Provider in Kilo Code
Base URL
Model (example)
GPT (gpt-*)
OpenAI Compatible
https://bridge.gptclaudegemini.xyz/v1
gpt-5.6-terra
Claude (claude-*)
Anthropic
https://bridge.gptclaudegemini.xyz
claude-sonnet-5
One key — one model family
A key lists only the models of its plan. Check the list with GET https://bridge.gptclaudegemini.xyz/v1/models and your key.
Install the extension
Install Kilo Code
Open VS Code → Extensions (Ctrl+Shift+X) → search for "Kilo Code" → Install. Cursor and other VS Code based editors work too.
Open provider settings
Click the Kilo Code icon in the sidebar, then the gear icon → Providers.
Option 1: GPT key
For keys with GPT model access, use the "OpenAI Compatible" provider.
API Provider
Select OpenAI Compatible.
Fill in the fields
Base URL
https://bridge.gptclaudegemini.xyz/v1
API Key
your sk-xxxxxxxxxx key
Model ID
gpt-5.6-terra
Save and verify
Give the agent a simple task. If the model responds and performs file actions, setup is complete.
Option 2: Claude key
For keys with Claude model access, use the native "Anthropic" provider.
API Provider
Select Anthropic.
Fill in the fields
Anthropic API Key
your sk-xxxxxxxxxx key
Use custom base URL
enable and set https://bridge.gptclaudegemini.xyz
Model
claude-sonnet-5
Save and verify
Give the agent a simple file-editing task — tool calls should run without errors.
Choose a model
The model ID goes into the same provider settings. Available IDs depend on your key:
Current Kilo Code versions only work with models that support native function calls. All models of our API in the table above pass this requirement.
Troubleshooting
Invalid API Key
Make sure the key is copied in full without spaces. Verify the provider matches the key type: a GPT key does not work in the Anthropic provider and vice versa.
Model Not Found
Request your key's model list via /v1/models and use the exact ID from the response.
Connection errors
Check the Base URL: the OpenAI Compatible one ends with /v1, the Anthropic one has no suffix. Both must start with https://.
The first request failed with 5xx, but the retry worked
When one upstream is unavailable, the gateway fails over automatically, but the first attempt can return an error. Simply retry.
Usage and keys
Usage lives in a separate service. Search with the complete token; the interface displays only a masked part of the key.