Skip to content

Commit cb957c0

Browse files
authored
feat(genapi): add gemma3 and mistral small 3.1 2503
1 parent 82a595f commit cb957c0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ dates:
1717

1818
Our API supports the most popular models for [Chat](/generative-apis/how-to/query-language-models), [Vision](/generative-apis/how-to/query-vision-models/) and [Embeddings](/generative-apis/how-to/query-embedding-models/).
1919

20+
## Multimodal models (chat and vision)
21+
22+
| Provider | Model string | Context window (Tokens) | Maximum output (Tokens)| License | Model card |
23+
|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|
24+
| Google (Preview) | `gemma-3-27b-it` | 40k | 8192 | [Gemma](https://ai.google.dev/gemma/terms) | [HF](https://huggingface.co/google/gemma-3-27b-it) |
25+
| 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) |
26+
2027
## Chat models
2128

2229
| Provider | Model string | Context window (Tokens) | Maximum output (Tokens)| License | Model card |

0 commit comments

Comments
 (0)