Cursor
Best when your installed Cursor settings expose a compatible
custom provider path for the workflow you are testing. Cursor
documents custom API-key limits, so verify the current UI before
planning a team rollout. If the needed base URL path is not
available, move TKEN into Continue, Open WebUI, LiteLLM, SDK code,
or another tool that explicitly supports custom OpenAI-compatible
endpoints.
Continue
Best for one developer or a small workspace that wants an IDE
assistant with explicit OpenAI-compatible apiBase configuration.
Keep the key in a secret reference or environment variable, test
one low-risk prompt first, and keep file-write or agent behavior
behind human approval during evaluation.
Open WebUI direct
Best for a fast personal or low-volume browser chat UI. Point the
OpenAI-compatible provider URL at https://www.tken.shop/v1, keep
the TKEN key server-side, and verify model discovery before shared
use.
Open WebUI plus LiteLLM
Best when a team wants a chat UI plus central route names, proxy
auth, logs, retries, fallback behavior, and spend controls. Open
WebUI calls LiteLLM; LiteLLM owns the upstream TKEN key and route
map.
LiteLLM virtual keys
Best for internal apps, agents, chat UIs, and individual users
that need separate keys, budgets, model allowlists, RPM/TPM
limits, expiration windows, and owner metadata without sharing the
upstream TKEN key.