OpenRouter는 여러 LLM provider/model을 OpenAI-compatible API 형태로 접근하게 해주는 model routing/API gateway 플랫폼이다. 위키에서는 모델 가격·컨텍스트 비교와 benchmark API reference를 함께 묶어 모델 선택·라우팅 의사결정의 참조점으로 사용한다.
핵심 참조
- 2026-04-24-openrouter-model-pricing-comparison —
/api/v1/models기반 가격·컨텍스트 비교 - 2026-06-26-openrouter-list-benchmarks-api-reference —
GET /api/v1/benchmarks통합 벤치마크 endpoint reference - moc-ai-models — LLM/benchmark 관련 MOC
API 메모
- Models API는 모델별 가격, context length, slug 정보를 제공한다.
- Benchmarks API는
artificial-analysis와design-arenasource의 benchmark score를 통합 조회한다. - 인증은 OpenRouter API key를 Bearer token으로 전달한다. 실제 key/token 값은 위키에 저장하지 않는다.
주의점
- OpenRouter의 모델 slug와 upstream 표시명이 다를 수 있으므로
model_permaslug를 안정 식별자로 우선 저장한다. - benchmark/API 데이터는 빠르게 변할 수 있으므로 실사용 전 최신 endpoint 결과를 재조회한다.
- source를 합쳐 조회한 benchmark 결과는 attribution/citation이 source별로 달라질 수 있다.