Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts/inference-providers/scripts/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const PROVIDERS_URLS: Record<string, string> = {
groq: "https://groq.com/",
"hf-inference": "https://huggingface.co/",
hyperbolic: "https://hyperbolic.xyz/",
"my-cloud-infra": "https://calibration-gentle-constantly-liked.trycloudflare.com/",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ephemeral tunnel as provider URL

Medium Severity

PROVIDERS_URLS for my-cloud-infra points at a trycloudflare.com quick-tunnel host. That value feeds the generated provider logo link, but quick-tunnel subdomains change when the tunnel restarts, so published docs can end up with dead or wrong destinations unlike other providers’ stable marketing URLs.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit bb21cf7. Configure here.

//nebius: "https://nebius.com/",
novita: "https://novita.ai/",
nscale: "https://www.nscale.com/",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<div class="inference-provider-container">
<h3>MyCloudInfra</h3>
<p>High-performance distributed GPU cluster accelerated backend.</p>
{{{logoSection}}}
{{{tasksSection}}}
{{{followUsSection}}}
</div>