Gateway

Linc can expose an OpenAI-compatible local gateway. This is the compatibility layer for tools and UI wrappers that expect /v1/models and /v1/chat/completions.

Start the gateway:


linc gateway

Use a custom host or port:


linc gateway --host 127.0.0.1 --port 8642

Health check:


curl http://127.0.0.1:8642/health

List models:


curl http://127.0.0.1:8642/v1/models

The gateway is designed for compatibility, not as a broad provider router. Linc routes model access through case.dev.