IntelliJ via ProxyAIPage
What is ProxyAI?
ProxyAI is an AI-powered coding assistant that integrates with JetBrains IDEs (IntelliJ IDEA, PyCharm, WebStorm, and others).
It supports OpenAI API–compatible provider configuration, allowing you to connect to any OpenAI-compatible endpoint by supplying a custom base URL and API key.
Prerequisites
You can use any OpenAI compatible model or assistant.
To check what models are available for you, call Gateway API | nexos.ai documentation You can use either
nexos_model_idoridas model.To check what assistants are available for you, call Gateway API | nexos.ai documentation
As an API URL you should use url https://api.us.nexos.ai/v1/chat/completions
Install ProxyAI plugin
Open Intellij IDE, go to
Settings->PluginsFrom top bar choose
MarketplaceType
ProxyAIin search barClick
Installnext to the ProxyAI plugin name and wait till installation ends
Restart IDE
Configure ProxyAI plugin
Open Intellij IDE Settings
Go to
Tools->ProxyAI
Add Nexos provider in
Providers->Custom OpenAI
On the right side you can click
+(Add)In Provider setting section choose either OpenAI or OpenRouter
Put Provider name
Paste Nexos API key

In
Chat Completionstab
Paste API URL
Paste Nexos model id in
BodytabClick
Test Connectionto see if everything works

In
Code Completionstab
Check
Parse response as Chat CompletionsChoose
Chat-based FIMasFIM templatePaste API URL
Paste Nexos model id in
BodytabClick
Test Connectionto see if everything works

Choose newly added Nexos model in
Modelsfor all types of requests (tip: you can add more Nexos providers with different models for different types of requests)

Click
ApplyandOKOpen ProxyAI chat window and ask anything about your code.

Last updated

