UNPKG

lynkr

Version:

Self-hosted LLM gateway and tier-routing proxy for Claude Code, Cursor, and Codex. Routes across Ollama, AWS Bedrock, OpenRouter, Databricks, Azure OpenAI, llama.cpp, and LM Studio with prompt caching, MCP tools, and 60-80% cost savings.

8 lines (7 loc) 184 B
if (process.env.CLUSTER_ENABLED === 'true') { const { startCluster } = require('./src/cluster'); startCluster(); } else { const { start } = require('./src/server'); start(); }