Skip to content

Commit 4233006

Browse files
Merge pull request #7214 from MicrosoftDocs/main
Auto Publish – main to live - 2025-09-23 05:03 UTC
2 parents 3a8933d + 25ad949 commit 4233006

File tree

5 files changed

+75
-73
lines changed

5 files changed

+75
-73
lines changed

articles/ai-foundry/foundry-local/how-to/how-to-chat-application-with-open-web-ui.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,27 @@ Before you start this tutorial, you need:
3131

3232
1. **Install Open Web UI** by following the instructions from the [Open Web UI GitHub repository](https://github.com/open-webui/open-webui).
3333

34-
2. **Launch Open Web UI** with this command in your terminal:
34+
1. **Launch Open Web UI** with this command in your terminal:
3535

3636
```bash
3737
open-webui serve
3838
```
3939

40-
3. Open your web browser and go to [http://localhost:8080](http://localhost:8080).
40+
1. Open your web browser and go to [http://localhost:8080](http://localhost:8080).
4141

42-
4. **Connect Open Web UI to Foundry Local**:
42+
1. **Connect Open Web UI to Foundry Local**:
4343

4444
1. Select **Settings** in the navigation menu
45-
2. Select **Connections**
46-
3. Select **Manage Direct Connections**
47-
4. Select the **+** icon to add a connection
48-
5. For the **URL**, enter `http://localhost:PORT/v1` where `PORT` is replaced with the port of the Foundry Local endpoint, which you can find using the CLI command `foundry service status`. Note, that Foundry Local dynamically assigns a port, so it's not always the same.
49-
6. Type any value (like `test`) for the API Key, since it can't be empty.
50-
7. Save your connection
51-
52-
5. **Start chatting with your model**:
45+
1. Select **External Tools** or **Connections** (depending on your Open WebUI version).
46+
1. Select **+** by **Manage Tool Servers**.
47+
1. For the **Base URL (or URL)**, enter `http://localhost:PORT/v1` where `PORT` is the Foundry Local endpoint port (use the CLI command `foundry service status` to find it). Note that Foundry Local dynamically assigns a port, so it isn't always the same.
48+
1. Enter any non-empty value for the **API key** (for example, `test`)
49+
1. Select **Save**
50+
51+
1. **Start chatting with your model**:
5352
1. Your loaded models appear in the dropdown at the top
54-
2. Select any model from the list
55-
3. Type your message in the input box at the bottom
53+
1. Select any model from the list
54+
1. Type your message in the input box at the bottom
5655

5756
That's it! You're now chatting with an AI model running entirely on your local device.
5857

articles/ai-foundry/foundry-models/includes/models-azure-direct-others.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ author: msakande
1414
1515
## Black Forest Labs models sold directly by Azure
1616

17-
The Black Forest Labs collection of image generation models includes FLUX.1 Kontext [pro] for in-context generation and editing and FLUX1.1 [pro] for text-to-image generation.
17+
The Black Forest Labs (BFL) collection of image generation models includes FLUX.1 Kontext [pro] for in-context generation and editing and FLUX1.1 [pro] for text-to-image generation.
1818

19-
You can run these models via our service provider API and through the [images/generations and images/edits endpoints](../../openai/reference-preview.md).
19+
You can run these models via the BFL service provider API and through the [images/generations and images/edits endpoints](../../openai/reference-preview.md).
2020

2121

22-
| Model | Type | Capabilities | Deployment type (region availability) | Project type |
23-
| ------ | ---- | ------------ | ------------------------------------- | ------------ |
24-
| [FLUX.1-Kontext-pro](https://ai.azure.com/explore/models/FLUX.1-Kontext-pro/version/1/registry/azureml-blackforestlabs/?cid=learnDocs) | Image generation | - **Input:** text and image (5,000 tokens and 1 image) <br /> - **Output:** One Image <br /> - **Tool calling:** No <br /> - **Response formats**: Image (PNG and JPG) <br /> - **Additional Parameters**: Seed, Aspect Ratio | - Global standard (all regions) | Foundry, Hub-based |
25-
| [FLUX-1.1-pro](https://ai.azure.com/explore/models/FLUX-1.1-pro/version/1/registry/azureml-blackforestlabs/?cid=learnDocs) | Image generation | - **Input:** text (5,000 tokens) <br /> - **Output:** One Image <br /> - **Tool calling:** No <br /> - **Response formats:** Image (PNG and JPG) | - Global standard (all regions) | Hub-based |
22+
| Model | Type & API endpoint| Capabilities | Deployment type (region availability) | Project type |
23+
| ------ | ------------------ | ------------ | ------------------------------------- | ------------ |
24+
| [FLUX.1-Kontext-pro](https://ai.azure.com/explore/models/FLUX.1-Kontext-pro/version/1/registry/azureml-blackforestlabs/?cid=learnDocs) | **Image generation** <br> - [Image API](../../openai/reference-preview.md): `https://<resource-name>/openai/deployments/{deployment-id}/images/generations` <br> and <br> `https://<resource-name>/openai/deployments/{deployment-id}/images/edits` <br> <br> - [BFL service provider API](https://docs.bfl.ai/kontext/kontext_text_to_image): ` <resource-name>/providers/blackforestlabs/v1/flux-kontext-pro?api-version=preview ` | - **Input:** text and image (5,000 tokens and 1 image) <br /> - **Output:** One Image <br /> - **Tool calling:** No <br /> - **Response formats**: Image (PNG and JPG) <br /> - **Key features:** Character consistency, advanced editing <br /> - **Additional parameters:** *(In provider-specific API only)* `seed`, `aspect ratio`, `input_image`, `prompt_unsampling`, `safety_tolerance`, `output_format`, `webhook_url`, `webhook_secret` |- Global standard (all regions) | Foundry, Hub-based |
25+
| [FLUX-1.1-pro](https://ai.azure.com/explore/models/FLUX-1.1-pro/version/1/registry/azureml-blackforestlabs/?cid=learnDocs) | **Image generation** <br> - [Image API](../../openai/reference-preview.md): `https://<resource-name>/openai/deployments/{deployment-id}/images/generations` <br> <br> - [BFL service provider API](https://docs.bfl.ai/flux_models/flux_1_1_pro): ` <resource-name>/providers/blackforestlabs/v1/flux-pro-1.1?api-version=preview ` | - **Input:** text (5,000 tokens and 1 image) <br /> - **Output:** One Image <br /> - **Tool calling:** No <br /> - **Response formats:** Image (PNG and JPG) <br /> - **Key features:** Fast inference speed, strong prompt adherence, competitive pricing, scalable generation <br /> - **Additional parameters:** *(In provider-specific API only)* `width`, `height`, `prompt_unsampling`, `seed`, `safety_tolerance`, `output_format`, `webhook_url`, `webhook_secret` | - Global standard (all regions) | Hub-based |
2626

2727

2828
See [this model collection in Azure AI Foundry portal](https://ai.azure.com/explore/models?&selectedCollection=black+forest+labs/?cid=learnDocs).

articles/ai-foundry/responsible-ai/document-intelligence/data-privacy-security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: lajanuar
77
manager: nitinme
88
ms.service: azure-ai-document-intelligence
99
ms.topic: article
10-
ms.date: 05/04/2021
10+
ms.date: 09/22/2025
1111
---
1212

1313

@@ -41,6 +41,6 @@ The "Get Analyze Results" operation is authenticated against the same API key th
4141

4242
**For customer trained models**: The Custom model feature allows customers to build custom models from training data stored in customer’s Azure blob storage locations. The interim outputs after analysis and labeling are stored in the same location. The trained custom models are stored in Azure storage in the same region and logically isolated with their Azure subscription and API credentials.
4343

44-
**Deletes data**: For all features, the input data and results are deleted within 24 hours and not used for any other purpose. For customer trained models, the customers can delete their models and associated metadata at any time by using the API.
44+
**Deletes data**: Customers can delete the analysis response at any time by utilizing the [**Delete Analyze Result**](/rest/api/aiservices/document-models/delete-analyze-result?view=rest-aiservices-v4.0%20(2024-11-30)&preserve-view=true&tabs=HTTP) API. . After successfully retrieving the analysis results, calling the [**Delete Analyze Result**](/rest/api/aiservices/document-models/delete-analyze-result?view=rest-aiservices-v4.0%20(2024-11-30)&preserve-view=true&tabs=HTTP) API permanently purges those results.
4545

4646
To learn more about privacy and security commitments, see the [Microsoft Trust Center](https://www.microsoft.com/TrustCenter/CloudServices/Azure/default.aspx).

articles/ai-services/speech-service/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,9 @@ items:
466466
href: /python/api/azure-cognitiveservices-speech/
467467
- name: Voice Live SDK (Preview)
468468
items:
469+
- name: 'C#'
470+
displayName: CSharp SDK,.NET SDK,C# SDK,C# dev kit,reference,reference docs,ref documentation
471+
href: /dotnet/api/overview/azure/ai.voicelive-readme
469472
- name: Python
470473
displayName: Python SDK,Python dev kit,reference,reference docs,ref documentation
471474
href: /python/api/overview/azure/ai-voicelive-readme

0 commit comments

Comments
 (0)