Skip to content

Commit 7c23a4e

Browse files
committed
Merge branch 'main' into release-ignite-document-intelligence-v4
2 parents baa04c5 + 13a631e commit 7c23a4e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+73
-219
lines changed

articles/ai-services/.openpublishing.redirection.ai-services.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -775,6 +775,11 @@
775775
"redirect_url": "/azure/ai-services/speech-service/video-translation-get-started",
776776
"redirect_document_id": true
777777
},
778+
{
779+
"source_path_from_root": "/articles/ai-services/speech-service/custom-speech-ai-studio.md",
780+
"redirect_url": "/azure/ai-services/speech-service/custom-speech-ai-foundry-portal",
781+
"redirect_document_id": true
782+
},
778783
{
779784
"source_path_from_root": "/articles/ai-services/qnamaker/how-to/migrate-to-openai.md",
780785
"redirect_url": "/azure/ai-services/qnamaker/overview/overview",

articles/ai-services/content-understanding/video/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Content extraction for video includes transcription, shot detection, key frame e
4848
* **Shot detection**: Identifies segments of the video aligned with shot boundaries where possible, allowing for precise editing and repackaging of content with breaks exactly on shot boundaries.
4949
* **Key frame extraction**: Extracts key frames from videos to represent each shot completely, ensuring each shot has enough key frames to enable Field Extraction to work effectively.
5050
* **Face grouping**: Grouped faces appearing in a video to extract one representative face image for each person and provides segments where each one is present. The grouped face data is available as metadata and can be used to generate customized metadata fields.
51-
* This feature is limited access and involves face identification and grouping; customers need to register for access at [Face Registration](https://aka.ms/faceregistration).
51+
* This feature is limited access and involves face identification and grouping; customers need to register for access at [Face Recognition](https://aka.ms/facerecognition).
5252

5353
### Field extraction
5454

@@ -91,4 +91,4 @@ As with all the Azure AI services, developers using the Content Understanding se
9191
## Next steps
9292

9393
* Try processing your video content using Content Understanding in [Azure AI Foundry](https://ai.azure.com/).
94-
* Learn more about video [**analyzer templates**](../quickstart/use-ai-foundry.md).
94+
* Learn more about video [**analyzer templates**](../quickstart/use-ai-foundry.md).

articles/ai-services/document-intelligence/studio-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The studio is an online tool to visually explore, understand, train, and integra
2727
* Train custom extraction models to extract fields from documents.
2828
* Get sample code for the language specific `SDKs` to integrate into your applications.
2929

30-
Currently, we're undergoing the migration of features from the [Document Intelligence Studio](https://documentintelligence.ai.azure.com/studio) to the new [AI Foundry](https://ai.azure.com/explore/aiservices/vision). There are some differences in the offerings for the two studios, which determine the correct studio for your use case.
30+
Currently, we're undergoing the migration of features from the [Document Intelligence Studio](https://documentintelligence.ai.azure.com/studio) to the new [AI Foundry portal](https://ai.azure.com/explore/aiservices/vision). There are some differences in the offerings for the two studios, which determine the correct studio for your use case.
3131

3232
## Choosing the correct studio experience
3333

@@ -37,7 +37,7 @@ There are currently two studios, the [Azure AI Foundry](https://ai.azure.com/exp
3737

3838
Document Intelligence Studio contains all features released on or before November 2024. For any of the v2.1, v3.0, v3.1 features, continue to use the Document Intelligence Studio. Studios provide a visual experience for labeling, training, and validating custom models. For custom document field extraction models, use the Document Intelligence Studio for template and neural models. Custom classification models can only be trained and used on Document Intelligence Studio. Use Document Intelligence Studio if you want to try out GA versions of the models from version v3.0, v3.1, and v4.0.
3939

40-
### When to use [AI Foundry](https://ai.azure.com/explore/aiservices/vision)
40+
### When to use [AI Foundry portal](https://ai.azure.com/explore/aiservices/vision)
4141

4242
Start with the new Azure AI Foundry and try any of the prebuilt document models from `2024-02-29-preview` version including general extraction models like Read or Layout.
4343

@@ -201,5 +201,5 @@ Learn how to [connect your AI services hub](../../ai-studio/ai-services/how-to/c
201201
## Next steps
202202

203203
* Visit [Document Intelligence Studio](https://formrecognizer.appliedai.azure.com/studio).
204-
* Visit [AI Foundry](https://ai.azure.com/explore/aiservices/vision).
204+
* Visit [AI Foundry portal](https://ai.azure.com/explore/aiservices/vision).
205205
* Get started with [Document Intelligence Studio quickstart](quickstarts/try-document-intelligence-studio.md).

articles/ai-services/openai/assistants-quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ recommendations: false
1818

1919
Azure OpenAI Assistants (Preview) allows you to create AI assistants tailored to your needs through custom instructions and augmented by advanced tools like code interpreter, and custom functions.
2020

21-
::: zone pivot="programming-language-ai-studio"
21+
::: zone pivot="ai-foundry-portal"
2222

23-
[!INCLUDE [AI Foundry](includes/assistants-ai-studio.md)]
23+
[!INCLUDE [AI Foundry portal](includes/assistants-ai-studio.md)]
2424

2525
::: zone-end
2626

articles/ai-services/openai/gpt-v-quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Get started using GPT-4 Turbo with images with the Azure OpenAI Service.
2222
>
2323
> The latest vision-capable models are `gpt-4o` and `gpt-4o mini`. These are in public preview. The latest available GA model is `gpt-4` version `turbo-2024-04-09`.
2424
25-
::: zone pivot="programming-language-studio"
25+
::: zone pivot="ai-foundry-portal"
2626

27-
[!INCLUDE [Studio quickstart](includes/gpt-v-studio.md)]
27+
[!INCLUDE [AI Foundry portal quickstart](includes/gpt-v-studio.md)]
2828

2929
::: zone-end
3030

articles/ai-services/openai/how-to/batch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ In the AI Foundry portal the deployment type will appear as `Global-Batch`.
8989
> [!TIP]
9090
> We recommend enabling **dynamic quota** for all global batch model deployments to help avoid job failures due to insufficient enqueued token quota. Dynamic quota allows your deployment to opportunistically take advantage of more quota when extra capacity is available. When dynamic quota is set to off, your deployment will only be able to process requests up to the enqueued token limit that was defined when you created the deployment.
9191
92-
::: zone pivot="programming-language-ai-studio"
92+
::: zone pivot="ai-foundry-portal"
9393

94-
[!INCLUDE [Studio](../includes/batch/batch-studio.md)]
94+
[!INCLUDE [AI Foundry portal](../includes/batch/batch-studio.md)]
9595

9696
::: zone-end
9797

articles/ai-services/openai/how-to/fine-tuning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: how-to
1010
ms.date: 11/11/2024
1111
author: mrbullwinkle
1212
ms.author: mbullwin
13-
zone_pivot_groups: openai-fine-tuning-newest
13+
zone_pivot_groups: openai-fine-tuning
1414
---
1515

1616
# Customize a model with fine-tuning

articles/ai-services/openai/how-to/prompt-caching.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ recommendations: false
1414

1515
# Prompt caching
1616

17-
Prompt caching allows you to reduce overall request latency and cost for longer prompts that have identical content at the beginning of the prompt. *"Prompt"* in this context is referring to the input you send to the model as part of your chat completions request. Rather than reprocess the same input tokens over and over again, the model is able to retain a temporary cache of processed input data to improve overall performance. Prompt caching has no impact on the output content returned in the model response beyond a reduction in latency and cost. For supported models, cached tokens are billed at a [50% discount on input token pricing](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/).
17+
Prompt caching allows you to reduce overall request latency and cost for longer prompts that have identical content at the beginning of the prompt. *"Prompt"* in this context is referring to the input you send to the model as part of your chat completions request. Rather than reprocess the same input tokens over and over again, the service is able to retain a temporary cache of processed input token computations to improve overall performance. Prompt caching has no impact on the output content returned in the model response beyond a reduction in latency and cost. For supported models, cached tokens are billed at a [50% discount on input token pricing](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/) for Standard deployment types and up to [100% discount on input tokens](/azure/ai-services/openai/concepts/provisioned-throughput) for Provisioned deployment types.
18+
19+
Caches are typically cleared within 5-10 minutes of inactivity and are always removed within one hour of the cache's last use. Prompt caches are not shared between Azure subscriptions.
1820

1921
## Supported models
2022

@@ -28,7 +30,7 @@ Currently only the following models support prompt caching with Azure OpenAI:
2830

2931
## API support
3032

31-
Official support for prompt caching was first added in API version `2024-10-01-preview`. At this time, only `o1-preview-2024-09-12` and `o1-mini-2024-09-12` models support the `cached_tokens` API response parameter.
33+
Official support for prompt caching was first added in API version `2024-10-01-preview`. At this time, only the o1 model family supports the `cached_tokens` API response parameter.
3234

3335
## Getting started
3436

@@ -37,7 +39,7 @@ For a request to take advantage of prompt caching the request must be both:
3739
- A minimum of 1,024 tokens in length.
3840
- The first 1,024 tokens in the prompt must be identical.
3941

40-
When a match is found between a prompt and the current content of the prompt cache, it's referred to as a cache hit. Cache hits will show up as [`cached_tokens`](/azure/ai-services/openai/reference-preview#cached_tokens) under [`prompt_token_details`](/azure/ai-services/openai/reference-preview#properties-for-prompt_tokens_details) in the chat completions response.
42+
When a match is found between the token computations in a prompt and the current content of the prompt cache, it's referred to as a cache hit. Cache hits will show up as [`cached_tokens`](/azure/ai-services/openai/reference-preview#cached_tokens) under [`prompt_token_details`](/azure/ai-services/openai/reference-preview#properties-for-prompt_tokens_details) in the chat completions response.
4143

4244
```json
4345
{
@@ -83,8 +85,4 @@ To improve the likelihood of cache hits occurring, you should structure your req
8385

8486
## Can I disable prompt caching?
8587

86-
Prompt caching is enabled by default. There is no opt-out option.
87-
88-
## How does prompt caching work for Provisioned deployments?
89-
90-
For supported models on provisioned deployments, we discount up to 100% of cached input tokens. For more information, see our [Provisioned Throughput documentation](/azure/ai-services/openai/concepts/provisioned-throughput).
88+
Prompt caching is enabled by default for all supported models. There is no opt-out support for prompt caching.

articles/ai-services/openai/how-to/weights-and-biases-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Give your Azure OpenAI resource the **Key Vault Secrets Officer** role.
8787

8888
## Link Weights & Biases with Azure OpenAI
8989

90-
1. Navigate to [AI Foundry](https://ai.azure.com) and select your Azure OpenAI fine-tuning resource.
90+
1. Navigate to [AI Foundry portal](https://ai.azure.com) and select your Azure OpenAI fine-tuning resource.
9191

9292
:::image type="content" source="../media/how-to/weights-and-biases/manage-integrations.png" alt-text="Screenshot of the manage integrations button." lightbox="../media/how-to/weights-and-biases/manage-integrations.png":::
9393

articles/ai-services/openai/includes/assistants-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Use the **Assistant setup** pane to create a new AI assistant or to select an ex
4141
| **Deployment** | This is where you set which model deployment to use with your assistant. |
4242
| **Functions**| Create custom function definitions for the models to formulate API calls and structure data outputs based on your specifications |
4343
| **Code interpreter** | Code interpreter provides access to a sandboxed Python environment that can be used to allow the model to test and execute code. |
44-
| **Files** | You can upload up to 20 files, with a max file size of 512 MB to use with tools. You can upload up to 10,000 files using [AI Foundry](../assistants-quickstart.md?pivots=programming-language-ai-studio). |
44+
| **Files** | You can upload up to 20 files, with a max file size of 512 MB to use with tools. You can upload up to 10,000 files using [AI Foundry portal](../assistants-quickstart.md?pivots=ai-foundry-portal). |
4545

4646
### Tools
4747

0 commit comments

Comments
 (0)