Providers
Neovate Code supports multiple providers and models. You can use it with your own models and providers, or use the built-in models and providers.
Built-in providers
Didn’t find your provider? Submit an issue or a pull request to add it.
Anthropic
-
Open Anthropic Platform Console, click Create Key to create a new API key and copy it.
-
Type
/login
and select Anthropic and enter the API key, or set the API key in your environment variableANTHROPIC_API_KEY
.
export ANTHROPIC_API_KEY=your-api-key
- Run
/model
to select the model you want to use.
DeepSeek
-
Open DeepSeek Console, click Create new API key to create a new API key and copy it.
-
Type
/login
and select DeepSeek and enter the API key, or set the API key in your environment variableDEEPSEEK_API_KEY
.
export DEEPSEEK_API_KEY=your-api-key
- Run
/model
to select the model you want to use.
-
Open Google AI Studio, click Create API key to create a new API key and copy it.
-
Type
/login
and select Google and enter the API key, or set the API key in your environment variableGOOGLE_API_KEY
.
export GOOGLE_API_KEY=your-api-key
- Run
/model
to select the model you want to use.
Groq
-
Open Groq Console, click Create API Key to create a new API key and copy it.
-
Type
/login
and select Groq and enter the API key, or set the API key in your environment variableGROQ_API_KEY
.
export GROQ_API_KEY=your-api-key
- Run
/model
to select the model you want to use.
Moonshot AI
-
Open Moonshot AI Console, click Create API key to create a new API key and copy it.
-
Type
/login
and select Moonshot AI and enter the API key, or set the API key in your environment variableMOONSHOT_API_KEY
.
export MOONSHOT_API_KEY=your-api-key
- Run
/model
to select the model you want to use.
Moonshot AI CN
-
Open Moonshot AI CN Console, click Create API key to create a new API key and copy it.
-
Type
/login
and select Moonshot AI CN and enter the API key, or set the API key in your environment variableMOONSHOT_API_KEY
.
export MOONSHOT_API_KEY=your-api-key
- Run
/model
to select the model you want to use.
IFlow
It’s free to use.
-
Open IFlow, register, click the right top avatar, then click 我的账户 to get the API key, copy it.
-
Type
/login
and select IFlow and enter the API key, or set the API key in your environment variableIFLOW_API_KEY
.
export IFLOW_API_KEY=your-api-key
- Run
/model
to select the model you want to use.
OpenAI
-
Open OpenAI Platform Console, click Create new secret key to create a new API key and copy it.
-
Type
/login
and select OpenAI and enter the API key, or set the API key in your environment variableOPENAI_API_KEY
.
export OPENAI_API_KEY=your-api-key
- Run
/model
to select the model you want to use.
OpenRouter
-
Open OpenRouter Dashboard, click Create API key to create a new API key and copy it.
-
Type
/login
and select OpenRouter and enter the API key, or set the API key in your environment variableOPENROUTER_API_KEY
.
export OPENROUTER_API_KEY=your-api-key
- Run
/model
to select the model you want to use.
xAI
-
Open xAI Console, click Create API key to create a new API key and copy it.
-
Type
/login
and select xAI and enter the API key, or set the API key in your environment variableXAI_API_KEY
.
export XAI_API_KEY=your-api-key
- Run
/model
to select the model you want to use.
Custom providers
You can add any OpenAI compatible provider that is not built-in.
TODO