Prerequisites
Create an API key for authentication.Steps
Install Continue
- Open your JetBrains IDE and go to Settings.
- In the sidebar, select Plugins and search for “Continue” in the marketplace.
- Click Install next to the Continue extension.
- Restart the IDE.
Add models hosted on Nebius AI Studio
- Click the Continue logo.
- In the chat window, open the drop-down model list at the bottom and select Add Chat model.
- In the Provider drop-down list, select Nebius AI Studio.
- In the Model drop-down list, select a model.
- Enter your API key to authorize requests.
Set up a model for autocomplete
Code autocomplete doesn’t use the model you set up for Chat. It supports specific models for working with code. You need to set the autocomplete model separately in the Continue configuration file:- Click the Continue logo.
- In the Continue sidebar, click the gear icon, and then click Open configuration file.
-
In the
config.json
file, edit the contents of thetabAutocompleteModel
key:- Specify
nebius
asprovider
. - Enter a model name for
model
andtitle
. - Enter your API key.
- Specify