การเชื่อมต่อ · ตั้งค่าใน 60 วินาที · ไม่มีมาร์กอัป

Continue + OrcaRouter

Continue is a popular open-source Copilot alternative. Its config.json lets you point any model at any OpenAI-compatible endpoint — drop OrcaRouter in and every completion, chat, and edit routes through us.

การตั้งค่า

ห้าขั้นตอน

  1. 1.Install the Continue extension (VS Code or JetBrains).
  2. 2.Open the config: ~/.continue/config.json
  3. 3.Add each model you want as a separate entry with provider='openai'.
  4. 4.Set apiBase to https://api.orcarouter.ai/v1 and apiKey to your OrcaRouter key.
  5. 5.Reload — Continue's model picker now shows every OrcaRouter model.
การกำหนดค่า
{
  "models": [
    {
      "title": "OrcaRouter — Claude Sonnet 4",
      "provider": "openai",
      "model": "claude-sonnet-4",
      "apiBase": "https://api.orcarouter.ai/v1",
      "apiKey": "sk-orca-..."
    },
    {
      "title": "OrcaRouter — GPT-4o",
      "provider": "openai",
      "model": "gpt-4o",
      "apiBase": "https://api.orcarouter.ai/v1",
      "apiKey": "sk-orca-..."
    }
  ]
}
ทำไมต้องกำหนดเส้นทาง Continue ผ่าน OrcaRouter?

Continue lets you pick different models for autocomplete vs chat vs embeddings. With OrcaRouter you can mix-and-match across providers in the same config without managing four separate API keys.

การเชื่อมต่ออื่น ๆ

กำหนดเส้นทาง Continue ผ่าน OrcaRouter วันนี้

สมัครสมาชิกในเวลาไม่ถึงหนึ่งนาที รับคีย์ sk-orca-… แล้ววางลงใน Continue ไม่มีการบวกเพิ่มบนโทเค็น สำรองอัตโนมัติข้ามทุกผู้ให้บริการ

รับ API key ของคุณ →