LMU AI Docs
Tools

IDEA Kilo Code

Connect to the LMU AI API with the Kilo Code plugin in IntelliJ IDEA — Claude uses the Anthropic protocol, GPT uses the Responses protocol.

Install the plugin

  1. Open IntelliJ IDEA and go to Settings → Plugins → Marketplace
  2. Search for Kilo Code, and click Install once you find the plugin
  3. Restart IDEA after installation finishes

Configure the plugin

Open the Kilo Code settings panel and pick the option that matches the type of model you want to use:

Works for all Claude and Chinese models, such as claude-opus-5, claude-sonnet-5, qwen3.8-max-preview, deepseek-v4-pro, glm-5.2, and kimi-k3.

FieldValue
API ProviderAnthropic
Anthropic API Keythe sk- key generated in the LMU AI console
Use custom base URL✅ checked
Base URLhttps://api.lmuai.com
Modelthe latest models such as claude-opus-5, qwen3.7-max, etc.

Kilo Code with the Anthropic provider selected, Use custom base URL checked and set to https://api.lmuai.com, and the model set to claude-opus-4-6

You must check Use custom base URL, otherwise the plugin will request the official Anthropic endpoint instead of the LMU AI relay.

Works for all OpenAI models, such as gpt-5.6-sol, gpt-5.6-terra, gpt-5.5, and gpt-5.4.

FieldValue
API ProviderOpenAI Compatible (Responses)
Base URLhttps://api.lmuai.com/v1
API Keythe sk- key generated in the LMU AI console
Modele.g. gpt-5.5

Kilo Code with the OpenAI Compatible (Responses) provider selected, Base URL set to https://api.lmuai.com/v1, and the model set to gpt-5.5

The Base URL for OpenAI models must end in /v1, unlike the Anthropic protocol (no /v1) — don't mix the two up.


Model name reference

Not sure which model to enter? Go to the Model Gallery to see every available model ID and copy it with one click.


Notes

  • Using Claude / Chinese models → choose the Anthropic protocol, with Base URL https://api.lmuai.com (no /v1)
  • Using OpenAI models → choose the OpenAI Compatible (Responses) protocol, with Base URL https://api.lmuai.com/v1 (with /v1)
  • For the API Key, enter the sk- key generated in the LMU AI console under either protocol
  • Once configured, click Save in the top-right corner to save the settings and start using it

Last updated:

On this page