Skip to content

Commit 1820627

Browse files
committed
limited ai services
1 parent e1d9858 commit 1820627

File tree

13 files changed

+50
-42
lines changed

13 files changed

+50
-42
lines changed

articles/ai-studio/concepts/ai-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ author: Blackmist
1919

2020
The 'Azure AI' resource is the top-level Azure resource for AI Studio and provides the working environment for a team to build and manage AI applications. In Azure, resources enable access to Azure services for individuals and teams. Resources also provide a container for billing, security configuration and monitoring.
2121

22-
The Azure AI hub resource is used to access multiple Azure AI services with a single setup. Previously, different Azure AI services including [Azure OpenAI](../../ai-services/openai/overview.md), [Azure Machine Learning](../../machine-learning/overview-what-is-azure-machine-learning.md), [Azure AI Speech](../../ai-services/speech-service/overview.md), required their individual setup.
22+
The Azure AI hub resource can be used to access [multiple Azure AI services](#azure-ai-services-api-access-keys) with a single setup. Previously, different Azure AI services including [Azure OpenAI](../../ai-services/openai/overview.md), [Azure Machine Learning](../../machine-learning/overview-what-is-azure-machine-learning.md), [Azure AI Speech](../../ai-services/speech-service/overview.md), required their individual setup.
2323

2424
In this article, you learn more about Azure AI hub resource's capabilities, and how to set up Azure AI for your organization. You can see the resources created in the [Azure portal](https://portal.azure.com/) and in [Azure AI Studio](https://ai.azure.com).
2525

articles/ai-studio/faq.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
metadata:
33
title: Azure AI frequently asked questions
44
titleSuffix: Azure AI Studio
5-
description: Get answers to the most popular questions about Azure AI services
5+
description: Get answers to the most popular questions about Azure AI services.
66
manager: nitinme
77
ms.service: azure-ai-studio
88
ms.topic: faq
9-
ms.date: 11/15/2023
9+
ms.date: 2/6/2024
1010
ms.reviewer: eur
1111
ms.author: eur
1212
author: eric-urban
@@ -27,7 +27,7 @@ sections:
2727
- question: |
2828
What regions is Azure AI Studio available in?
2929
answer: |
30-
Azure AI Studio is available in these regions: Australia East, Brazil South, Canada Central, East US, East US 2, France Central, Germany West Central, India South, Japan East, North Central US, Norway East, Poland Central, South Africa North, South Central US, Sweden Central, Switzerland North, UK South, West Europe, and West US.
30+
Azure AI Studio is available in most regions where Azure AI services are available. For more information, see [region support for Azure AI Studio](reference/region-support.md).
3131
- question: |
3232
Can I integrate Microsoft Fabric data into Azure AI Studio?
3333
answer: |
@@ -59,7 +59,7 @@ sections:
5959
- question: |
6060
What is the billing model for Model-as-a-Service (MaaS)?
6161
answer: |
62-
Azure AI Studio offers paygo inference APIs and hosted fine-tuning for Llama2. During preview, there's no extra charge for Azure AI Studio outside of typical AI services and other Azure resource charges.
62+
Azure AI Studio offers paygo inference APIs and hosted fine-tuning for [Llama 2 family models](how-to/deploy-models-llama). During preview, there's no extra charge for Azure AI Studio outside of typical AI services and other Azure resource charges.
6363
- question: |
6464
Can all models be secured with content filtering?
6565
answer: |

articles/ai-studio/how-to/cli-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Initializing standalone resources is recommended when building simple solutions
143143

144144
The following resources can be initialized standalone, or attached to projects:
145145

146-
- Azure AI services: Includes Azure AI Speech, Azure AI Vision, and Azure OpenAI
146+
- Azure AI services: Includes Azure OpenAI, Azure AI Speech, and Azure AI Vision.
147147
- Azure OpenAI: Provides access to OpenAI's powerful language models.
148148
- Azure AI Search: Provides keyword, vector, and hybrid search capabilities.
149149
- Azure AI Speech: Provides speech recognition, synthesis, and translation.

articles/ai-studio/how-to/costs-plan-manage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ When you create resources for an Azure AI hub resource, resources for other Azur
4848

4949
| Service pricing page | Description with example use cases |
5050
| --- | --- |
51-
| [Azure AI services](https://azure.microsoft.com/pricing/details/cognitive-services/) | You pay to use services such as Azure OpenAI, Speech, Content Safety, Vision, Document Intelligence, and Language. Costs vary for each service and for some features within each service. |
52-
| [Azure AI Search](https://azure.microsoft.com/pricing/details/search/) | An example use case is to store data in a vector search index. |
53-
| [Azure Machine Learning](https://azure.microsoft.com/pricing/details/machine-learning/) | Compute instances are needed to run Visual Studio Code (Web) and prompt flow via Azure AI Studio.<br/><br/>When you create a compute instance, the virtual machine (VM) stays on so it's available for your work.<br/><br/>Enable idle shutdown to save on cost when the VM is idle for a specified time period.<br/><br/>Or set up a schedule to automatically start and stop the compute instance to save cost when you aren't planning to use it. |
51+
| [Azure AI services](https://azure.microsoft.com/pricing/details/cognitive-services/) | You pay to use services such as Azure OpenAI, Speech, Content Safety, Vision, Document Intelligence, and Language. Costs vary for each service and for some features within each service. For more information about provisioning of Azure AI services, see [Azure AI hub resources](../concepts/ai-resources.md#azure-ai-services-api-access-keys).|
52+
| [Azure AI Search](https://azure.microsoft.com/pricing/details/search/) | An example use case is to store data in a [vector search index](./index-add.md). |
53+
| [Azure Machine Learning](https://azure.microsoft.com/pricing/details/machine-learning/) | Compute instances are needed to run [Visual Studio Code (Web or Desktop)](./develop-in-vscode.md) and [prompt flow](./prompt-flow.md) via Azure AI Studio.<br/><br/>When you create a compute instance, the virtual machine (VM) stays on so it's available for your work.<br/><br/>Enable idle shutdown to save on cost when the VM is idle for a specified time period.<br/><br/>Or set up a schedule to automatically start and stop the compute instance to save cost when you aren't planning to use it. |
5454
| [Azure Virtual Machine](https://azure.microsoft.com/pricing/details/virtual-machines/) | Azure Virtual Machines gives you the flexibility of virtualization for a wide range of computing solutions with support for Linux, Windows Server, SQL Server, Oracle, IBM, SAP, and more. |
5555
| [Azure Container Registry Basic account](https://azure.microsoft.com/pricing/details/container-registry) | Provides storage of private Docker container images, enabling fast, scalable retrieval, and network-close deployment of container workloads on Azure. |
56-
| [Azure Blob Storage](https://azure.microsoft.com/pricing/details/storage/blobs/) | Can be used to store Azure AI project files. |
56+
| [Azure Blob Storage](https://azure.microsoft.com/pricing/details/storage/blobs/) | Can be used to store [Azure AI project](./create-projects.md) files. |
5757
| [Key Vault](https://azure.microsoft.com/pricing/details/key-vault/) | A key vault for storing secrets. |
5858
| [Azure Private Link](https://azure.microsoft.com/pricing/details/private-link/) | Azure Private Link enables you to access Azure PaaS Services (for example, Azure Storage and SQL Database) over a private endpoint in your virtual network. |
5959

articles/ai-studio/how-to/models-foundation-azure-ai.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-ai-studio
77
ms.custom:
88
- ignite-2023
99
ms.topic: how-to
10-
ms.date: 11/15/2023
10+
ms.date: 2/6/2024
1111
ms.reviewer: eur
1212
ms.author: eur
1313
author: eric-urban
@@ -49,6 +49,9 @@ Explore more Speech capabilities in the [Speech Studio](https://aka.ms/speechstu
4949

5050
:::image type="content" source="../media/explore/explore-vision.png" alt-text="Screenshot of vision capability cards in the Azure AI Studio explore tab." lightbox="../media/explore/explore-vision.png":::
5151

52+
> [!TIP]
53+
> You can also try GPT-4 Turbo with Vision capabilities in the Azure AI Studio playground. For more information, see [GPT-4 Turbo with Vision on your images and videos in Azure AI Studio playground](../quickstarts/multimodal-vision.md).
54+
5255
Explore more vision capabilities in the [Vision Studio](https://portal.vision.cognitive.azure.com/) and the [Azure AI Vision documentation](/azure/ai-services/computer-vision/).
5356

5457

@@ -79,7 +82,7 @@ To try more Azure AI services, go to the following studio links:
7982
- [Content Safety](https://contentsafety.cognitive.azure.com/)
8083
- [Custom Translator](https://portal.customtranslator.azure.ai/)
8184

82-
You can conveniently access these links from a menu at the top-right corner of AI Studio.
85+
You can conveniently access these links from the **All Azure AI** menu at the top-right corner of AI Studio.
8386

8487

8588
## Prompt samples
@@ -91,7 +94,7 @@ The prompt samples are designed to assist AI Studio users in finding and utilizi
9194
> [!NOTE]
9295
> These prompts serve as starting points to help users get started and we recommend users to tune and evaluate before using in production.
9396
94-
On the **Explore** page, select **Samples** > **Prompts** from the left menu to learn more and try it out.
97+
On the **Explore** page, select **Models** > **Prompt catalog** from the left menu to learn more and try it out.
9598

9699
### Filter by Modalities, Industries or Tasks
97100

articles/ai-studio/how-to/sdk-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ author: eric-urban
1717

1818
[!INCLUDE [Azure AI Studio preview](../includes/preview-ai-studio.md)]
1919

20-
The Azure AI SDK is a family of packages that provide access to Azure AI services such as Azure OpenAI and Speech.
20+
The Azure AI SDK is a family of packages that provide access to Azure AI services such as Azure OpenAI.
2121

2222
In this article, you'll learn how to get started with the Azure AI SDK for generative AI applications. You can either:
2323
- [Install the SDK into an existing development environment](#install-the-sdk-into-an-existing-development-environment) or

articles/ai-studio/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
ms.reviewer: eur
1111
ms.author: eur
1212
author: eric-urban
13-
ms.date: 11/15/2023
13+
ms.date: 2/6/2024
1414

1515
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1616

articles/ai-studio/quickstarts/content-safety.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ In this quickstart, get started with the [Azure AI Content Safety](/azure/ai-ser
2424
2525
## Prerequisites
2626

27+
[!INCLUDE [Limited AI services](../includes/limited-ai-services.md)]
28+
2729
* An active Azure account. If you don't have one, you can [create one for free](https://azure.microsoft.com/free/cognitive-services/).
2830
* An [Azure AI hub resource](../how-to/create-azure-ai-resource.md) and [project](../how-to/create-projects.md) in Azure AI Studio.
2931

articles/ai-studio/quickstarts/hear-speak-playground.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ The speech to text and text to speech features can be used together or separatel
2828

2929
## Prerequisites
3030

31+
[!INCLUDE [Limited AI services](../includes/limited-ai-services.md)]
32+
3133
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>.
3234
- Access granted to Azure OpenAI in the desired Azure subscription.
3335

articles/ai-studio/quickstarts/multimodal-vision.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,14 @@ Extra usage fees might apply for using GPT-4 Turbo with Vision and Azure AI Visi
2727

2828
## Prerequisites
2929

30+
[!INCLUDE [Limited AI services](../includes/limited-ai-services.md)]
31+
3032
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>.
3133
- Access granted to Azure OpenAI in the desired Azure subscription.
3234

3335
Currently, access to this service is granted only by application. You can apply for access to Azure OpenAI by completing the form at <a href="https://aka.ms/oai/access" target="_blank">https://aka.ms/oai/access</a>. Open an issue on this repo to contact us if you have an issue.
3436

35-
- An [Azure AI hub resource](../how-to/create-azure-ai-resource.md) with a GPT-4 Turbo with Vision model deployed in one of the regions that support GPT-4 Turbo with Vision: Australia East, Switzerland North, Sweden Central, and West US. When you deploy from your project's **Deployments** page, select: `gpt-4` as the model name and `vision-preview` as the model version.
37+
- An [Azure AI hub resource](../how-to/create-azure-ai-resource.md) with a GPT-4 Turbo with Vision model deployed in one of the [regions that support GPT-4 Turbo with Vision](../../ai-services/openai/concepts/models#gpt-4-and-gpt-4-turbo-preview-model-availability): Australia East, Switzerland North, Sweden Central, and West US. When you deploy from your Azure AI project's **Deployments** page, select: `gpt-4` as the model name and `vision-preview` as the model version.
3638
- An [Azure AI project](../how-to/create-projects.md) in Azure AI Studio.
3739

3840
## Start a chat session to analyze images or video

0 commit comments

Comments
 (0)