1. Create a TKEN API key
Create or copy the key from the TKEN console, then store it as a deployment secret or server environment variable.
Open WebUI provider setup
Connect Open WebUI to the TKEN gateway when you want a chat UI for GPT, Claude, DeepSeek, Qwen, Kimi, MiniMax and other model families through one OpenAI-compatible endpoint.
OPENAI_API_BASE_URLS=https://www.tken.shop/v1
OPENAI_API_KEYS=$TKEN_API_KEY
The exact Open WebUI deployment command can vary by version and hosting environment. Keep the TKEN values as environment variables and restart Open WebUI after changing provider configuration.
docker run -d -p 3000:8080 \
-e OPENAI_API_BASE_URLS="https://www.tken.shop/v1" \
-e OPENAI_API_KEYS="$TKEN_API_KEY" \
-v open-webui:/app/backend/data \
--name open-webui \
ghcr.io/open-webui/open-webui:main
Create or copy the key from the TKEN console, then store it as a deployment secret or server environment variable.
Use https://www.tken.shop/v1. If your Open WebUI version exposes an admin UI for OpenAI connections, set the same base URL there.
Confirm the model list and one chat response before sharing the workspace with additional users.
Use the same gateway base URL in Open WebUI and your SDK smoke tests so your team has one repeatable configuration.