@@ -76,11 +76,11 @@ The Cohere family of models includes various models optimized for different use
76
76
77
77
### Cohere rerank
78
78
79
- | Model | Type | Description | Inference API |
80
- | ------ | ---- | --- | --- |
81
- | [ Cohere-rerank-v3.5] ( https://ai.azure.com/explore/models/Cohere-rerank-v3.5/version/1/registry/azureml-cohere ) | rerank <br > text classification | short description | [ Cohere's v2/rerank API] ( https://docs.cohere.com/v2/reference/rerank ) |
82
- | [ Cohere-rerank-v3-english] ( https://ai.azure.com/explore/models/Cohere-rerank-v3-english/version/1/registry/azureml-cohere ) | rerank <br > text classification | short description | [ Cohere's v2/rerank API] ( https://docs.cohere.com/v2/reference/rerank ) <br > [ Cohere's v1/rerank API] ( https://docs.cohere.com/v1/reference/rerank ) |
83
- | [ Cohere-rerank-v3-multilingual] ( https://ai.azure.com/explore/models/Cohere-rerank-v3-multilingual/version/1/registry/azureml-cohere ) | rerank <br > text classification | short description | [ Cohere's v2/rerank API] ( https://docs.cohere.com/v2/reference/rerank ) <br > [ Cohere's v1/rerank API] ( https://docs.cohere.com/v1/reference/rerank ) |
79
+ | Model | Type | Inference API |
80
+ | ------ | ---- | --- |
81
+ | [ Cohere-rerank-v3.5] ( https://ai.azure.com/explore/models/Cohere-rerank-v3.5/version/1/registry/azureml-cohere ) | rerank <br > text classification | [ Cohere's v2/rerank API] ( https://docs.cohere.com/v2/reference/rerank ) |
82
+ | [ Cohere-rerank-v3-english] ( https://ai.azure.com/explore/models/Cohere-rerank-v3-english/version/1/registry/azureml-cohere ) | rerank <br > text classification | [ Cohere's v2/rerank API] ( https://docs.cohere.com/v2/reference/rerank ) <br > [ Cohere's v1/rerank API] ( https://docs.cohere.com/v1/reference/rerank ) |
83
+ | [ Cohere-rerank-v3-multilingual] ( https://ai.azure.com/explore/models/Cohere-rerank-v3-multilingual/version/1/registry/azureml-cohere ) | rerank <br > text classification | [ Cohere's v2/rerank API] ( https://docs.cohere.com/v2/reference/rerank ) <br > [ Cohere's v1/rerank API] ( https://docs.cohere.com/v1/reference/rerank ) |
84
84
85
85
86
86
#### Pricing for Cohere Rerank models
@@ -93,20 +93,20 @@ See the [Cohere model collection in Azure AI Foundry portal](https://ai.azure.co
93
93
94
94
Core42 includes autoregressive bi-lingual LLMs for Arabic & English with state-of-the-art capabilities in Arabic.
95
95
96
- | Model | Type | Description |
96
+ | Model | Type | Capabilities |
97
97
| ------ | ---- | --- |
98
- | [ jais-30b-chat] ( https://ai.azure.com/explore/models/jais-30b-chat/version/1/registry/azureml-core42 ) | [ chat-completion] ( ../model-inference/how-to/use-chat-completions.md?context=/azure/ai-foundry/context/context ) | Short description |
98
+ | [ jais-30b-chat] ( https://ai.azure.com/explore/models/jais-30b-chat/version/1/registry/azureml-core42 ) | [ chat-completion] ( ../model-inference/how-to/use-chat-completions.md?context=/azure/ai-foundry/context/context ) | - ** Input: ** text (8,192 tokens) < br /> - ** Output: ** (4,096 tokens) < br /> - ** Tool calling: ** Yes < br /> - ** Response formats: ** Text, JSON |
99
99
100
100
See [ this model collection in Azure AI Foundry portal] ( https://ai.azure.com/explore/models?&selectedCollection=core42 ) .
101
101
102
102
### DeepSeek
103
103
104
104
DeepSeek family of models include DeepSeek-R1, which excels at reasoning tasks using a step-by-step training process, such as language, scientific reasoning, and coding tasks, and DeepSeek-V3, a Mixture-of-Experts (MoE) language model.
105
105
106
- | Model | Type | Description |
106
+ | Model | Type | Capabilities |
107
107
| ------ | ---- | --- |
108
- | [ DeekSeek-R1] ( https://ai.azure.com/explore/models/deepseek-r1/version/1/registry/azureml-deepseek ) | [ chat-completion with reasoning content] ( ../how-to/use-chat-reasoning.md?context=/azure/ai-foundry/context/context ) | Short description |
109
- | [ DeekSeek-V3] ( https://ai.azure.com/explore/models/deepseek-v3/version/1/registry/azureml-deepseek ) | [ chat-completion] ( ../model-inference/how-to/use-chat-completions.md?context=/azure/ai-foundry/context/context ) | - ** Input:** text (131,072 tokens) <br /> - ** Output:** (131,072 tokens) <br /> - ** Languages: ** ` en ` and ` zh ` < br /> - ** Tool calling:** No <br /> - ** Response formats:** Text, JSON |
108
+ | [ DeekSeek-R1] ( https://ai.azure.com/explore/models/deepseek-r1/version/1/registry/azureml-deepseek ) | [ chat-completion with reasoning content] ( ../how-to/use-chat-reasoning.md?context=/azure/ai-foundry/context/context ) | - ** Input: ** text (16,384 tokens) < br /> - ** Output: ** (163,840 tokens) < br /> - ** Tool calling: ** No < br /> - ** Response formats: ** Text. |
109
+ | [ DeekSeek-V3] ( https://ai.azure.com/explore/models/deepseek-v3/version/1/registry/azureml-deepseek ) | [ chat-completion] ( ../model-inference/how-to/use-chat-completions.md?context=/azure/ai-foundry/context/context ) | - ** Input:** text (131,072 tokens) <br /> - ** Output:** (131,072 tokens) <br /> - ** Tool calling:** No <br /> - ** Response formats:** Text, JSON |
110
110
111
111
See [ this model collection in Azure AI Foundry portal] ( https://ai.azure.com/explore/models?&selectedCollection=deepseek ) .
112
112
0 commit comments