Skip to content

Commit 1feb8c1

Browse files
feat(gen): use cases visual (#5491)
1 parent 0ba1ec0 commit 1feb8c1

File tree

173 files changed

+1948
-893
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+1948
-893
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Windows Images - Network configuration now uses DHCP. Serial console enabled
3+
status: changed
4+
date: 2025-08-25
5+
category: compute
6+
product: instances
7+
---
8+
9+
Windows Server 2022 and Windows Server 2022 Core images now use DHCP for network configuration by default, consistent with all existing Instance OS images.
10+
11+
For running Instances, no network configuration changes are needed unless you modify the public IPv4 address.
12+
13+
If you change the public IPv4 address, the Instance will retain its existing static configuration and continue using the previous address. To enable DHCP for your Instance, follow our [dedicated documentation](/instances/reference-content/enabling-dhcp-network-configuration-windows-server-2022/) before updating the public IPv4 address.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: DNS Service IP and Pod & Service CIDR are now customizable
3+
status: added
4+
date: 2025-08-27
5+
category: containers
6+
product: kubernetes
7+
---
8+
9+
The following parameters can be set when creating a cluster:
10+
- `service-dns-ip`: IP used for the DNS Service (cannot be changes later)
11+
- `pod-cidr`: Subnet used for the Pod CIDR (cannot be changed later)
12+
- `service-cidr`: Subnet used for the Service CIDR (cannot be changed later)
13+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Custom domains now supports WebSockets
3+
status: added
4+
date: 2025-08-28
5+
category: serverless
6+
product: containers
7+
---
8+
9+
Serverless Containers configured with custom domains are now compatible with WebSockets.
10+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Custom domains now support WebSockets
3+
status: added
4+
date: 2025-08-28
5+
category: serverless
6+
product: functions
7+
---
8+
9+
Serverless Functions configured with custom domains are now compatible with WebSockets.
10+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: ENT1 Instances are now deprecated
3+
status: deprecated
4+
date: 2025-08-29
5+
category: compute
6+
product: instances
7+
---
8+
9+
ENT1 Instances are now deprecated and unavailable for new deployments. Existing ENT1 Instances will soon be automatically migrated to their POP2 equivalent, as announced recently through our emails & ticket communication.
10+
[POP2 Instances](/instances/reference-content/general-purpose/#pop2-instances), which share the same hardware specifications as ENT1 Instances, provide access to the latest features, ensuring your infrastructure remains current with evolving technology and demands.
11+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Key Manager is now in General Availability
3+
status: changed
4+
date: 2025-09-01
5+
category: security-identity
6+
product: key-manager
7+
---
8+
9+
[Key Manager](/key-manager/) is now in General Availability. Secure your production applications and start managing your keys today.
10+
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
macro: chat-comp-vs-responses-api
3+
---
4+
5+
Both the [Chat Completions API](https://www.scaleway.com/en/developers/api/generative-apis/#path-chat-completions-create-a-chat-completion) and the [Responses API](https://www.scaleway.com/en/developers/api/generative-apis/#path-responses-beta-create-a-response) are OpenAI-compatible REST APIs that can be used for generating and manipulating conversations. The Chat Completions API is focused on generating conversational responses, while the Responses API is a more general REST API for chat, structured outputs, tool use, and multimodal inputs.
6+
7+
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.
8+
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.
10+
11+
<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.
13+
</Message>
14+
15+
Most supported Generative API models can be used with both Chat Completions and Responses API. For the **`gtp-oss-120b` model, use of the Responses API is recommended, as it will allow you to access all of its features, especially tool-calling.
16+
17+
For full details on the differences between these APIs, see the [official OpenAI documentation](https://platform.openai.com/docs/guides/migrate-to-responses).

macros/compute/instances-block-bandwidth-overview.mdx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,6 @@ Bandwidth impacts how your applications perform and interact with other systems.
3838
| DEV1-L | 400 Mbit/s | 200 MiB/s |
3939
| DEV1-XL | 500 Mbit/s | 250 MiB/s |
4040

41-
## ENT1 range
42-
43-
| Instance Type | Internet Bandwidth (up to) | Block Bandwidth (up to) |
44-
|-----------------------|-------------------------|---------------------|
45-
| ENT1-XXS | 400 Mbit/s | 400 MiB/s |
46-
| ENT1-XS | 800 Mbit/s | 800 MiB/s |
47-
| ENT1-S | 1.6 Gbit/s | 1.56 GiB/s |
48-
| ENT1-M | 3.2 Gbit/s | 3.12 GiB/s |
49-
| ENT1-L | 6.4 Gbit/s | 6.25 GiB/s |
50-
| ENT1-XL | 12.8 Gbit/s | 12.5 GiB/s |
51-
5241
## GP1 range
5342

5443
| Instance Type | Internet Bandwidth (up to) | Block Bandwidth (up to) |

macros/compute/instances.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
macro: compute-instances
33
---
44

5-
An Instance is a computing unit, either virtual or physical, that provides resources to run your applications on. Currently Scaleway offers the following Instance types: [General Purpose](/instances/reference-content/cost-optimized/#development-instances-and-general-purpose-instances), [Development](/instances/reference-content/cost-optimized/#development-instances-and-general-purpose-instances), [GPU](/instances/concepts/#gpu-instance), [Stardust](/instances/reference-content/learning/#learning-range-stardust-instances) and [Enterprise](/instances/reference-content/production-optimized/#production-optimized-range-ent1-instances).
5+
An Instance is a computing unit, either virtual or physical, that provides resources to run your applications on. Currently Scaleway offers the following Instance types: [General Purpose](/instances/reference-content/general-purpose/), [Development](/instances/reference-content/development/), [GPU](/instances/concepts/#gpu-instance), and [Specialized](/instances/reference-content/specialized/).

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",

0 commit comments

Comments
 (0)