Skip to content

Commit eff7a65

Browse files
committed
removing foundry mentions
1 parent 2ad2db6 commit eff7a65

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ recommendations: false
1313

1414
# Models supported by Azure AI Agent Service
1515

16-
Agents are powered by a diverse set of models with different capabilities and price points. Model availability varies by region and cloud. Certain tools and capabilities require the latest models. The following models are available in the API, SDK, and Azure AI Foundry. The following table is for pay-as-you-go. For information on Provisioned Throughput Unit (PTU) availability, see [provisioned throughput](../../openai/concepts/provisioned-throughput.md) in the OpenAI documentation. You can use [global standard models](../../openai/concepts/models.md#global-standard-model-availability) if they're supported in the regions listed here.
16+
Agents are powered by a diverse set of models with different capabilities and price points. Model availability varies by region and cloud. Certain tools and capabilities require the latest models. The following models are available in the available SDKs. The following table is for pay-as-you-go. For information on Provisioned Throughput Unit (PTU) availability, see [provisioned throughput](../../openai/concepts/provisioned-throughput.md) in the OpenAI documentation. You can use [global standard models](../../openai/concepts/models.md#global-standard-model-availability) if they're supported in the regions listed here.
1717

1818
| Region | `gpt-35-turbo (0613)` | `gpt-35-turbo (1106)`| `fine tuned gpt-3.5-turbo-0125` | `gpt-4 (0613)` | `gpt-4 (1106)` | `gpt-4 (0125)` | `gpt-4o (2024-05-13)` | `gpt-4o-mini (2024-07-18)` |
1919
|-----|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|

articles/ai-services/agents/overview.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ recommendations: false
1313

1414
# What is Azure AI Agent Service?
1515

16-
Azure AI Agent Service is a fully managed service designed to empower developers to securely build, deploy, and scale high-quality, and extensible AI agents. Using an extensive ecosystem of models, tools, and capabilities from OpenAI, Microsoft, and other non-Microsoft providers, Azure AI Agent Service enables you to build agents for a wide range of generative AI use cases. Users can access the service through REST APIs, SDKs, or in the [Azure AI Foundry](https://ai.azure.com).
16+
Azure AI Agent Service is a fully managed service designed to empower developers to securely build, deploy, and scale high-quality, and extensible AI agents. Using an extensive ecosystem of models, tools, and capabilities from OpenAI, Microsoft, and other non-Microsoft providers, Azure AI Agent Service enables you to build agents for a wide range of generative AI use cases. Users can access the service through the [available SDKs](./quickstart.md).
1717

1818

1919
## Comparing Azure agents and Azure OpenAI assistants
@@ -42,12 +42,9 @@ At Microsoft, we're committed to the advancement of AI driven by principles that
4242
To get started with Azure AI Agent Service, you need to create an Azure AI Foundry hub and an Agent project in your Azure subscription.
4343

4444
Start with the [quickstart](./quickstart.md) guide if it's your first time using the service.
45-
1. You can create a AI hub and project with the required resources via AI Foundry or Azure portal.
45+
1. You can create a AI hub and project with the required resources.
4646
1. After you create a project, you can deploy a compatible model such as GPT-4o.
47-
1. When you have a deployed model, you can:
48-
49-
- Try out the Azure AI Foundry agents playground to start exploring agents' capabilities.
50-
- You can also start making API calls to the service using the REST API or SDKs.
47+
1. When you have a deployed model, you can also start making API calls to the service using the SDKs.
5148

5249

5350
## Next steps

0 commit comments

Comments
 (0)