Skip to content

Commit 2ac279a

Browse files
feat(gen): use cases visual (#5491)
1 parent 1db905d commit 2ac279a

File tree

16 files changed

+450
-2
lines changed

16 files changed

+450
-2
lines changed

macros/ai/chat-comp-vs-responses-api.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Both the [Chat Completions API](https://www.scaleway.com/en/developers/api/gener
66

77
The **Chat Completions** API was released in 2023, and is an industry standard for building AI applications, being specifically designed for handling multi-turn conversations. It is stateless, but allows users to manage conversation history by appending each new message to the ongoing conversation. Messages in the conversation can include text, images and audio extracts. The API supports `function` tool-calling, allowing developers to define functions that the model can choose to call. If it does so, it returns the function name and arguments, which the developer's code must execute and feed back into the conversation.
88

9-
The **Responses** API was released in 2025, and is designed to combine the simplicity of Chat Completions with the ability to do more agentic tasks and reasoning. It supports statefulness, being able to maintain context without needing to resend the entire conversation history. It offers tool-calling by built-in tools (e.g. web or file search) that the model is able to execute itself while generating a response.
9+
The **Responses** API was released in 2025, and is designed to combine the simplicity of Chat Completions with the ability to do more agentic tasks and reasoning. It supports statefulness, being able to maintain context without needing to resend the entire conversation history. It offers tool-calling by built-in tools (e.g. web or file search) that the model is able to execute itself while generating a response.
1010

1111
<Message type="note">
12-
Scaleway's support for the Responses API is currently at beta stage. Support of the full feature set will be incremental: currently statefulness and tools other than `function` calling are not supported.
12+
Scaleway's support for the Responses API is currently at beta stage. Support of the full feature set will be incremental: currently statefulness and tools other than `function` calling are not supported.
1313
</Message>
1414

1515
Most supported Generative API models can be used with both Chat Completions and Responses API. For the `gpt-oss-120b` model, use of the Responses API is recommended, as it will allow you to access all of its features, especially tool-calling.

menu/mainLinks.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
"label": "Tutorials",
1111
"slug": "tutorials"
1212
},
13+
{
14+
"icon": "UseCaseCategoryIcon",
15+
"label": "Use cases",
16+
"slug": "use-cases"
17+
},
1318
{
1419
"icon": "BillingCategoryIcon",
1520
"label": "Troubleshooting Hub",
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Host an application
3+
description: Seamlessly deploy and host your applications on Scaleway's scalable cloud infrastructure.
4+
---
5+
6+
## Host an application at Scaleway
7+
Seamlessly deploy and host your applications on Scaleway's scalable cloud infrastructure.
8+
9+
<Grid>
10+
<SummaryCard
11+
title="Placeholder"
12+
icon="rocket"
13+
description="Placeholder"
14+
label="Read more"
15+
url="/use-cases/"
16+
/>
17+
<SummaryCard
18+
title="Placeholder"
19+
icon="rocket"
20+
description="Placeholder"
21+
label="Read more"
22+
url="/use-cases/"
23+
/>
24+
</Grid>
25+
26+
## Related tutorials
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Backup and archive data
3+
description: Discover how to safeguard your data with different backup and archival solutions.
4+
---
5+
6+
## Backup and archive your data
7+
Safeguard your data with different backup and archival solutions.
8+
9+
<Grid>
10+
<SummaryCard
11+
title="Placeholder"
12+
icon="rocket"
13+
description="Placeholder"
14+
label="Read more"
15+
url="/use-cases/"
16+
/>
17+
<SummaryCard
18+
title="Placeholder"
19+
icon="rocket"
20+
description="Placeholder"
21+
label="Read more"
22+
url="/use-cases/"
23+
/>
24+
</Grid>
25+
26+
## Related tutorials
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Best practices
3+
description: Learn from Scaleway's expert guides and best practices to optimize your cloud strategy.
4+
---
5+
6+
## Discover best practices
7+
Learn from Scaleway's expert guides and best practices to optimize your cloud usage.
8+
9+
<Grid>
10+
<SummaryCard
11+
title="Placeholder"
12+
icon="rocket"
13+
description="Placeholder"
14+
label="Read more"
15+
url="/use-cases/"
16+
/>
17+
<SummaryCard
18+
title="Placeholder"
19+
icon="rocket"
20+
description="Placeholder"
21+
label="Read more"
22+
url="/use-cases/"
23+
/>
24+
</Grid>
25+
26+
## Related tutorials
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Build and run AI
3+
description: Discover how to leverage Scaleway's AI & Data services to develop, train, and deploy powerful AI models.
4+
---
5+
6+
## Build and run AI at Scaleway
7+
Leverage Scaleway's AI & Data services to develop, train, and deploy powerful AI models.
8+
9+
<Grid>
10+
<SummaryCard
11+
title="Placeholder"
12+
icon="rocket"
13+
description="Placeholder"
14+
label="Read more"
15+
url="/use-cases/"
16+
/>
17+
<SummaryCard
18+
title="Placeholder"
19+
icon="rocket"
20+
description="Placeholder"
21+
label="Read more"
22+
url="/use-cases/"
23+
/>
24+
</Grid>
25+
26+
## Related tutorials
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Deploy and manage external software
3+
description: Discover how to deploy and manage external software with Scaleway's flexible and customizable cloud environment.
4+
---
5+
6+
## Deploy and manage external software
7+
Easily deploy and manage external software with Scaleway's flexible and customizable cloud environment.
8+
9+
<Grid>
10+
<SummaryCard
11+
title="Placeholder"
12+
icon="rocket"
13+
description="Placeholder"
14+
label="Read more"
15+
url="/use-cases/"
16+
/>
17+
<SummaryCard
18+
title="Placeholder"
19+
icon="rocket"
20+
description="Placeholder"
21+
label="Read more"
22+
url="/use-cases/"
23+
/>
24+
</Grid>
25+
26+
## Related tutorials

pages/use-cases/index.mdx

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
---
2+
title: Use Cases
3+
description: Discover the different ways you can use the Scaleway products to develop your projects.
4+
---
5+
6+
## Use cases
7+
Get started with our most popular use cases.
8+
9+
10+
## What do you want to do?
11+
12+
<ClickableBanner
13+
productLogo="cli"
14+
title="Migrate to Scaleway"
15+
url="/use-cases/migration"
16+
label="Browse"
17+
/>
18+
19+
<Grid>
20+
<Card
21+
title="Host a website"
22+
label="Browse"
23+
url="/use-cases/website-hosting/"
24+
/>
25+
<Card
26+
title="Host a web app"
27+
label="Browse"
28+
url="/use-cases/application-hosting/"
29+
/>
30+
<Card
31+
title="Set up and test"
32+
label="Browse"
33+
url="/use-cases/set-up-and-test"
34+
/>
35+
</Grid>
36+
37+
<Grid>
38+
<Card
39+
title="Build and run AI"
40+
label="Browse"
41+
url="/use-cases/build-and-run-ai/"
42+
/>
43+
<Card
44+
title="Back up and archive data"
45+
label="Browse"
46+
url="/use-cases/back-up-data/"
47+
/>
48+
<Card
49+
title="Discover best practices"
50+
label="Browse"
51+
url="/use-cases/best-practices/"
52+
/>
53+
</Grid>
54+
55+
<Grid>
56+
<Card
57+
title="Secure my resources"
58+
label="Browse"
59+
url="/use-cases/security/"
60+
/>
61+
<Card
62+
title="Deploy and manage external software"
63+
label="Browse"
64+
url="/use-cases/deploy-and-manage-external-software/"
65+
/>
66+
<Card
67+
title="Connect IoT Devices"
68+
label="Browse"
69+
url="/use-cases/iot"
70+
/>
71+
</Grid>
72+
73+
<Grid>
74+
<Card
75+
title="Manage, share and store data"
76+
label="Browse"
77+
url="/use-cases/manage-share-and-store-data/"
78+
/>
79+
<Card
80+
title="Monitor resources"
81+
label="Browse"
82+
url="/use-cases/monitoring/"
83+
/>
84+
<Card
85+
title="Manage resources"
86+
label="Browse"
87+
url="/use-cases/resource-management/"
88+
/>
89+
</Grid>

pages/use-cases/iot/index.mdx

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Connect IoT devices
3+
description: Discover how to integrate and manage your IoT ecosystem using Scaleway's IoT Hub.
4+
---
5+
6+
## Connect IoT devices with Scaleway
7+
Integrate and manage your IoT ecosystem using Scaleway's IoT Hub.
8+
9+
<Grid>
10+
<SummaryCard
11+
title="Placeholder"
12+
icon="rocket"
13+
description="Placeholder"
14+
label="Read more"
15+
url="/use-cases/"
16+
/>
17+
<SummaryCard
18+
title="Placeholder"
19+
icon="rocket"
20+
description="Placeholder"
21+
label="Read more"
22+
url="/use-cases/"
23+
/>
24+
</Grid>
25+
26+
## Related tutorials
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Manage, share, store data
3+
description: Discover the different ways you can use the Scaleway products to develop your projects.
4+
---
5+
6+
## Manage, share, store data
7+
Manage, share, and store your data with secure and scalable storage options.
8+
9+
<Grid>
10+
<SummaryCard
11+
title="Placeholder"
12+
icon="rocket"
13+
description="Placeholder"
14+
label="Read more"
15+
url="/use-cases/"
16+
/>
17+
<SummaryCard
18+
title="Placeholder"
19+
icon="rocket"
20+
description="Placeholder"
21+
label="Read more"
22+
url="/use-cases/"
23+
/>
24+
</Grid>
25+
26+
## Related tutorials

0 commit comments

Comments
 (0)