사용 가능 모델
OrcaRouter는 11개의 업스트림 프로바이더로 라우팅합니다. 모델은 프로바이더 접두사 ID로 주소가 지정됩니다:| 접두사 | 프로바이더 | 예시 (실시간 카탈로그는 /v1/models 호출) |
|---|---|---|
openai/ | OpenAI | openai/gpt-4o-mini, openai/gpt-5, openai/o3-mini, openai/gpt-image-1, openai/tts-1 |
anthropic/ | Anthropic | anthropic/claude-sonnet-4.6, anthropic/claude-opus-4.7 |
google/ | Google Gemini | google/gemini-2.5-flash, google/gemini-3-pro-preview, google/imagen-4.0-generate-001 |
deepseek/ | DeepSeek | deepseek/deepseek-chat, deepseek/deepseek-reasoner |
grok/ | xAI Grok | grok/grok-4-fast-reasoning, grok/grok-imagine-image |
qwen/ | Alibaba Qwen | qwen/qwen3.6-plus, qwen/qwen3-vl-235b-a22b-thinking, qwen/qwen3-max |
kimi/ | Moonshot Kimi | kimi/kimi-k2.5, kimi/kimi-k2.6 |
minimax/ | MiniMax | minimax/minimax-m2.7, minimax/minimax-m2.5-highspeed |
z-ai/ | Z.ai (GLM) | z-ai/glm-5.1, z-ai/glm-5, z-ai/glm-4.7, z-ai/glm-4.6, z-ai/glm-4.5, z-ai/glm-4.5-air |
kling/ | Kling (비디오) | kling/kling-v3-omni, kling/kling-v2-6 — Kling 비디오 참조 |
byteplus/ | ByteDance Seedance (비디오) | byteplus/dreamina-seedance-2-0-260128 — Seedance 비디오 참조 |
프로그램으로 모든 모델 나열
응답 형식
단일 모델 가져오기
명명 규칙
OrcaRouter의 모델 ID는 기본적으로 프로바이더 접두사가 붙습니다. 접두사로 인해 요청이 단말을 떠나기 전부터 어느 프로바이더가 호출을 처리할지(그리고 클라이언트 측 로그에서) 명확합니다. 관리자가 채널 별칭을 구성한 경우 업스트림의 베어 이름(예:gpt-4o-mini)도 작동할 수 있지만, /v1/models의 기본 목록은
항상 접두사 형식을 사용합니다 — 접두사 이름으로 작성된 코드는
배포 간에 이식 가능합니다.
기능별 선택
| 필요한 것 | 추천 |
|---|---|
| 가장 저렴한 채팅 | openai/gpt-4o-mini, google/gemini-2.5-flash-lite |
| 가장 강력한 추론 | openai/o3-mini-high, openai/gpt-5-pro, anthropic/claude-opus-4.7 |
| 긴 컨텍스트 + 저렴 | google/gemini-2.5-flash |
| 내장 웹 검색 | openai/gpt-4o-search-preview(Chat Completions), 또는 /v1/responses에서 모든 Grok 모델에 web_search 도구 — 웹 검색 참조 |
| 비전 입력 | openai/gpt-4o-mini, google/gemini-2.5-flash, grok/grok-4-fast-reasoning |
| 이미지 생성 | openai/gpt-image-1-mini, google/imagen-4.0-fast-generate-001, grok/grok-imagine-image |
| 자동으로 가장 저렴 선택 | orcarouter/auto — 자동 라우터 참조 |
| 비디오 생성 | kling/kling-v3-omni, kling/kling-v3 — Kling 비디오 참조 |
