跳转到主要内容

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.

本文档仅供参考,演示如何配置我们的 API 与第三方 AI 聊天界面配合使用。文中提及的任何第三方软件、网站或服务均非由我们运营、控制或背书。

Continue 插件简介

Image
Continue 插件是一款 AI 编程助手扩展,支持 OpenAI 兼容 API,可在编辑器内直接接入 RouterLink 模型,用于代码补全、对话和编程辅助。

在 VS Code 中使用 Continue

1

安装 Continue

VS Code 应用市场 安装 Continue 扩展
Image 26
2

模型配置与 API Key

点击侧边栏的 “Continue” 图标启动插件。
Image 28
点击右上角的 “settings” 按钮进入 Configs 列表。(Cursor 版本中的步骤完全一致。)
Image
点击左侧的 “Configs”,然后点击右侧 “Local Config” 下方的 “Open Configuration”。
Image
按下图配置对应的模型参数。(如果打开的是 JSON 文件,请直接跳到下一节。)请务必将 <ROUTERLINK_API_KEY> 替换为你从 RouterLink Key 获取的密钥。(按 Ctrl + FCommand + F 搜索 <ROUTERLINK_API_KEY>,然后 全部替换。)
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>
Image
如果配置文件是 JSON 格式,请按以下格式填写。
{
  "models": [
    {
      "title": "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": "${API_KEY}"
    },
    {
      "title": "DeepSeek - V3.1",
      "provider": "openrouter",
      "model": "world3-router-north-america/deepseek/deepseek-chat-v3.1",
      "apiBase": "https://router-link.world3.ai/api/v1",
      "apiKey": "${API_KEY}"
    },
    {
      "title": " 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": "${API_KEY}"
    },
    {
      "title": "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": "${API_KEY}"
    },
    {
      "title": "Grok 4",
      "provider": "openrouter",
      "model": "world3-router-north-america/x-ai/grok-4",
      "apiBase": "https://router-link.world3.ai/api/v1",
      "apiKey": "${API_KEY}"
    },
    {
      "title": "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": "${API_KEY}"
    },
    {
      "title": "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": "${API_KEY}"
    },
    {
      "title": "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": "${API_KEY}"
    },
    {
      "title": "GPT - 5.4",
      "provider": "openrouter",
      "model": "world3-router-north-america/openai/gpt-5.4",
      "apiBase": "https://router-link.world3.ai/api/v1",
      "apiKey": "${API_KEY}"
    },
    {
      "title": "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": "${API_KEY}"
    },
    {
      "title": "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": "${API_KEY}"
    },
    {
      "title": "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": "${API_KEY}"
    },
    {
      "title": "Qwen3.6 Plus",
      "provider": "openrouter",
      "model": "world3-router-north-america/qwen/qwen3.6-plus",
      "apiBase": "https://router-link.world3.ai/api/v1",
      "apiKey": "${API_KEY}"
    },
    {
      "title": "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": "${API_KEY}"
    },
    {
      "title": "Kimi K2",
      "provider": "openrouter",
      "model": "world3-router-north-america/moonshotai/kimi-k2-0905",
      "apiBase": "https://router-link.world3.ai/api/v1",
      "apiKey": "${API_KEY}"
    },
    {
      "title": "Kimi K2 Thinking",
      "provider": "openrouter",
      "model": "world3-router-north-america/moonshotai/kimi-k2-thinking",
      "apiBase": "https://router-link.world3.ai/api/v1",
      "apiKey": "${API_KEY}"
    },
    {
      "title": "MiniMax M2.5",
      "provider": "openrouter",
      "model": "world3-router-north-america/minimax/minimax-m2.5",
      "apiBase": "https://router-link.world3.ai/api/v1",
      "apiKey": "${API_KEY}"
    },
    {
      "title": "Llama 4 Maverick",
      "provider": "openrouter",
      "model": "world3-router-north-america/meta-llama/llama-4-maverick",
      "apiBase": "https://router-link.world3.ai/api/v1",
      "apiKey": "${API_KEY}"
    },
    {
      "title": "Nova 2 Lite",
      "provider": "openrouter",
      "model": "world3-router-north-america/amazon/nova-2-lite-v1",
      "apiBase": "https://router-link.world3.ai/api/v1",
      "apiKey": "${API_KEY}"
    },
    {
      "title": "GLM 5 Turbo",
      "provider": "openrouter",
      "model": "world3-router-north-america/z-ai/glm-5-turbo",
      "apiBase": "https://router-link.world3.ai/api/v1",
      "apiKey": "${API_KEY}"
    },
    {
      "title": "MiMo V2 Flash",
      "provider": "openrouter",
      "model": "world3-router-north-america/xiaomi/mimo-v2-flash",
      "apiBase": "https://router-link.world3.ai/api/v1",
      "apiKey": "${API_KEY}"
    },
    {
      "title": "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": "${API_KEY}"
    },
    {
      "title": "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": "${API_KEY}"
    },
    {
      "title": "LFM2 2.6B",
      "provider": "openrouter",
      "model": "world3-router-north-america/liquid/lfm-2.2-6b",
      "apiBase": "https://router-link.world3.ai/api/v1",
      "apiKey": "${API_KEY}"
    },
    {
      "title": "Qwen3-Max-Thinking",
      "provider": "openrouter",
      "model": "aliyun/qwen3-max-2026-01-23",
      "apiBase": "https://router-link.world3.ai/api/v1",
      "apiKey": "${API_KEY}"
    }
  ]
}
如果配置文件中没有你想要的模型,请手动添加。model 字段使用模型页面显示的值,API 格式选择 OpenAI。
Image
3

使用 Continue 插件

Ctrl + SCommand + S 保存配置文件,返回聊天界面,在聊天框中选择模型即可开始对话(例如 Gemini 3 Pro Preview)。
Con2