Skip to content

Commit cbce849

Browse files
committed
feat(infr): add model catalog
1 parent 236bc41 commit cbce849

File tree

3 files changed

+62
-431
lines changed

3 files changed

+62
-431
lines changed

menu/navigation.json

Lines changed: 54 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -872,6 +872,10 @@
872872
"label": "Support for function calling in Scaleway Managed Inference",
873873
"slug": "function-calling-support"
874874
},
875+
{
876+
"label": "Managed Inference model catalog",
877+
"slug": "model-catalog"
878+
},
875879
{
876880
"label": "BGE-Multilingual-Gemma2 model",
877881
"slug": "bge-multilingual-gemma2"
@@ -3300,7 +3304,7 @@
33003304
"slug": "faq"
33013305
},
33023306
{
3303-
"items": [
3307+
"items": [
33043308
{
33053309
"label": "Order an InterLink",
33063310
"slug": "order-interlink"
@@ -3310,61 +3314,61 @@
33103314
"slug": "complete-provisioning"
33113315
},
33123316
{
3313-
"label": "Configure an InterLink",
3314-
"slug": "configure-interlink"
3315-
},
3316-
{
3317-
"label": "Create a routing policy",
3318-
"slug": "create-routing-policy"
3319-
},
3320-
{
3321-
"label": "Delete an InterLink",
3322-
"slug": "delete-interlink"
3323-
}
3324-
],
3325-
"label": "How to",
3326-
"slug": "how-to"
3327-
},
3328-
{
3329-
"items": [
3330-
{
3331-
"label": "InterLink API Reference",
3332-
"slug": "https://www.scaleway.com/en/developers/api/interlink/"
3333-
}
3334-
],
3335-
"label": "API/CLI",
3336-
"slug": "api-cli"
3337-
},
3338-
{
3339-
"items": [
3340-
{
3341-
"label": "InterLink overview",
3342-
"slug": "overview"
3343-
},
3344-
{
3345-
"label": "InterLink provisioning",
3346-
"slug": "provisioning"
3347-
},
3348-
{
3349-
"label": "Configuring an InterLink",
3350-
"slug": "configuring"
3317+
"label": "Configure an InterLink",
3318+
"slug": "configure-interlink"
3319+
},
3320+
{
3321+
"label": "Create a routing policy",
3322+
"slug": "create-routing-policy"
3323+
},
3324+
{
3325+
"label": "Delete an InterLink",
3326+
"slug": "delete-interlink"
3327+
}
3328+
],
3329+
"label": "How to",
3330+
"slug": "how-to"
33513331
},
33523332
{
3353-
"label": "InterLink statuses",
3354-
"slug": "statuses"
3333+
"items": [
3334+
{
3335+
"label": "InterLink API Reference",
3336+
"slug": "https://www.scaleway.com/en/developers/api/interlink/"
3337+
}
3338+
],
3339+
"label": "API/CLI",
3340+
"slug": "api-cli"
33553341
},
33563342
{
3357-
"label": "Using BGP communities",
3358-
"slug": "bgp-communities"
3343+
"items": [
3344+
{
3345+
"label": "InterLink overview",
3346+
"slug": "overview"
3347+
},
3348+
{
3349+
"label": "InterLink provisioning",
3350+
"slug": "provisioning"
3351+
},
3352+
{
3353+
"label": "Configuring an InterLink",
3354+
"slug": "configuring"
3355+
},
3356+
{
3357+
"label": "InterLink statuses",
3358+
"slug": "statuses"
3359+
},
3360+
{
3361+
"label": "Using BGP communities",
3362+
"slug": "bgp-communities"
3363+
}
3364+
],
3365+
"label": "Additional Content",
3366+
"slug": "reference-content"
33593367
}
33603368
],
3361-
"label": "Additional Content",
3362-
"slug": "reference-content"
3363-
}
3364-
],
3365-
"label": "InterLink",
3366-
"slug": "interlink"
3367-
},
3369+
"label": "InterLink",
3370+
"slug": "interlink"
3371+
},
33683372
{
33693373
"items": [
33703374
{

pages/managed-inference/reference-content/models2.mdx renamed to pages/managed-inference/reference-content/model-catalog.mdx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@ content:
77
paragraph: This page provides information on the Scaleway Managed Inference product catalog
88
tags:
99
dates:
10-
validation: 2025-03-19
11-
posted: 2024-05-28
10+
validation: 2025-04-18
11+
posted: 2024-04-18
1212
categories:
1313
- ai-data
1414
---
1515
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.
1616

17-
## Summary table
18-
| Model Name | Provider | Context Length | Modalities | Instances | License |
17+
## Models technical summary
18+
19+
| Model name | Provider | Context length | Modalities | Instances | License |
1920
|------------|----------|--------------|------------|-----------|---------|
2021
| [`mixtral-8x7b-instruct-v0.1`](#mixtral-8x7b-instruct-v01) | Mistral | 32k tokens | Text | H100 | Apache 2.0 |
2122
| [`llama-3.1-70b-instruct`](#llama-31-70b-instruct) | Meta | 32k tokens | Text | H100, H100-2 | Llama 3 community |
@@ -36,7 +37,8 @@ A quick overview of available models in Scaleway's catalog and their core attrib
3637
| [`qwen2.5-coder-32b-instruct`](#qwen25-coder-32b-instruct) | Qwen | up to 32k | Code | H100, H100-2 | Qianwen License |
3738
| [`sentence-t5-xxl`](#sentence-t5-xxl) | Sentence transformers | 512 tokens | Embeddings | L4 | Apache 2.0 |
3839

39-
| Model Name | Structured output supported | Function calling | Supported languages |
40+
## Models feature summary
41+
| Model name | Structured output supported | Function calling | Supported languages |
4042
| --- | --- | --- | --- |
4143
| `Mixtral-8x7b-instruct-v0.1` | Yes | No | English, French, German, Spanish |
4244
| `Llama-3.1-70b-instruct` | Yes | Yes | English, German, French, Italian, Portuguese, Hindi, Spanish, and Thai |
@@ -151,7 +153,7 @@ NVIDIA employed Reinforcement Learning from Human Feedback (RLHF) to fine-tune t
151153
|-----------|-------|
152154
| Structured output supported | Yes |
153155
| Function calling | Yes |
154-
| Supported languages | English, German, French, Italian, Portuguese, Hindi, Spanish, and Thai. (to verify) |
156+
| Supported languages | English, German, French, Italian, Portuguese, Hindi, Spanish, and Thai (to verify) |
155157

156158
#### Model name
157159
```

0 commit comments

Comments
 (0)