From 743ccc895aa42e91b87ea3bbd95f633a24467e0d Mon Sep 17 00:00:00 2001 From: Diego Rodrigues de Sa e Souza Date: Sun, 2 Aug 2026 20:27:53 -0300 Subject: [PATCH] docs(marketing): track Cheaper Inference link clicks via ?utm_source=omniroute (#9258) Adds the `?utm_source=omniroute` tracking parameter to every public-facing URL where Cheaper Inference is clickable. - README: the two `` targets in the Open Source Friends table row (logo + "Get an API key" CTA) - `gateways.ts`: the `website` field and the `apiHint` text Not changed on purpose: `api.cheaperinference.com/*` endpoints (technical, not clicks), JSDoc mentions (descriptive text), and the `cheaperinference.com` label under the logo (plain text, not a link). --- README.md | 4 ++-- src/shared/constants/providers/apikey/gateways.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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
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": {