Skip to content

Commit dee5d46

Browse files
committed
brand edits etc
1 parent fdd2895 commit dee5d46

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/ai-services/agents/concepts/model-region-support.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,29 +28,29 @@ Azure AI Agent Service supports the same models as the chat completions API in A
2828
| westus |||| - || - ||| - | - ||| - |
2929

3030

31-
## Additional models
31+
## More models
3232

33-
In addition to the supported Azure OpenAI models, you can also use the following 3rd party models with Azure AI Agent Service.
33+
The Azure AI Agent Service also supports the following models from the Azure AI Foundry model catalog.
3434

3535
* Llama 3.1-70B-instruct
3636
* Mistral-large-2407
3737
* Cohere command R+
3838

3939
To use these models, you can use Azure AI Foundry portal to make a deployment, and then reference it in your agent.
4040

41-
1. Go to the [Azure AI Foundry portal](https://ai.azure.com/) and select **Model catalog** in the left navigation menu, and scroll down to **Meta-Llama-3-70B-Instruct**. You can also find and use one of the models listed above.
41+
1. Go to the [Azure AI Foundry portal](https://ai.azure.com/) and select **Model catalog** in the left navigation menu, and scroll down to **Meta-Llama-3-70B-Instruct**. You can also find and use one of the models listed previously.
4242

4343
1. Select **Deploy**.
4444

4545
1. In the Deployment options screen that appears, select **Serverless API** with Azure AI Content Safety.
4646

4747
:::image type="content" source="../media/llama/llama-deployment.png" alt-text="An image of the llama model project selection screen.":::
4848

49-
1. Select your project and click **Subscribe and deploy**.
49+
1. Select your project and then select **Subscribe and deploy**.
5050

5151
:::image type="content" source="../media/llama/llama-deployment-2.png" alt-text="An image of the llama model deployment screen.":::
5252

53-
1. Add the serverless connection to your hub/project. The deployment name you choose will be the one you reference in your code.
53+
1. Add the serverless connection to your hub/project. The deployment name you choose is the one that you reference in your code.
5454

5555
1. When calling agent creation API, set the `models` parameter to your deployment name. For example:
5656

0 commit comments

Comments
 (0)