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
# customer intent: As a developer, I want to understand the different ways I can work with Azure OpenAI models so that I can build and deploy AI models.
15
15
---
16
16
17
-
# What is Azure OpenAI in Azure AI Studio?
17
+
# What is Azure OpenAI in Azure AI Foundry portal?
18
18
19
-
Azure OpenAI Service provides REST API access to OpenAI's powerful language models. Azure OpenAI Studio was previously where you went to access and work with the Azure OpenAI Service. This studio is now integrated into Azure AI Studio.
19
+
Azure OpenAI Service provides REST API access to OpenAI's powerful language models. Azure OpenAI Studio was previously where you went to access and work with the Azure OpenAI Service. This studio is now integrated into Azure AI Foundry portal.
20
20
21
-
## Access Azure OpenAI Service in Azure AI Studio
21
+
[!INCLUDE [new-name](includes/new-name.md)]
22
22
23
-
From the [Azure AI Studio](https://ai.azure.com) landing page, use the **Let's go** button in the **Focused on Azure OpenAI Service?** section.
23
+
## Access Azure OpenAI Service in Azure AI Foundry portal
24
+
25
+
From the [Azure AI Foundry portal](https://ai.azure.com) landing page, use the **Let's go** button in the **Focused on Azure OpenAI Service?** section.
24
26
25
27
:::image type="content" source="media/azure-openai-in-ai-studio/home-page.png" alt-text="Screenshot shows Azure AI Studio home page.":::
26
28
@@ -46,25 +48,25 @@ Use the left navigation area to perform your tasks with Azure OpenAI models:
46
48
47
49
:::image type="content" source="media/azure-openai-in-ai-studio/all-resources.png" alt-text="Screenshot shows the top right access to all resources in Azure AI Service section of Azure AI Studio." lightbox="media/azure-openai-in-ai-studio/all-resources.png":::
48
50
49
-
## Azure OpenAI in an Azure AI Studio project
51
+
## Azure OpenAI in an Azure AI Foundry project
50
52
51
-
While the previous sections show how to focus on just the Azure OpenAI Service, you can also incorporate other AI services and models from various providers in Azure AI Studio. You can access the Azure OpenAI Service in two ways:
53
+
While the previous sections show how to focus on just the Azure OpenAI Service, you can also incorporate other AI services and models from various providers in Azure AI Foundry portal. You can access the Azure OpenAI Service in two ways:
52
54
53
55
* When you focus on just the Azure OpenAI Service, as described in the previous sections, you don't use a project.
54
-
* Azure AI Studio uses a project to organize your work and save state while building customized AI apps. When you work in a project, you can connect to the service. For more information, see [How to use Azure OpenAI Service in AI Studio](ai-services/connect-azure-openai.md#project).
56
+
* Azure AI Foundry portal uses a project to organize your work and save state while building customized AI apps. When you work in a project, you can connect to the service. For more information, see [How to use Azure OpenAI Service in AI Studio](ai-services/connect-azure-openai.md#project).
55
57
56
58
When you create a project, you can try other models and tools along with Azure OpenAI. For example, the **Model catalog** in a project contains many more models than just Azure OpenAI models. Inside a project, you'll have access to features that are common across all AI services and models.
57
59
58
60
When you are only working with Azure OpenAI, working outside a project allow you to access the features that are specific to Azure OpenAI.
59
61
60
-
This table highlights the differences between working with Azure OpenAI outside of a project or in a project in Azure AI Studio:
62
+
This table highlights the differences between working with Azure OpenAI outside of a project or in a project in Azure AI Foundry portal:
61
63
62
64
63
65
||**Azure OpenAI Service without a project**|**Azure OpenAI Service with a project**|
64
66
|--|--|--|
65
67
|**Purpose**| Primarily focused on providing access to Azure OpenAI's models and functionalities. Allows users to deploy, fine-tune, and manage Azure OpenAI models. | A broader platform that focuses on end-to-end tooling to build generative AI applications. Integrates multiple AI services and models from various providers, including Azure OpenAI. Designed to support a wide range of AI functionalities and use cases. |
66
68
|**Features**| Includes a model catalog, fine-tuning capabilities, and deployment options. Access all Azure OpenAI models and manage them within this resource. | Offers models from providers like Meta, Microsoft, Cohere, Mistral, and NVIDIA. Provides a comprehensive suite of tools for building, testing, and deploying AI solutions. Powers AI capabilities like translation, summarization, conversation, document generation, facial recognition, and more. |
67
-
|**Usage**| Ideal when you need to work specifically with Azure OpenAI models and use their capabilities for various applications. | Provides enterprise-grade features like access management and private networks. Suitable when you want to explore and use a diverse set of AI services and models. Includes a unified interface for managing different AI resources and projects. Create an Azure AI Studio project to use AI services or models from other model providers. |
69
+
|**Usage**| Ideal when you need to work specifically with Azure OpenAI models and use their capabilities for various applications. | Provides enterprise-grade features like access management and private networks. Suitable when you want to explore and use a diverse set of AI services and models. Includes a unified interface for managing different AI resources and projects. Create an Azure AI Foundry project to use AI services or models from other model providers. |
68
70
69
71
> [!NOTE]
70
72
> When you need features specific to Azure OpenAI, such as batch jobs, evals, stored-completions, and vector stores, work outside of a project.
@@ -73,19 +75,19 @@ This table highlights the differences between working with Azure OpenAI outside
73
75
74
76
Pay attention to the top left corner of the screen to see which context you are in.
75
77
76
-
* When you are in the Azure AI Studio landing page, with choices of where to go next, you see **Azure AI Studio**.
78
+
* When you are in the Azure AI Foundry portal landing page, with choices of where to go next, you see **Azure AI Foundry**.
77
79
78
80
:::image type="content" source="media/azure-openai-in-ai-studio/ai-studio-no-project.png" alt-text="Screenshot shows top left corner of screen for AI Studio without a project.":::
79
81
80
-
* When you are in a project, you see **Azure AI Studio / project name**. The project name allows you to switch between projects.
82
+
* When you are in a project, you see **Azure AI Foundry / project name**. The project name allows you to switch between projects.
81
83
82
84
:::image type="content" source="media/azure-openai-in-ai-studio/ai-studio-project.png" alt-text="Screenshot shows top left corner of screen for AI Studio with a project.":::
83
85
84
86
* When you're working with Azure OpenAI outside of a project, you see **Azure AI Studio | Azure OpenAI / resource name**. The resource name allows you to switch between Azure OpenAI resources.
85
87
86
88
:::image type="content" source="media/azure-openai-in-ai-studio/ai-studio-azure-openai.png" alt-text="Screenshot shows top left corner of screen for AI Studio when using Azure OpenAI without a project.":::
87
89
88
-
Use the **Azure AI Studio** breadcrumb to navigate back to the Azure AI Studio home page. You can also navigate back to the Azure AI Studio home page when you see **View all Azure AI Studio resources & projects** in the top right corner of the screen.
90
+
Use the **Azure AI Foundry** breadcrumb to navigate back to the Azure AI Studio home page. You can also navigate back to the Azure AI Foundry portal home page when you see **View all resources & projects** in the top right corner of the screen.
0 commit comments