Skip to content

Commit 262f021

Browse files
docs: add my-cloud-infra inference provider
1 parent 9580780 commit 262f021

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"provider": "my-cloud-infra",
3+
"displayName": "MyCloudInfra",
4+
"apiUrl": "https://calibration-gentle-constantly-liked.trycloudflare.com",
5+
"apiKeyRequired": false,
6+
"models": [
7+
{
8+
"id": "meta-llama/Llama-3.3-70B-Instruct",
9+
"architecture": "text-generation"
10+
}
11+
]
12+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<div class="inference-provider-container">
2+
<h3>MyCloudInfra</h3>
3+
<p>High-performance distributed GPU cluster accelerated backend.</p>
4+
</div>

0 commit comments

Comments
 (0)