ホーム/統合/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