Skip to content

Commit 16d0f54

Browse files
authored
feat(inference): add qwen3 235b model
1 parent ae3d1bd commit 16d0f54

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pages/managed-inference/reference-content/model-catalog.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ A quick overview of available models in Scaleway's catalog and their core attrib
1616

1717
| Model name | Provider | Maximum Context length (tokens) | Modalities | Compatible Instances (Max Context in tokens\*) | License |
1818
|------------|----------|--------------|------------|-----------|---------|
19+
| [`qwen3-235b-a22b-instruct-2507`](#qwen3-235b-a22b-instruct-2507) | Qwen | 40k | Text | H100-2 | [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) |
1920
| [`gemma-3-27b-it`](#gemma-3-27b-it) | Google | 40k | Text, Vision | H100, H100-2 | [Gemma](https://ai.google.dev/gemma/terms) |
2021
| [`llama-3.3-70b-instruct`](#llama-33-70b-instruct) | Meta | 128k | Text | H100 (15k), H100-2 | [Llama 3.3 Community](https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct) |
2122
| [`llama-3.1-70b-instruct`](#llama-31-70b-instruct) | Meta | 128k | Text | H100 (15k), H100-2 | [Llama 3.1 Community](https://huggingface.co/meta-llama/Llama-3.1-70B-Instruct/blob/main/LICENSE) |
@@ -44,6 +45,7 @@ A quick overview of available models in Scaleway's catalog and their core attrib
4445
## Models feature summary
4546
| Model name | Structured output supported | Function calling | Supported languages |
4647
| --- | --- | --- | --- |
48+
| `qwen3-235b-a22b-instruct-2507` | Yes | Yes | English, French, German, Chinese, Japanese, Korean and 113 additional languages and dialects |
4749
| `gemma-3-27b-it` | Yes | Partial | English, Chinese, Japanese, Korean and 31 additional languages |
4850
| `llama-3.3-70b-instruct` | Yes | Yes | English, German, French, Italian, Portuguese, Hindi, Spanish, and Thai |
4951
| `llama-3.1-70b-instruct` | Yes | Yes | English, German, French, Italian, Portuguese, Hindi, Spanish, and Thai |
@@ -145,6 +147,18 @@ allenai/molmo-72b-0924:fp8
145147

146148
## Text models
147149

150+
### Qwen3-235b-a22b-instruct-2507
151+
Released July 23, 2025, Qwen 3 235B A22B is an open-weight model, competitive in multiple benchmarks (such as [LM Arena for Text use cases](https://lmarena.ai/leaderboard)) compared to Gemini 2.5 Pro and GPT4.5.
152+
153+
| Attribute | Value |
154+
|-----------|-------|
155+
| Supports parallel tool calling | Yes |
156+
157+
#### Model name
158+
```
159+
qwen/qwen3-235b-a22b-instruct-2507:awq
160+
```
161+
148162
### Llama-3.3-70b-instruct
149163
Released December 6, 2024, Meta’s Llama 3.3 70b is a fine-tune of the [Llama 3.1 70b](/managed-inference/reference-content/model-catalog/#llama-31-70b-instruct) model.
150164
This model is still text-only (text in/text out). However, Llama 3.3 was designed to approach the performance of Llama 3.1 405B on some applications.

0 commit comments

Comments
 (0)