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: agent-framework/user-guide/agents/agent-types/index.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,15 +82,15 @@ When using Azure AI Foundry, Azure OpenAI, or OpenAI services, you have various
82
82
83
83
| AI Service | SDK | Nuget | Url |
84
84
|------------------|-----|-------|-----|
85
-
|[Azure AI Foundry Models](https://learn.microsoft.com/azure/ai-foundry/concepts/foundry-models-overview)| Azure OpenAI SDK <sup>2</sup> |[Azure.AI.OpenAI](https://www.nuget.org/packages/Azure.AI.OpenAI)|https://ai-foundry-<resource>.services.ai.azure.com/|
86
-
|[Azure AI Foundry Models](https://learn.microsoft.com/azure/ai-foundry/concepts/foundry-models-overview)| OpenAI SDK <sup>3</sup> |[OpenAI](https://www.nuget.org/packages/OpenAI)|https://ai-foundry-<resource>.services.ai.azure.com/openai/v1/|
87
-
|[Azure AI Foundry Models](https://learn.microsoft.com/azure/ai-foundry/concepts/foundry-models-overview)| Azure AI Inference SDK <sup>2</sup> |[Azure.AI.Inference](https://www.nuget.org/packages/Azure.AI.Inference)|https://ai-foundry-<resource>.services.ai.azure.com/models|
88
-
|[Azure AI Foundry Agents](https://learn.microsoft.com/azure/ai-foundry/agents/overview)| Azure AI Persistent Agents SDK |[Azure.AI.Agents.Persistent](https://www.nuget.org/packages/Azure.AI.Agents.Persistent)|https://ai-foundry-<resource>.services.ai.azure.com/api/projects/ai-project-<project>|
|[Azure AI Foundry Models](/azure/ai-foundry/concepts/foundry-models-overview)| Azure OpenAI SDK <sup>2</sup> |[Azure.AI.OpenAI](https://www.nuget.org/packages/Azure.AI.OpenAI)|https://ai-foundry-<resource>.services.ai.azure.com/|
86
+
|[Azure AI Foundry Models](/azure/ai-foundry/concepts/foundry-models-overview)| OpenAI SDK <sup>3</sup> |[OpenAI](https://www.nuget.org/packages/OpenAI)|https://ai-foundry-<resource>.services.ai.azure.com/openai/v1/|
87
+
|[Azure AI Foundry Models](/azure/ai-foundry/concepts/foundry-models-overview)| Azure AI Inference SDK <sup>2</sup> |[Azure.AI.Inference](https://www.nuget.org/packages/Azure.AI.Inference)|https://ai-foundry-<resource>.services.ai.azure.com/models|
88
+
|[Azure AI Foundry Agents](/azure/ai-foundry/agents/overview)| Azure AI Persistent Agents SDK |[Azure.AI.Agents.Persistent](https://www.nuget.org/packages/Azure.AI.Agents.Persistent)|https://ai-foundry-<resource>.services.ai.azure.com/api/projects/ai-project-<project>|
| OpenAI | OpenAI SDK |[OpenAI](https://www.nuget.org/packages/OpenAI)| No url required |
92
92
93
-
1.[Upgrading from Azure OpenAI to Azure AI Foundry](https://learn.microsoft.com/azure/ai-foundry/how-to/upgrade-azure-openai)
93
+
1.[Upgrading from Azure OpenAI to Azure AI Foundry](/azure/ai-foundry/how-to/upgrade-azure-openai)
94
94
1. We recommend using the OpenAI SDK.
95
95
1. While we recommend using the OpenAI SDK to access Azure AI Foundry models, Azure AI Foundry Models support models from many different vendors, not just OpenAI. All these models are supported via the OpenAI SDK.
0 commit comments