Cline — агент для VS Code. Настройка зависит от типа вашего ключа: GPT-ключ подключается через провайдер «OpenAI Compatible», Claude-ключ — через провайдер «Anthropic». Установщик не нужен: все настройки вводятся в интерфейсе расширения.
Все модели нашего API из таблицы выше корректно выполняют инструменты Cline — дополнительных настроек не требуется.
Решение проблем
Invalid API Key
Проверьте, что ключ скопирован целиком, без пробелов. Убедитесь, что провайдер соответствует типу ключа: GPT-ключ не работает в провайдере Anthropic и наоборот.
Model Not Found
Запросите список моделей вашего ключа через /v1/models и укажите точный ID из ответа.
Ошибка подключения
Проверьте Base URL: для OpenAI Compatible он оканчивается на /v1, для Anthropic — без суффикса. Оба должны начинаться с https://.
Первый запрос упал с 5xx, повтор прошел
При недоступности одного upstream шлюз переключается на резервный, но первая попытка может вернуть ошибку. Повторите запрос.
Статистика и ключ
Статистика открывается на отдельном сервисе. Для поиска используйте полный токен; в интерфейсе отображается только маскированная часть ключа.
Cline 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.
All models of our API in the table above run Cline tools correctly — no extra configuration is needed.
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.