NVDA 228.45 ▲1.80%GOOGL 342.48 ▲1.59%MSFT 510.12 ▲2.68%AMD 456.16 ▼0.20%INTC 91.67 ▲1.80%TSMC 417.01 ▲0.36%AMZN 258.90 ▲1.54%META 610.68 ▲3.01%AAPL 328.21 ▲1.00%PLTR 182.53 ▲7.71%
Markets at last close

Open Source

llm-proxy-tk puts enterprise model access behind an intranet gateway

·1 min read

llm-proxy-tk is an open-source FastAPI gateway designed to bring enterprise LLM usage under centralized intranet control. Instead of employees sharing vendor API keys or using public chat tools directly, teams route model calls through a self-hosted access layer that issues independent keys, authenticates users, meters usage, and connects to upstream providers such as DeepSeek, Claude, Ollama, vLLM, Zhipu, and OpenAI-compatible endpoints.

The gateway targets common governance problems for small and mid-sized teams, including leaked credentials, sensitive data leaving the corporate perimeter, and hard-to-manage integrations across multiple model vendors. Administrators can set key expiration, reset compromised access, audit call volume and token use, and view usage by department or application. Local Ollama or vLLM deployments can be added as upstream providers so finance, legal, and core code teams can keep prompts and outputs inside the corporate network.

The project stays deliberately lightweight, with Docker or bare-metal deployment, SQLite storage, offline installation support, and a built-in chat interface. It does not include billing, content moderation, or high-availability clustering. Ollama’s v0.33.0 release points to a similar shift at the access layer, adding a local proxy for Claude Desktop that can route labels such as Opus 5 to open models including Kimi K3.

Originally reported by finance.biggo.comRead the source →
Related coverage