Skip to content

VS Code

This documentation is provided for informational purposes only and demonstrates how to configure and use our API with third-party AI chat interfaces. Any third-party software, websites, or services mentioned are not operated, controlled, or endorsed by us.

Image

Visual Studio Code is a distribution of the Code - OSS repository with Microsoft-specific customizations released under a traditional Microsoft product license.

Visual Studio Code combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle. It provides comprehensive code editing, navigation, and understanding support along with lightweight debugging, a rich extensibility model, and lightweight integration with existing tools.

Install VS Code

Visual Studio Code is updated monthly with new features and bug fixes. You can download it for Windows, macOS, and Linux on Visual Studio Code’s website. To get the latest releases every day, install the Insiders build.

Image

Model Configuration & API Key

Click the Toggle Chat button at the top (shortcut: Ctrl+Alt+I). Click the model at the bottom, then click the Settings icon.

Img V3 0212u 3742f979 D56c 4a37 81dd A0cd8450f1hu

Select “Add Model”, then click “Custom Endpoint”.

Img V3 0212u A515d6af A4eb 499e 8828 264d2c7f6ehu

Enter any group name.

Img V3 0212u A041fd48 C92f 4da0 B702 0f2cdeabf2hu

Enter your API key, which you can obtain from RouterLink.

Img V3 0212u Be682689 A0ca 4957 9960 0d1569ee7bhu

If you want to use models from RouterLink:

For OpenAI-compatible models, select Chat Completions.

For Anthropic-compatible models, select Messages API.

Img V3 0212u 5c7d0ded 4dc1 4cd5 A250 Cb883e9e13hu

Image

Using GPT-5.5 as an example, enter the following information:

Field Content
id gpt-5.5
name gpt-5.5
url https://router-link.world3.ai/api/v1

Img V3 0212u Be77f898 4f90 45db 99dc 2d80d0b363hu

Image

Press Ctrl + S to save, then click Close.

If you want to add another model, take Claude Opus 4.8 as an example.

Then, click the model at the bottom again and click the Settings icon.

Img V3 0212u 60f2610b 09e5 40e8 Ab9b F4fb9094d3hu

Repeat the previous steps, and select Messages as the API Type.

Img V3 0212u 41b99b19 E541 4221 9397 1227de7649hu

Enter the following information for the Anthropic-compatible Claude Opus 4.8 model:

Field Content
id claude-opus-4-8
name claude-opus-4-8
url https://router-link.world3.ai/api

Img V3 0212u E3b4170c 0414 44cc 8ce6 B1e09590e8hu

Image

Press Ctrl + S to save, then click Close.

Use VS Code

Select the model you just configured from the bottom menu.
You’re now ready to start using it.

Image