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.
Install KiloCode in VS Code
Step 1: Install Extension
Search for Kilo Code 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 Kilo Code, 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 KiloCode with Nexus API.
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.
Use with Qwen Code
How to use Nexus API with Qwen Code CLI - Alibaba's coding assistant integration tutorial. Configure OPENAI_BASE_URL to access GPT-5, DeepSeek and more.