INTEGRATIONS · CODING AGENTS & APPS

OpenWebUI

OpenWebUI connects to any OpenAI-compatible endpoint. Set the connection when you start the container, or add it from the admin settings of a running instance.

Get an API key

You need a key first. Create one on the Subscriptions page — keys are revealed once at creation, so copy it before closing the dialog.
shell
docker run -d -p 3000:8080 \
  -e OPENAI_API_BASE_URL="https://api.hoonify.ai/v1" \
  -e OPENAI_API_KEY="hoon_…" \
  -v open-webui:/app/backend/data \
  --name open-webui \
  ghcr.io/open-webui/open-webui:main

OpenWebUI reads GET /v1/models to populate the model selector — pick deepseek-ai/DeepSeek-V4-Pro, Qwen/Qwen-3.6-27B, or any other catalog model per chat.

Related: OpenAI compatibility · Models