/통합/Open WebUI
통합 가이드

Open WebUI + OrcaRouter

Open WebUI is the most popular self-hosted LLM chat interface. It reads its OpenAI connection from two environment variables — start the container with them pointed at OrcaRouter and every model on the catalog shows up in the model picker.

설정 단계

5분 만에 OrcaRouter 연결

  1. 1.Install Docker (or use an existing Open WebUI deployment).
  2. 2.Start the container with OPENAI_API_BASE_URL=https://api.orcarouter.ai/v1 and OPENAI_API_KEY=sk-orca-… (see the snippet).
  3. 3.Open http://localhost:3000 and create the admin account.
  4. 4.Every OrcaRouter model appears in the model picker automatically — or manage the connection later under Admin Panel → Settings → Connections.
  5. 5.Pick a model and chat. You're routing.
설정 예시
docker run -d -p 3000:8080 \
  -e OPENAI_API_BASE_URL="https://api.orcarouter.ai/v1" \
  -e OPENAI_API_KEY="sk-orca-..." \
  -v open-webui:/app/backend/data \
  --name open-webui \
  ghcr.io/open-webui/open-webui:main
Open WebUI을(를) OrcaRouter로 라우팅하는 이유는 무엇입니까?

Open WebUI is only as good as the endpoint behind it. With OrcaRouter you give every user of your instance 200+ models through one connection, automatic failover when a provider goes down, and a single cost dashboard instead of a drawer full of API keys.

기타 통합

Open WebUI을(를) OrcaRouter로 라우팅할 준비가 되었나요?

API 키를 받으면 Open WebUI을(를) OrcaRouter를 통해 200+ 모델로 라우팅할 수 있습니다 — 마크업 없음.

API 키 받기
© 2026 OrcaRouter

제공업체용

추론 플랫폼을 운영하시나요? OrcaRouter에 모델을 등록하세요.

문의하기

커뮤니티에 참여하세요

DiscordEmailXGitHubYouTube