통합 가이드
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.
설정 단계
5분 만에 OrcaRouter 연결
- 1.Install the Continue extension (VS Code or JetBrains).
- 2.Open the config: ~/.continue/config.json
- 3.Add each model you want as a separate entry with provider='openai'.
- 4.Set apiBase to https://api.orcarouter.ai/v1 and apiKey to your OrcaRouter key.
- 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로 라우팅할 준비가 되었나요?
API 키를 받으면 Continue을(를) OrcaRouter를 통해 200+ 모델로 라우팅할 수 있습니다 — 마크업 없음.
