통합 · 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.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로 라우팅하십시오.
1분 만에 가입하여 sk-orca-… key를 받아 Continue에 붙여넣으십시오. token 추가 마진 없이 모든 공급자에서 자동 failover가 지원됩니다.
