Skip to main content
Use Lynkr with Eden AI to route your gateway to 500+ AI models with tier-based cost optimisation.

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:
Tier-based (recommended for cost) — set all four tiers to Eden AI models; Lynkr routes by request complexity:

Available Models

Use the provider/model format for any Eden AI model: OpenAI
  • openai/gpt-5.5
  • openai/gpt-5-mini
Anthropic
  • anthropic/claude-sonnet-5
  • anthropic/claude-haiku-4-5
Google
  • google/gemini-2.5-pro
  • google/gemini-3.5-flash
Mistral
  • mistral/mistral-large-2512
  • mistral/mistral-small-2603

Environment Variables

Next Steps