Skip to content

Commit 40ac02c

Browse files
committed
remove stability ai article from TOC and replace with table entry
1 parent 10cc822 commit 40ac02c

File tree

4 files changed

+18
-128
lines changed

4 files changed

+18
-128
lines changed

articles/ai-foundry/.openpublishing.redirection.ai-studio.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,11 @@
290290
"redirect_url": "/azure/ai-foundry/how-to/deploy-stability-models",
291291
"redirect_document_id": true
292292
},
293+
{
294+
"source_path_from_root": "/articles/ai-foundry/how-to/deploy-stability-models.md",
295+
"redirect_url": "/azure/ai-foundry/concepts/models-featured#stability-ai",
296+
"redirect_document_id": false
297+
},
293298
{
294299
"source_path_from_root": "/articles/ai-studio/how-to/disable-local-auth.md",
295300
"redirect_url": "/azure/ai-foundry/how-to/disable-local-auth",

articles/ai-foundry/concepts/models-featured.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: references_regions, tool_generated
1515

1616
# Featured models of Azure AI Foundry
1717

18-
The Azure AI model catalog offers a large selection of models from a wide range of providers. You have various options for deploying models from the model catalog. This article lists featured models in the model catalog that can be deployed and hosted on Microsoft's servers via serverless APIs. For some of these models, you can also host them on your infrastructure for deployment via managed compute. See [Available models for supported deployment options](../how-to/model-catalog-overview.md#available-models-for-supported-deployment-options) for a list of models in the catalog that are available for deployment via managed compute or serverless API.
18+
The Azure AI model catalog offers a large selection of models from a wide range of providers. You have various options for deploying models from the model catalog. This article lists featured models in the model catalog that can be deployed and hosted on Microsoft's servers via serverless APIs. For some of these models, you can also host them on your infrastructure for deployment via managed compute. See [Available models for supported deployment options](../how-to/model-catalog-overview.md#available-models-for-supported-deployment-options) to find models in the catalog that are available for deployment via managed compute or serverless API.
1919

2020
[!INCLUDE [models-preview](../includes/models-preview.md)]
2121

@@ -333,9 +333,18 @@ The Stability AI collection of image generation models include Stable Image Core
333333

334334
| Model | Type | Capabilities |
335335
| ------ | ---- | ------------ |
336-
| [Stable Diffusion 3.5 Large](https://ai.azure.com/explore/models/Stable-Diffusion-3.5-Large/versions/1) | [Image Generation](../how-to/deploy-stability-models.md?context=/azure/ai-foundry/context/context) | - Input: text and image (1000 tokens and 1 image) <br /> - Output: 1 Image <br /> - **Tool calling:** No <br /> - Response formats: Image (PNG and JPG) |
337-
| [Stable Image Core](https://ai.azure.com/explore/models/Stable-Image-Core/versions/1) | [Image Generation](../how-to/deploy-stability-models.md?context=/azure/ai-foundry/context/context) | - Input: text (1000 tokens) <br /> - Output: 1 Image <br /> - **Tool calling:** No <br /> - Response formats: Image (PNG and JPG) |
338-
| [Stable Image Ultra](https://ai.azure.com/explore/models/Stable-Image-Ultra/versions/1) | [Image Generation](../how-to/deploy-stability-models.md?context=/azure/ai-foundry/context/context) | - Input: text (1000 tokens) <br /> - Output: 1 Image <br /> - **Tool calling:** No <br /> - Response formats: Image (PNG and JPG) |
336+
| [Stable Diffusion 3.5 Large](https://ai.azure.com/explore/models/Stable-Diffusion-3.5-Large/version/1/registry/azureml-stabilityai) | Image generation | - **Input:** text and image (1000 tokens and 1 image) <br /> - **Output:** 1 Image <br /> - **Tool calling:** No <br /> - **Response formats**: Image (PNG and JPG) |
337+
| [Stable Image Core](https://ai.azure.com/explore/models/Stable-Image-Core/version/1/registry/azureml-stabilityai) | Image generation | - **Input:** text (1000 tokens) <br /> - **Output:** 1 Image <br /> - **Tool calling:** No <br /> - **Response formats:** Image (PNG and JPG) |
338+
| [Stable Image Ultra](https://ai.azure.com/explore/models/Stable-Image-Ultra/version/1/registry/azureml-stabilityai) | Image generation | - **Input:** text (1000 tokens) <br /> - **Output:** 1 Image <br /> - **Tool calling:** No <br /> - **Response formats:** Image (PNG and JPG) |
339+
340+
#### Inference examples: Stability AI
341+
342+
For examples of how to use Stability AI models, see the following examples:
343+
344+
- [Use OpenAI SDK with Stability AI models in Azure AI and Azure ML for Text to Image requests](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/stabilityai/Text_to_Image_openai_library.ipynb)
345+
- [Use Requests Library with Stability AI models in Azure AI and Azure ML for Text to Image requests](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/stabilityai/Text_to_Image_requests_library.ipynb)
346+
- [Use Requests Library with Stable Diffusion 3.5 Large in Azure AI and Azure ML for Image to Image requests](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/stabilityai/Image_to_Image.ipynb)
347+
- Example of a [fully encoded image generation response](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/stabilityai/Sample_image_generation_response.txt)
339348

340349

341350

articles/ai-foundry/how-to/deploy-stability-models.md

Lines changed: 0 additions & 122 deletions
This file was deleted.

articles/ai-foundry/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ items:
116116
href: how-to/deploy-models-gretel-navigator.md
117117
- name: Mistral-7B and Mixtral models
118118
href: how-to/deploy-models-mistral-open.md
119-
- name: Stability AI models
120-
href: ./how-to/deploy-stability-models.md
121119
- name: Work with embedding models
122120
items:
123121
- name: Work with text embedding models

0 commit comments

Comments
 (0)