File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
pages/generative-apis/reference-content Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments