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.
Continue plugin (recommended)
- Install Continue from the JetBrains marketplace.
- Open its config (the gear icon in the Continue panel) — it is the same
~/.continue/config.jsonused by VS Code. - Add a model block with
apiBaseset tohttps://aiprimetech.io. - 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.