Use with RooCode
How to use Nexus API with RooCode in VS Code - AI coding extension integration tutorial. Configure OpenAI Compatible provider to access GPT-5, DeepSeek and more.
Install RooCode in VS Code
Step 1: Install Extension
Search for RooCode in VS Code extensions and install it.
Step 2: Get API Key
Visit nexusapi.one/console/token to get your API Key.
Add Provider
After installing RooCode, open it and select "Configure Provider". Add a new OpenAI Compatible provider with the following settings:
| Setting | Value |
|---|---|
| OpenAI Base URL | https://nexusapi.one/v1 |
| API Key | Your key from nexusapi.one/console/token |
| Model | gpt-5 (or glm-4.5, glm-4.6, deepseek-v3.1, etc.) |
Done
Save the configuration and start using RooCode with Nexus API.
Use with Gemini CLI
Gemini CLI integration status with Nexus API - Gemini API integration tutorial. Currently not supported, use alternatives like RooCode or Qwen Code.
Use with KiloCode
How to use Nexus API with KiloCode in VS Code - AI coding extension integration tutorial. Configure OpenAI Compatible provider to access GPT-5, DeepSeek and more.