You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/concepts/model-region-support.md
-31Lines changed: 0 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,37 +47,6 @@ Azure AI Foundry Agent Service supports the following Azure OpenAI models in the
47
47
| westus3 || X | X | X | X || X ||||
48
48
49
49
50
-
## Azure AI Foundry models
51
-
52
-
### Models with tool-calling
53
-
54
-
To best support agentic scenarios, we recommend using models that support tool-calling. The Azure AI Foundry Agent Service currently supports all agent-compatible models from the Azure AI Foundry model catalog.
55
-
56
-
To use these models, use the [Azure AI Foundry portal](https://ai.azure.com/?cid=learnDocs) to make a model deployment, then reference the deployment name in your agent. For example:
57
-
58
-
`agent = project_client.agents.create_agent( model="llama-3", name="my-agent", instructions="You are a helpful agent")`
59
-
60
-
> [!NOTE]
61
-
> 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.
62
-
63
-
### Models without tool-calling
64
-
65
-
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.
66
-
67
-
The following steps will allow you to utilize any chat-completion model that is available through a [serverless API](/azure/ai-foundry/how-to/model-catalog-overview):
68
-
69
-
70
-
71
-
1. Deploy your desired model through serverless API. Model will show up on your **Models + Endpoints** page.
72
-
73
-
1. Click on model name to see model details, where you'll find your model's target URI and key.
74
-
75
-
1. Create a new Serverless connection on **Connected Resources** page, using the target URI and key.
76
-
77
-
The model can now be referenced in your code (`Target URI` + `@` + `Model Name`), for example:
0 commit comments