File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pages/generative-apis/reference-content Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Our API supports the most popular models for [Chat](/generative-apis/how-to/quer
1818| Provider | Model string | Context window (Tokens) | Maximum output (Tokens)| License | Model card |
1919| -----------------| -----------------| -----------------| -----------------| -----------------| -----------------|
2020| Google (Preview) | ` gemma-3-27b-it ` | 40k | 8192 | [ Gemma] ( https://ai.google.dev/gemma/terms ) | [ HF] ( https://huggingface.co/google/gemma-3-27b-it ) |
21- | Mistral (Preview) | ` mistral-small-3.1-24b-instruct-2503 ` | 128k | 8192 | [ Apache-2.0] ( https://www.apache.org/licenses/LICENSE-2.0 ) | [ HF] ( https://huggingface.co/mistralai/Mistral-Small-3.1-24B-Instruct-2503 ) |
21+ | Mistral | ` mistral-small-3.1-24b-instruct-2503 ` | 128k | 8192 | [ Apache-2.0] ( https://www.apache.org/licenses/LICENSE-2.0 ) | [ HF] ( https://huggingface.co/mistralai/Mistral-Small-3.1-24B-Instruct-2503 ) |
2222
2323## Chat models
2424
@@ -29,7 +29,7 @@ Our API supports the most popular models for [Chat](/generative-apis/how-to/quer
2929| 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 ) |
3030| Qwen | ` qwen2.5-coder-32b-instruct ` | 32k | 8192 | [ Apache-2.0] ( https://www.apache.org/licenses/LICENSE-2.0 ) | [ HF] ( https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct ) |
3131| DeepSeek (Preview) | ` deepseek-r1 ` | 20k | 4096 | [ MIT] ( https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/mit.md ) | [ HF] ( https://huggingface.co/deepseek-ai/DeepSeek-R1 ) |
32- | DeepSeek (Preview) | ` deepseek-r1-distill-llama-70b ` | 32k | 4096 | [ MIT] ( https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/mit.md ) | [ HF] ( https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-70B ) |
32+ | DeepSeek | ` deepseek-r1-distill-llama-70b ` | 32k | 4096 | [ MIT] ( https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/mit.md ) | [ HF] ( https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-70B ) |
3333
3434<Message type = " note" >
3535 DeepSeek-R1 is currently under maintenance and therefore not available on Generative APIs anymore.
You can’t perform that action at this time.
0 commit comments