ProxyAI Integration
This guide details how to integrate ProxyAI with JetBrains IDEs (IntelliJ, PyCharm, WebStorm) to enable AI-powered chat and code completions using nexos.ai models.
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 Models You can use either
nexos_model_idoridas model.To check what AI agents are available for you, call Agent Management.
As an API URL you should use this 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.

FAQ
Which other integrations are available in nexos.ai Gateway?
nexos.ai Gateway supports integrations with the following coding tools:
Last updated

