Overview
Lynkr is an open-source LLM gateway that cuts costs with tier-based routing — it scores each request 0–100 and sends it to the cheapest model that can handle it. Eden AI is a built-in Lynkr provider, so you reach models from OpenAI, Anthropic, Google, Mistral and 500+ more behind one key, with EU-based, GDPR-aligned inference and unified billing.Installation
Quick Start
Initialise Lynkr, point it at Eden AI, and start the gateway:curl
Configuration
Lynkr reads provider credentials from environment variables (or a.env file):
Routing modes
Static — every request goes to Eden AI:Available Models
Use theprovider/model format for any Eden AI model:
OpenAI
openai/gpt-5.5openai/gpt-5-mini
anthropic/claude-sonnet-5anthropic/claude-haiku-4-5
google/gemini-2.5-progoogle/gemini-3.5-flash
mistral/mistral-large-2512mistral/mistral-small-2603
Environment Variables
Next Steps
- Chat Completions - Core LLM endpoint
- List LLM Models - Browse available providers and models
- OpenAI SDK (Python) - Direct SDK usage