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
4 changes: 4 additions & 0 deletions pages/managed-inference/reference-content/model-catalog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ categories:
---
A quick overview of available models in Scaleway's catalog and their core attributes. Expand any model below to see usage examples, curl commands, and detailed capabilities.

<Message type="tip">
For more information about all the models supported in Managed Inference, refer to the [Supported Models in Managed Inference](/managed-inference/reference-content/supported-models/) page.
</Message>

## Models technical summary

| Model name | Provider | Maximum Context length (tokens) | Modalities | Instances | License |
Expand Down
40 changes: 3 additions & 37 deletions pages/managed-inference/reference-content/supported-models.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,46 +15,12 @@ categories:

Scaleway Managed Inference allows you to deploy various AI models, either from:

* [Scaleway catalog](#scaleway-catalog): A curated set of ready-to-deploy models available through the [Scaleway console](https:/console.scaleway.com/inference/deployments/) or the [Managed Inference models API](https:/www.scaleway.com/en/developers/api/inference/#path-models-list-models)
* [Scaleway model catalog](#scaleway-model-catalog): A curated set of ready-to-deploy models available through the [Scaleway console](https:/console.scaleway.com/inference/deployments/) or the [Managed Inference models API](https:/www.scaleway.com/en/developers/api/inference/#path-models-list-models)
* [Custom models](#custom-models): Models that you import, typically from sources like Hugging Face.

## Scaleway catalog

### Multimodal models (chat + vision)

_More details to be added._

### Chat models

| Provider | Model identifier | Documentation | License |
|------------|-----------------------------------|--------------------------------------------------------------------------|-------------------------------------------------------|
| Allen AI | `molmo-72b-0924` | [View Details](/managed-inference/reference-content/model-catalog/#molmo-72b-0924) | [Apache 2.0 license](https:/www.apache.org/licenses/LICENSE-2.0) |
| Deepseek | `deepseek-r1-distill-llama-70b` | [View Details](/managed-inference/reference-content/model-catalog/#deepseek-r1-distill-llama-70b) | [MIT license](https:/huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/mit.md) |
| Deepseek | `deepseek-r1-distill-llama-8b` | [View Details](/managed-inference/reference-content/model-catalog/#deepseek-r1-distill-llama-8b) | [MIT license](https:/huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/mit.md) |
| Meta | `llama-3-70b-instruct` | [View Details](/managed-inference/reference-content/model-catalog/#llama-3-70b-instruct) | [Llama 3 license](https:/www.llama.com/llama3/license/) |
| Meta | `llama-3-8b-instruct` | [View Details](/managed-inference/reference-content/model-catalog/#llama-3-8b-instruct) | [Llama 3 license](https:/www.llama.com/llama3/license/) |
| Meta | `llama-3.1-70b-instruct` | [View Details](/managed-inference/reference-content/model-catalog/#llama-31-70b-instruct) | [Llama 3.1 community license](https:/www.llama.com/llama3_1/license/) |
| Meta | `llama-3.1-8b-instruct` | [View Details](/managed-inference/reference-content/model-catalog/#llama-31-8b-instruct) | [Llama 3.1 license](https:/www.llama.com/llama3_1/license/) |
| Meta | `llama-3.3-70b-instruct` | [View Details](/managed-inference/reference-content/model-catalog/#llama-33-70b-instruct) | [Llama 3.3 license](https:/www.llama.com/llama3_3/license/) |
| Nvidia | `llama-3.1-nemotron-70b-instruct` | [View Details](/managed-inference/reference-content/model-catalog/#llama-31-nemotron-70b-instruct)| [Llama 3.1 community license](https:/www.llama.com/llama3_1/license/) |
| Mistral | `mixtral-8x7b-instruct-v0.1` | [View Details](/managed-inference/reference-content/model-catalog/#mixtral-8x7b-instruct-v01/) | [Apache 2.0 license](https:/www.apache.org/licenses/LICENSE-2.0) |
| Mistral | `mistral-7b-instruct-v0.3` | [View Details](/managed-inference/reference-content/model-catalog/#mistral-7b-instruct-v03) | [Apache 2.0 license](https:/www.apache.org/licenses/LICENSE-2.0) |
| Mistral | `mistral-nemo-instruct-2407` | [View Details](/managed-inference/reference-content/model-catalog/#mistral-nemo-instruct-2407) | [Apache 2.0 license](https:/www.apache.org/licenses/LICENSE-2.0) |
| Mistral | `mistral-small-24b-instruct-2501` | [View Details](/managed-inference/reference-content/model-catalog/#mistral-small-24b-instruct-2501)| [Apache 2.0 license](https:/www.apache.org/licenses/LICENSE-2.0) |
| Mistral | `pixtral-12b-2409` | [View Details](/managed-inference/reference-content/model-catalog/#pixtral-12b-2409) | [Apache 2.0 license](https:/www.apache.org/licenses/LICENSE-2.0) |
| Qwen | `qwen2.5-coder-32b-instruct` | [View Details](/managed-inference/reference-content/model-catalog/#qwen2.5-coder-32b-instruct) | [Apache 2.0 license](https:/huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct/blob/main/LICENSE) |

### Vision models

_More details to be added._

### Embedding models

| Provider | Model identifier | Documentation | License |
|----------|------------------|----------------|---------|
| BAAI | `bge-multilingual-gemma2` | [View Details](/managed-inference/reference-content/model-catalog/#bge-multilingual-gemma2) | [Gemma Terms of Use](https:/ai.google.dev/gemma/terms) |
| Sentence Transformers | `sentence-t5-xxl` | [View Details](/managed-inference/reference-content/model-catalog/#sentence-t5-xxl) | [Apache 2.0 license](https:/www.apache.org/licenses/LICENSE-2.0) |
## Scaleway model catalog

You can find a complete list of all models available in Scaleway's catalog on the [Managed Inference model catalog page](/managed-inference/reference-content/model-catalog/).

## Custom models

Expand Down