Skip to content

Commit 122391f

Browse files
authored
feat(genapi): add devstral model deprecation date (#5651)
1 parent b92764f commit 122391f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/generative-apis/reference-content/supported-models.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Our API supports the most popular models for [Chat](/generative-apis/how-to/quer
2929
| Provider | Model string | Context window (Tokens) | Maximum output (Tokens)| License | Model card |
3030
|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|
3131
| OpenAI | `gpt-oss-120b` | 128k | 8192 | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) | [HF](https://huggingface.co/openai/gpt-oss-120b) |
32-
| Mistral | `devstral-small-2505` | 128k | 8192 | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) | [HF](https://huggingface.co/mistralai/Devstral-Small-2505) |
3332
| Meta | `llama-3.3-70b-instruct` | 100k | 4096 | [Llama 3.3 Community](https://www.llama.com/llama3_3/license/) | [HF](https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct) |
3433
| Meta | `llama-3.1-8b-instruct` | 128k | 16384 | [Llama 3.1 Community](https://llama.meta.com/llama3_1/license/) | [HF](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct) |
3534
| Mistral | `mistral-nemo-instruct-2407` | 128k | 8192 | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) | [HF](https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407) |
@@ -70,6 +69,7 @@ Deprecated models should not be queried anymore. We recommend to use newer model
7069

7170
| Provider | Model string | End of Life (EOL) date
7271
|-----------------|-----------------|-----------------|
72+
| Mistral | `devstral-small-2505` | 14th November, 2025 |
7373
| Mistral | `mistral-small-3.1-24b-instruct-2503` | 14th November, 2025 |
7474
| Qwen | `qwen2.5-coder-32b-instruct` | 14th November, 2025 |
7575

0 commit comments

Comments
 (0)