|
| 1 | +<!--- |
| 2 | +WARNING |
| 3 | +
|
| 4 | +This markdown file has been generated from a script. Please do not edit it directly. |
| 5 | +
|
| 6 | +### Template |
| 7 | +
|
| 8 | +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`. |
| 9 | +
|
| 10 | +### Logos |
| 11 | +
|
| 12 | +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. |
| 13 | +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. |
| 14 | +
|
| 15 | +### Generation script |
| 16 | +
|
| 17 | +For more details, check out the `generate.ts` script: https://github.com/huggingface/hub-docs/blob/main/scripts/inference-providers/scripts/generate.ts. |
| 18 | +---> |
| 19 | + |
| 20 | +# Scaleway |
| 21 | + |
| 22 | +<Tip> |
| 23 | + |
| 24 | +All supported Scaleway models can be found [here](https://huggingface.co/models?inference_provider=scaleway&sort=trending) |
| 25 | + |
| 26 | +</Tip> |
| 27 | + |
| 28 | +<div class="flex justify-center"> |
| 29 | + <a href="https://www.scaleway.com" target="_blank"> |
| 30 | + <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/logos/scaleway-light.png"/> |
| 31 | + <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/logos/scaleway-dark.png"/> |
| 32 | + </a> |
| 33 | +</div> |
| 34 | + |
| 35 | +<div class="flex"> |
| 36 | + <a href="https://huggingface.co/scaleway" target="_blank"> |
| 37 | + <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-us-on-hf-lg.svg"/> |
| 38 | + <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-us-on-hf-lg-dark.svg"/> |
| 39 | + </a> |
| 40 | +</div> |
| 41 | + |
| 42 | +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. |
| 43 | + |
| 44 | +## Supported tasks |
| 45 | + |
| 46 | + |
| 47 | +### Chat Completion (LLM) |
| 48 | + |
| 49 | +Find out more about Chat Completion (LLM) [here](../tasks/chat-completion). |
| 50 | + |
| 51 | +<InferenceSnippet |
| 52 | + pipeline=text-generation |
| 53 | + providersMapping={ {"scaleway":{"modelId":"Qwen/Qwen3-235B-A22B-Instruct-2507","providerModelId":"qwen3-235b-a22b-instruct-2507"} } } |
| 54 | +conversational /> |
| 55 | + |
0 commit comments