Home / Docs / JetBrains IDEs

JetBrains IDEs

IntelliJ IDEA, PyCharm, WebStorm, GoLand and the rest — via Continue or an OpenAI-compatible plugin.

JetBrains' built-in AI Assistant does not currently accept a custom endpoint. The reliable route is a plugin that does.

  1. Install Continue from the JetBrains marketplace.
  2. Open its config (the gear icon in the Continue panel) — it is the same ~/.continue/config.json used by VS Code.
  3. Add a model block with apiBase set to https://aiprimetech.io.
  4. Reload the plugin and select the model.
{
  "models": [{
    "title": "Claude Sonnet 4.6",
    "provider": "anthropic",
    "model": "claude-sonnet-4-6",
    "apiKey": "sk-your-key",
    "apiBase": "https://aiprimetech.io"
  }]
}

Terminal alternative

The JetBrains terminal runs Claude Code and Aider perfectly well, which is often a better agentic experience than any plugin.