Skip to content

Commit c6925b9

Browse files
committed
feat: add scaleway inference provider
1 parent 04e40fb commit c6925b9

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

scripts/inference-providers/scripts/generate.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ const PROVIDERS_HUB_ORGS: Record<string, string> = {
4646
nscale: "nscale",
4747
replicate: "replicate",
4848
sambanova: "sambanovasystems",
49+
scaleway: "scaleway",
4950
together: "togethercomputer",
5051
};
5152

@@ -63,6 +64,7 @@ const PROVIDERS_URLS: Record<string, string> = {
6364
nscale: "https://www.nscale.com/",
6465
replicate: "https://replicate.com/",
6566
sambanova: "https://sambanova.ai/",
67+
scaleway: "https://www.scaleway.com",
6668
together: "https://together.xyz/",
6769
};
6870
const INFERENCE_PROVIDERS = Object.keys(PROVIDERS_HUB_ORGS);
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Scaleway
2+
3+
<Tip>
4+
5+
All supported Scaleway models can be found [here](https://huggingface.co/models?inference_provider=scaleway&sort=trending)
6+
7+
</Tip>
8+
9+
{{{logoSection}}}
10+
11+
{{{followUsSection}}}
12+
13+
Scaleway is a European cloud provider, serving latest LLM models through its [Generative APIs](https://www.scaleway.com/en/generative-apis/) alongside a complete cloud ecosystem.
14+
15+
{{{tasksSection}}}

0 commit comments

Comments
 (0)