Enterprise AI Model Deployment Solution

Deploy an enterprise local gateway on a Linux PC. Team PCs access the local gateway over LAN with LinkAI Local API Keys, and the Linux PC connects to LinkAI ModelHub with one LinkAI API Key.

Architecture

Compare direct API access with the enterprise local gateway deployment.

Direct API Access
普通 API 直连架构示意图 普通 API 直连架构示意图 LinkAI API Key LinkAI ModelHub https://api.linknlink.ai/modelhub/v1
Enterprise Local Gateway
企业本地网关架构示意图 企业本地网关架构示意图 LinkAI Local API Key Linux PC Enterprise local gateway http://local-ip:18080/v1 LinkAI API Key LinkAI ModelHub https://api.linknlink.ai/modelhub/v1

Why teams use an enterprise local gateway

Keep the real LinkAI API Key inside your company and give members manageable local keys.

Unified LAN entry point

Team members connect to the internal address http://local-ip:18080/v1, so each PC does not need its own external API configuration.

Keep the main key internal

The LinkAI API Key stays on the enterprise Linux PC. Members use local keys, reducing leakage and misuse risk.

Authorize by person or device

Issue local keys for members, devices, or projects, then disable them when someone leaves, changes machines, or a project ends.

Trace usage by member

All requests pass through the local gateway first, making it easier to review call history, find abnormal spend, and diagnose failed requests.

Centralized enterprise egress

Only the Linux PC needs to access LinkAI ModelHub, simplifying firewall, proxy, audit, and allowlist setup.

Works with familiar tools

OpenAI-compatible tools such as Codex and Cursor only need a base_url and local key change. The calling experience stays the same.

Enterprise local gateway management console

Administrators can view team usage, trace employee requests, and create local keys from the gateway console.

用量分析总览截图
Usage analytics overview View total requests, token usage, and cost trends for the enterprise gateway.
员工用量记录截图
Employee usage records See usage by employee, device, or project to make internal cost tracking clearer.
员工请求明细截图
Employee request details Review request logs and response status to diagnose errors and abnormal usage faster.
一键生成本地 Key 截图
Create local keys in one step Create and copy local keys for employees without exposing the upstream LinkAI API Key.

Ready to deploy the enterprise local gateway?

The deployment guide will cover Linux installation, Local API Key setup, and client configuration.

View deployment docs