Skip to content

Commit 7fd1466

Browse files
authored
Merge pull request #4965 from ssalgadodev/patch-365503
Update Grok 3
2 parents b66467b + 9f99356 commit 7fd1466

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

articles/ai-foundry/concepts/models-featured.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,15 @@ For examples of how to use Stability AI models, see the following examples:
358358
- [Use Requests library with Stable Diffusion 3.5 Large for image to image requests](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/stabilityai/Image_to_Image.ipynb)
359359
- [Example of a fully encoded image generation response](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/stabilityai/Sample_image_generation_response.txt)
360360

361+
### xAI
362+
363+
**Grok** is a family of models designed...
364+
365+
| Model | Type | Tier | Capabilities |
366+
| ------ | ---- | --- | ------------ |
367+
| [Grok]() | | Global standard | - **Input:** text (0 tokens) <br /> - **Output:** text (0 tokens) <br /> - **Languages:** <br /> - **Tool calling:** <br /> - **Response formats:** |
368+
| [grok-3-mini]() | | Global standard | - **Input:** text (0 tokens) <br /> - **Output:** text (0 tokens) <br /> - **Languages:** <br /> - **Tool calling:** <br /> - **Response formats:** |
369+
361370

362371
## Related content
363372

articles/ai-foundry/includes/region-availability-maas.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,13 @@ TimeGEN-1 | [Microsoft Managed Countries/Regions](/partner-center/marketplace/t
114114
|---------|---------|---------|---------|
115115
tsuzumi-7b | [Microsoft Managed Countries/Regions](/partner-center/marketplace/tax-details-marketplace#microsoft-managed-countriesregions) | East US 2 <br> South Central US <br> East US <br> West US 3 <br> West US <br> North Central US | East US 2 <br> East US <br> North Central US <br> South Central US <br> West US <br> West US 3 |
116116

117+
### xAI
118+
119+
| Model | Offer Availability Region | Hub/Project Region for Deployment | Hub/Project Region for Fine tuning |
120+
|---------|---------|---------|---------|
121+
grok-3 | [Microsoft Managed Countries/Regions](/partner-center/marketplace/tax-details-marketplace#microsoft-managed-countriesregions) | | Not available |
122+
grok-3-mini | [Microsoft Managed Countries/Regions](/partner-center/marketplace/tax-details-marketplace#microsoft-managed-countriesregions) | | Not available |
123+
117124

118125
### Stability AI models
119126

articles/ai-foundry/model-inference/concepts/models.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,15 @@ See [this model collection in Azure AI Foundry portal](https://ai.azure.com/expl
206206
| ------ | ---- | --- | ------------ |
207207
| [tsuzumi-7b](https://ai.azure.com/explore/models/Tsuzumi-7b/version/1/registry/azureml-nttdata) | chat-completion | Global standard | - **Input:** text (8,192 tokens) <br /> - **Output:** text (8,192 tokens) <br /> - **Languages:** `en` and `jp` <br /> - **Tool calling:** No <br /> - **Response formats:** Text |
208208

209+
### xAI
210+
211+
**Grok** is a family of models designed...
212+
213+
| Model | Type | Tier | Capabilities |
214+
| ------ | ---- | --- | ------------ |
215+
| [Grok]() | | Global standard | - **Input:** text (0 tokens) <br /> - **Output:** text (0 tokens) <br /> - **Languages:** <br /> - **Tool calling:** <br /> - **Response formats:** |
216+
| [grok-3-mini]() | | Global standard | - **Input:** text (0 tokens) <br /> - **Output:** text (0 tokens) <br /> - **Languages:** <br /> - **Tool calling:** <br /> - **Response formats:** |
217+
209218

210219
## Open and protected models
211220

@@ -215,4 +224,4 @@ Those models can be of open access or IP protected. In both cases, you have to d
215224

216225
## Next steps
217226

218-
- Get started today and [deploy your fist model in Azure AI Foundry Models](../how-to/create-model-deployments.md)
227+
- Get started today and [deploy your fist model in Azure AI Foundry Models](../how-to/create-model-deployments.md)

0 commit comments

Comments
 (0)