Skip to content

Commit a8152ab

Browse files
committed
updates
1 parent 7104307 commit a8152ab

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
@@ -22,7 +22,7 @@ Azure OpenAI provides customers with choices on the hosting structure that fits
2222
- **Standard** is offered with a global deployment option, routing traffic globally to provide higher throughput.
2323
- **Provisioned** is also offered with a global deployment option, allowing customers to purchase and deploy provisioned throughput units across Azure global infrastructure.
2424

25-
All deployments can perform the exact same inference operations, however the billing, scale, and performance are substantially different. To learn more about Azure OpenAI deployment types see our [deployment types guide](../../openai/how-to/deployment-types.md).
25+
All deployments can perform the exact same inference operations, however the billing, scale, and performance are substantially different. To learn more about Azure OpenAI deployment types see [deployment types guide](../../openai/how-to/deployment-types.md).
2626

2727
Azure AI Agent Service supports the following Azure OpenAI models in the listed regions.
2828

@@ -59,9 +59,9 @@ To use these models, you can use [Azure AI Foundry portal](https://ai.azure.com/
5959
```python
6060
agent = project_client.agents.create_agent( model="llama-3", name="my-agent", instructions="You are a helpful agent" )
6161
```
62-
## Azure AI Foundry Models
62+
## Azure AI foundry models
6363

64-
### Models with Tool-Calling
64+
### Models with tool-calling
6565

6666
To best support agentic scenarios, we recommend using models that support tool-calling. The Azure AI Agent Service currently supports all agent-compatible models from the Azure AI Foundry model catalog.
6767

@@ -72,7 +72,7 @@ To use these models, use the [Azure AI Foundry portal](https://ai.azure.com/) to
7272
> [!NOTE]
7373
> This option should only be used for open-source models (for example, Cepstral, Mistral, Llama) and not for OpenAI models, which are natively supported in the service. This option should also only be used for models that support tool-calling.
7474
75-
### Models without Tool-Calling
75+
### Models without tool-calling
7676

7777
Though tool-calling support is a core capability for agentic scenarios, we now provide the ability to use models that don’t support tool-calling in our API and SDK. This option can be helpful when you have specific use-cases that don’t require tool-calling.
7878

@@ -86,7 +86,7 @@ The following steps will allow you to utilize any chat-completion model that is
8686

8787
1. Create a new Serverless connection on **Connected Resources** page, using the target URI and key.
8888

89-
Model can now be referenced in your code (`Target URI` + `@` + `Model Name`), for example:
89+
The model can now be referenced in your code (`Target URI` + `@` + `Model Name`), for example:
9090

9191
`Model=https://Phi-4-mejco.eastus.models.ai.azure.com/@Phi-4-mejco`
9292

0 commit comments

Comments
 (0)