Skip to content

Commit 50ccbd7

Browse files
committed
adding instructions of how to deploy model
1 parent 9533dab commit 50ccbd7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

articles/ai-services/agents/includes/bicep-setup.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,24 @@ The following section shows you how to set up the required resources for getting
2929
| Deploy a basic agent setup that uses Managed Identity authentication on the AI Services and storage account connections. | AI hub, AI project, AI Services | [![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.azure-ai-agent-service%2Fbasic-agent-identity%2Fazuredeploy.json) |
3030
| Deploy a standard agent setup that uses Managed Identity authentication on the AI Services, storage account, and Azure AI Search connections. |AI hub, AI project, storage account, key vault, Azure AI Search, AI Services | [![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Frefs%2Fheads%2Fmaster%2Fquickstarts%2Fmicrosoft.azure-ai-agent-service%2Fstandard-agent%2Fazuredeploy.json)|
3131

32+
### [Optional] Model selection in autodeploy template
33+
You can customize the model used by your agent by editing the model parameters in the autodeploy template. To deploy a different model, you need to update at least the **modelName** and **modelVersion** parameters.
34+
35+
By default, the autodeploy template is configured with the following values:
36+
| Model Parameter | Default Value |
37+
| --------------------------- | ------------|
38+
| modelName | gpt-4o-mini |
39+
| modelFormat | OpenAI |
40+
| modelVersion | 2024-07-18 |
41+
| modelSkuName | GlobalStandard |
42+
| modelLocation | eastus |
43+
44+
> [!IMPORTANT]
45+
> **Don't change the modelFormat parameter**
46+
>
47+
> The templates only support deployment of OpenAI models. See which OpenAI models are supported in the [Azure AI Agent Service model support](./concepts/model-region-support.md) documentation.
48+
49+
3250
### [Optional] Use your own resources in agent setup
3351

3452

0 commit comments

Comments
 (0)