API DocsAPI Docs
LongCat API Platform
  • English
  • 简体中文
LongCat API Platform
  • English
  • 简体中文
  • Quick Start
  • API Docs
  • Claude Code Configuration
  • Kilo Code Configuration
  • OpenCode Configuration
  • OpenClaw Configuration
  • FAQ
  • Change Log

Kilo Code

Using LongCat Models for AI Programming in Kilo Code

Overview

LongCat series models are supported for use in Kilo Code. This document describes how to integrate Kilo Code with the LongCat API Open Platform.

Prerequisites

Install Kilo Code

  1. In the Extensions icon on the left activity bar of VS Code, type Kilo Code in the search box
  2. Click Install to install it

install.png

Configure LongCat API

  1. After installation, the Kilo Code icon will appear in the left activity bar. Click the icon

  2. After clicking the Kilo Code icon, click the Settings icon in the upper right corner to start configuring parameters

config.png

  1. Select OpenAI Compatible as the API Provider
  2. Enter https://api.longcat.chat/openai as the OpenAI Base URL
  3. Enter your LongCat Open Platform API Key as the API Key
  4. Select LongCat-2.0-Preview as the model

Supported Models

Model NameAPI FormatDescription
LongCat-Flash-ChatOpenAI/AnthropicHigh-performance general-purpose dialogue model
LongCat-Flash-ThinkingOpenAI/AnthropicDeep thinking model
LongCat-Flash-Thinking-2601OpenAI/AnthropicUpgraded deep thinking model
LongCat-Flash-LiteOpenAI/AnthropicEfficient lightweight MoE model
LongCat-2.0-PreviewOpenAI/AnthropicHigh-performance Agentic model

full-config.png 7. Click Save and start using LongCat-2.0-Preview

conversation.png

test Kilo Code

send a simple test message chat.png

Last Updated: 4/25/26, 9:41 AM
Prev
Claude Code Configuration
Next
OpenCode Configuration