mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-04 06:12:10 +03:00
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 `<a href>` 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 `<sub>cheaperinference.com</sub>` label under the logo (plain text, not a link).
This commit is contained in:
committed by
GitHub
parent
35405be602
commit
743ccc895a
@@ -243,7 +243,7 @@ curl http://localhost:20128/v1/chat/completions \
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" width="150">
|
||||
<a href="https://cheaperinference.com">
|
||||
<a href="https://cheaperinference.com/?utm_source=omniroute">
|
||||
<img src="public/providers/cheaperinference.svg" width="64" alt="Cheaper Inference"/>
|
||||
</a>
|
||||
<br/><b>Cheaper Inference</b><br/><sub>cheaperinference.com</sub><br/><br/>
|
||||
@@ -252,7 +252,7 @@ curl http://localhost:20128/v1/chat/completions \
|
||||
<td>
|
||||
Thanks to <b>Cheaper Inference</b>, 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.
|
||||
<br/><br/>
|
||||
<b>First-class support in OmniRoute:</b> Chat Completions, the native <code>/v1/responses</code> endpoint, vision, tool calling and 3 image models (<code>grok-imagine</code>, <code>nano-banana-pro</code>, <code>nano-banana-2</code>, reachable as <code>cheaperinference/<model></code>). <a href="https://cheaperinference.com"><b>Get an API key →</b></a>
|
||||
<b>First-class support in OmniRoute:</b> Chat Completions, the native <code>/v1/responses</code> endpoint, vision, tool calling and 3 image models (<code>grok-imagine</code>, <code>nano-banana-pro</code>, <code>nano-banana-2</code>, reachable as <code>cheaperinference/<model></code>). <a href="https://cheaperinference.com/?utm_source=omniroute"><b>Get an API key →</b></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user