Skip to content

Commit 47046ee

Browse files
authored
Merge branch 'main' into MTA-6214
2 parents cc7409e + 014ee59 commit 47046ee

File tree

360 files changed

+2747
-712
lines changed

Some content is hidden

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

360 files changed

+2747
-712
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: JSON editor for environment variables and secrets
3+
status: added
4+
date: 2025-09-19
5+
category: serverless
6+
product: containers
7+
---
8+
9+
In the Scaleway console, you can now create and edit environment variables using two modes: **Classic** and **JSON**.
10+
11+
This makes it easier to import and manage multiple entries at once.
12+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: macOS 26 now available
3+
status: added
4+
date: 2025-09-22
5+
category: bare-metal
6+
product: apple-silicon
7+
---
8+
9+
macOS Tahoe 26 is now available for installation on Mac minis M2 and M4.
10+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Bulk order and Audit Trail integration
3+
status: added
4+
date: 2025-09-22
5+
category: bare-metal
6+
product: elastic-metal
7+
---
8+
9+
Two new features for Elastic Metal are now available:
10+
- Bulk order: You can now place multiple orders for the same Elastic Metal resource in a single API request.
11+
- Audit Trail: Elastic Metal activity can now be tracked in the Audit Trail product, directly in the console. All API gateway events are listed. Find out which endpoints are supported in the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/).
12+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Voxtral small is now available
3+
status: added
4+
date: 2025-09-22
5+
category: ai-data
6+
product: generative-apis
7+
---
8+
9+
[Voxtral Small 2507](/generative-apis/reference-content/supported-models/) is now available on Generative APIs.
10+
11+
Voxtral is a frontier chat and audio model that can transcribe or understand audio files using [Chat Completions API](https://www.scaleway.com/en/developers/api/generative-apis/#path-chat-completions-create-a-chat-completion).
12+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Organization aliases and dedicated URL for member login
3+
status: added
4+
date: 2025-09-23
5+
category: security-identity
6+
product: iam
7+
---
8+
9+
IAM admins can now set up an Organization alias within their Organization. With this alias, a dedicated URL can be built for any member of the Organization to easily log in. [Read our documentation](/organizations-and-projects/how-to/set-organization-alias/) for more information on the feature.
10+

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": "UseCasesCategoryIcon",
15+
"label": "Use cases",
16+
"slug": "use-cases"
17+
},
1318
{
1419
"icon": "BillingCategoryIcon",
1520
"label": "Troubleshooting Hub",

menu/navigation.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,10 @@
608608
"label": "Manage Organization quotas",
609609
"slug": "manage-quotas"
610610
},
611+
{
612+
"label": "Set an Organization alias",
613+
"slug": "set-organization-alias"
614+
},
611615
{
612616
"label": "Create a Project",
613617
"slug": "create-a-project"
@@ -1630,6 +1634,10 @@
16301634
"label": "Understanding the differences between ARM and x86 Instances",
16311635
"slug": "understanding-differences-x86-arm"
16321636
},
1637+
{
1638+
"label": "Moving Instances between Availability Zones and Projects",
1639+
"slug": "moving-instances-between-az-and-projects"
1640+
},
16331641
{
16341642
"label": "Understanding QEMU Guest Agent",
16351643
"slug": "understanding-qemu-guest-agent"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@commitlint/cli": "^19.8.1",
2525
"@commitlint/config-conventional": "^19.8.1",
2626
"husky": "^8.0.3",
27-
"lint-staged": "^16.1.6",
27+
"lint-staged": "^16.2.0",
2828
"prettier": "^3.6.2"
2929
},
3030
"scripts": {
-24.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)