Skip to content
Merged
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
2 changes: 2 additions & 0 deletions docs/inference-providers/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@
title: Replicate
- local: providers/sambanova
title: SambaNova
- local: providers/scaleway
title: Scaleway
- local: providers/together
title: Together

Expand Down
1 change: 1 addition & 0 deletions docs/inference-providers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Our platform integrates with leading AI infrastructure providers, giving you acc
| [Nscale](./providers/nscale) | ✅ | ✅ | | ✅ | | |
| [Replicate](./providers/replicate) | | | | ✅ | ✅ | ✅ |
| [SambaNova](./providers/sambanova) | ✅ | | ✅ | | | |
| [Scaleway](./providers/scaleway) | ✅ | | ✅ | | | |
| [Together](./providers/together) | ✅ | ✅ | | ✅ | | |

## Why Choose Inference Providers?
Expand Down
55 changes: 55 additions & 0 deletions docs/inference-providers/providers/scaleway.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<!---
WARNING

This markdown file has been generated from a script. Please do not edit it directly.

### Template

If you want to update the content related to scaleway's description, please edit the template file under `https://github.com/huggingface/hub-docs/tree/main/scripts/inference-providers/templates/providers/scaleway.handlebars`.

### Logos

If you want to update scaleway's logo, upload a file by opening a PR on https://huggingface.co/datasets/huggingface/documentation-images/tree/main/inference-providers/logos. Ping @wauplin and @celinah on the PR to let them know you uploaded a new logo.
Logos must be in .png format and be named `scaleway-light.png` and `scaleway-dark.png`. Visit https://huggingface.co/settings/theme to switch between light and dark mode and check that the logos are displayed correctly.

### Generation script

For more details, check out the `generate.ts` script: https://github.com/huggingface/hub-docs/blob/main/scripts/inference-providers/scripts/generate.ts.
--->

# Scaleway

<Tip>

All supported Scaleway models can be found [here](https://huggingface.co/models?inference_provider=scaleway&sort=trending)

</Tip>

<div class="flex justify-center">
<a href="https://www.scaleway.com" target="_blank">
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/logos/scaleway-light.png"/>
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/logos/scaleway-dark.png"/>
</a>
</div>

<div class="flex">
<a href="https://huggingface.co/scaleway" target="_blank">
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-us-on-hf-lg.svg"/>
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-us-on-hf-lg-dark.svg"/>
</a>
</div>

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.

## Supported tasks


### Chat Completion (LLM)

Find out more about Chat Completion (LLM) [here](../tasks/chat-completion).

<InferenceSnippet
pipeline=text-generation
providersMapping={ {"scaleway":{"modelId":"Qwen/Qwen3-235B-A22B-Instruct-2507","providerModelId":"qwen3-235b-a22b-instruct-2507"} } }
conversational />

5 changes: 5 additions & 0 deletions scripts/inference-providers/scripts/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const PROVIDERS_HUB_ORGS: Record<string, string> = {
nscale: "nscale",
replicate: "replicate",
sambanova: "sambanovasystems",
scaleway: "scaleway",
together: "togethercomputer",
};

Expand All @@ -63,6 +64,7 @@ const PROVIDERS_URLS: Record<string, string> = {
nscale: "https://www.nscale.com/",
replicate: "https://replicate.com/",
sambanova: "https://sambanova.ai/",
scaleway: "https://www.scaleway.com",
together: "https://together.xyz/",
};
const INFERENCE_PROVIDERS = Object.keys(PROVIDERS_HUB_ORGS);
Expand Down Expand Up @@ -543,6 +545,9 @@ async function fetchWarmModels(
const providerData = providerMapping.filter(
(mapping) => mapping.provider === provider,
)[0];
if (!providerData) {
return;
}
return {
modelId: topModelData.id,
provider: provider,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Scaleway

<Tip>

All supported Scaleway models can be found [here](https://huggingface.co/models?inference_provider=scaleway&sort=trending)

</Tip>

{{{logoSection}}}

{{{followUsSection}}}

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.

{{{tasksSection}}}