From f7cc735868594cfd765d94a266ae197302018a29 Mon Sep 17 00:00:00 2001 From: fpagny Date: Tue, 14 Oct 2025 10:34:44 +0200 Subject: [PATCH] feat(genapi): add devstral model deprecation date --- pages/generative-apis/reference-content/supported-models.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/generative-apis/reference-content/supported-models.mdx b/pages/generative-apis/reference-content/supported-models.mdx index 61976f99c1..684bfa0aeb 100644 --- a/pages/generative-apis/reference-content/supported-models.mdx +++ b/pages/generative-apis/reference-content/supported-models.mdx @@ -29,7 +29,6 @@ Our API supports the most popular models for [Chat](/generative-apis/how-to/quer | Provider | Model string | Context window (Tokens) | Maximum output (Tokens)| License | Model card | |-----------------|-----------------|-----------------|-----------------|-----------------|-----------------| | 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) | -| 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) | | 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) | | 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) | | 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 | Provider | Model string | End of Life (EOL) date |-----------------|-----------------|-----------------| +| Mistral | `devstral-small-2505` | 14th November, 2025 | | Mistral | `mistral-small-3.1-24b-instruct-2503` | 14th November, 2025 | | Qwen | `qwen2.5-coder-32b-instruct` | 14th November, 2025 |