diff --git a/README.md b/README.md
index 38dfaea801..6cde157bb9 100644
--- a/README.md
+++ b/README.md
@@ -243,7 +243,7 @@ curl http://localhost:20128/v1/chat/completions \
-
+
Cheaper Inference cheaperinference.com
@@ -252,7 +252,7 @@ curl http://localhost:20128/v1/chat/completions \
|
Thanks to Cheaper Inference, an OmniRoute Open Source Friend, for backing this project! Cheaper Inference is a cost-ranked gateway that resells 42 frontier models — Claude, GPT-5.x, Gemini, Kimi K3, GLM, DeepSeek, Grok and MiniMax — behind one OpenAI-compatible endpoint, routing each request to the cheapest eligible provider without ever charging above the model maker's list price.
- First-class support in OmniRoute: Chat Completions, the native /v1/responses endpoint, vision, tool calling and 3 image models (grok-imagine, nano-banana-pro, nano-banana-2, reachable as cheaperinference/<model>). Get an API key →
+ First-class support in OmniRoute: Chat Completions, the native /v1/responses endpoint, vision, tool calling and 3 image models (grok-imagine, nano-banana-pro, nano-banana-2, reachable as cheaperinference/<model>). Get an API key →
|
diff --git a/src/shared/constants/providers/apikey/gateways.ts b/src/shared/constants/providers/apikey/gateways.ts
index 0382cae471..1f320ee394 100644
--- a/src/shared/constants/providers/apikey/gateways.ts
+++ b/src/shared/constants/providers/apikey/gateways.ts
@@ -14,9 +14,9 @@ export const APIKEY_PROVIDERS_GATEWAYS = {
icon: "savings",
color: "#31f889",
textIcon: "CI",
- website: "https://cheaperinference.com",
+ website: "https://cheaperinference.com/?utm_source=omniroute",
apiHint:
- "Create an API key at https://cheaperinference.com (needs the `inference` scope), then paste the ir_live_… token here.",
+ "Create an API key at https://cheaperinference.com/?utm_source=omniroute (needs the `inference` scope), then paste the ir_live_… token here.",
passthroughModels: true,
},
"charm-hyper": {