Documentation Index
Fetch the complete documentation index at: https://docs.routerlink.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.
Introduction to Continue Plugin
The Continue plugin is an AI coding assistant extension that supports OpenAI-compatible APIs, allowing RouterLink models to be connected directly inside the editor for code completion, chat, and coding assistance.
Using Continue in VS Code
Model Configuration & API Key
Click the “Continue” icon on the sidebar to launch.Click the “settings” button in the upper right corner to navigate to the Configs list.Click “Configs” on the left, then click “Open Configuration” under “Local Config” on the right.Configure the corresponding model parameters, as shown in the image below. (If you are opening a JSON file, please carefully review Step 7.)Make sure to replace with the <ROUTERLINK_API_KEY> obtained from RouterLink Key. (Press Ctrl + F or** Command + F **to find <ROUTERLINK_API_KEY>, then replace all)name: Local Config
version: 1.1.0
schema: v1
models:
- name: DeepSeek - V3.2 - Exp
provider: openrouter
model: world3-router-north-america/deepseek/deepseek-v3.2-exp
apiBase: https://router-link.world3.ai/api/v1
apiKey: <ROUTERLINK_API_KEY>
- name: DeepSeek - V3.1
provider: openrouter
model: world3-router-north-america/deepseek/deepseek-chat-v3.1
apiBase: https://router-link.world3.ai/api/v1
apiKey: <ROUTERLINK_API_KEY>
- name: Gemini 3 Flash Preview
provider: openrouter
model: world3-router-north-america/google/gemini-3-flash-preview
apiBase: https://router-link.world3.ai/api/v1
apiKey: <ROUTERLINK_API_KEY>
- name: Gemini 3.1 Pro Preview
provider: openrouter
model: world3-router-north-america/google/gemini-3.1-pro-preview
apiBase: https://router-link.world3.ai/api/v1
apiKey: <ROUTERLINK_API_KEY>
- name: Grok 4
provider: openrouter
model: world3-router-north-america/x-ai/grok-4
apiBase: https://router-link.world3.ai/api/v1
apiKey: <ROUTERLINK_API_KEY>
- name: Grok 4.1 Fast
provider: openrouter
model: world3-router-north-america/x-ai/grok-4.1-fast
apiBase: https://router-link.world3.ai/api/v1
apiKey: <ROUTERLINK_API_KEY>
- name: Grok Code Fast 1
provider: openrouter
model: world3-router-north-america/x-ai/grok-code-fast-1
apiBase: https://router-link.world3.ai/api/v1
apiKey: <ROUTERLINK_API_KEY>
- name: GPT - 5.3 - Codex
provider: openrouter
model: world3-router-north-america/openai/gpt-5.3-codex
apiBase: https://router-link.world3.ai/api/v1
apiKey: <ROUTERLINK_API_KEY>
- name: GPT - 5.4
provider: openrouter
model: world3-router-north-america/openai/gpt-5.4
apiBase: https://router-link.world3.ai/api/v1
apiKey: <ROUTERLINK_API_KEY>
- name: Claude Sonnet 4.6
provider: openrouter
model: world3-router-north-america/anthropic/claude-sonnet-4.6
apiBase: https://router-link.world3.ai/api/v1
apiKey: <ROUTERLINK_API_KEY>
- name: Claude Haiku 4.5
provider: openrouter
model: world3-router-north-america/anthropic/claude-haiku-4.5
apiBase: https://router-link.world3.ai/api/v1
apiKey: <ROUTERLINK_API_KEY>
- name: Claude Opus 4.7
provider: openrouter
model: world3-router-north-america/anthropic/claude-opus-4.7
apiBase: https://router-link.world3.ai/api/v1
apiKey: <ROUTERLINK_API_KEY>
- name: Qwen3.6 Plus
provider: openrouter
model: world3-router-north-america/qwen/qwen3.6-plus
apiBase: https://router-link.world3.ai/api/v1
apiKey: <ROUTERLINK_API_KEY>
- name: Qwen3.5 397B A17B
provider: openrouter
model: world3-router-north-america/qwen/qwen3.5-397b-a17b
apiBase: https://router-link.world3.ai/api/v1
apiKey: <ROUTERLINK_API_KEY>
- name: Kimi K2.5
provider: openrouter
model: world3-router-north-america/moonshotai/kimi-k2.5
apiBase: https://router-link.world3.ai/api/v1
apiKey: <ROUTERLINK_API_KEY>
- name: Kimi K2 Thinking
provider: openrouter
model: world3-router-north-america/moonshotai/kimi-k2-thinking
apiBase: https://router-link.world3.ai/api/v1
apiKey: <ROUTERLINK_API_KEY>
- name: MiniMax M2.5
provider: openrouter
model: world3-router-north-america/minimax/minimax-m2.5
apiBase: https://router-link.world3.ai/api/v1
apiKey: <ROUTERLINK_API_KEY>
- name: Llama 4 Maverick
provider: openrouter
model: world3-router-north-america/meta-llama/llama-4-maverick
apiBase: https://router-link.world3.ai/api/v1
apiKey: <ROUTERLINK_API_KEY>
- name: Nova 2 Lite
provider: openrouter
model: world3-router-north-america/amazon/nova-2-lite-v1
apiBase: https://router-link.world3.ai/api/v1
apiKey: <ROUTERLINK_API_KEY>
- name: GLM 5 Turbo
provider: openrouter
model: world3-router-north-america/z-ai/glm-5-turbo
apiBase: https://router-link.world3.ai/api/v1
apiKey: <ROUTERLINK_API_KEY>
- name: MiMo V2 Flash
provider: openrouter
model: world3-router-north-america/xiaomi/mimo-v2-flash
apiBase: https://router-link.world3.ai/api/v1
apiKey: <ROUTERLINK_API_KEY>
- name: ByteDance Seed OSS 36B Instruct
provider: openrouter
model: world3-router-asia-pacific/ByteDance-Seed/Seed-OSS-36B-Instruct
apiBase: https://router-link.world3.ai/api/v1
apiKey: <ROUTERLINK_API_KEY>
- name: ByteDance Seed 1.6 Flash
provider: openrouter
model: world3-router-north-america/bytedance-seed/seed-1.6-flash
apiBase: https://router-link.world3.ai/api/v1
apiKey: <ROUTERLINK_API_KEY>
- name: LFM2 2.6B
provider: openrouter
model: world3-router-north-america/liquid/lfm-2.2-6b
apiBase: https://router-link.world3.ai/api/v1
apiKey: <ROUTERLINK_API_KEY>
- name: Qwen3-Max-Thinking
provider: openrouter
model: aliyun/qwen3-max-2026-01-23
apiBase: https://router-link.world3.ai/api/v1
apiKey: <ROUTERLINK_API_KEY>