Skip to content

Commit 8d70bf1

Browse files
committed
removing section
1 parent ee7a397 commit 8d70bf1

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

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

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -47,37 +47,6 @@ Azure AI Foundry Agent Service supports the following Azure OpenAI models in the
4747
| westus3 | | X | X | X | X | | X | | | |
4848

4949

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:
78-
79-
`Model=https://Phi-4-mejco.eastus.models.ai.azure.com/@Phi-4-mejco`
80-
8150
## Next steps
8251

8352
[Create a new Agent project](../quickstart.md)

0 commit comments

Comments
 (0)