Skip to content

Commit 3b10dce

Browse files
authored
Merge pull request #3550 from ssalgadodev/patch-80
Update models-featured.md
2 parents 5938d40 + 271714d commit 3b10dce

File tree

2 files changed

+27
-14
lines changed

2 files changed

+27
-14
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,19 @@ See the [Nixtla model collection in Azure AI Foundry portal](https://ai.azure.co
330330
| ------ | ---- | ------------ |
331331
| [tsuzumi-7b](https://ai.azure.com/explore/models/Tsuzumi-7b/version/1/registry/azureml-nttdata) | [chat-completion](../model-inference/how-to/use-chat-completions.md?context=/azure/ai-foundry/context/context) | - **Input:** text (8,192 tokens) <br /> - **Output:** text (8,192 tokens) <br /> - **Tool calling:** No <br /> - **Response formats:** Text |
332332

333+
## Stability AI
334+
335+
The Stability AI collection of image generation models include Stable Image Core, Stable Image Ultra and Stable Diffusion 3.5 Large. Stable Diffusion 3.5 Large allows for an image and text input.
336+
337+
| Model | Type | Capabilities |
338+
| ------ | ---- | ------------ |
339+
| [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) |
340+
| [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) |
341+
| [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) |
342+
343+
344+
345+
333346
## Related content
334347

335348
- [Deploy models as serverless APIs](../how-to/deploy-models-serverless.md)

articles/ai-foundry/toc.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -96,20 +96,6 @@ items:
9696
href: how-to/troubleshoot-deploy-and-monitor.md
9797
- name: Work with models from the model catalog
9898
items:
99-
- name: Work with embedding models
100-
items:
101-
- name: Work with text embedding models
102-
href: ../ai-foundry/model-inference/how-to/use-embeddings.md?context=/azure/ai-foundry/context/context
103-
- name: Work with image embedding models
104-
href: ../ai-foundry/model-inference/how-to/use-image-embeddings.md?context=/azure/ai-foundry/context/context
105-
- name: Work with chat models
106-
items:
107-
- name: Work with chat completion models
108-
href: ../ai-foundry/model-inference/how-to/use-chat-completions.md?context=/azure/ai-foundry/context/context
109-
- name: Work with reasoning models
110-
href: ../ai-foundry/model-inference/how-to/use-chat-reasoning.md?context=/azure/ai-foundry/context/context
111-
- name: Work with image and audio content
112-
href: ../ai-foundry/model-inference/how-to/use-chat-multi-modal.md?context=/azure/ai-foundry/context/context
11399
- name: Featured models in the model catalog
114100
href: concepts/models-featured.md
115101
- name: Other featured models
@@ -130,6 +116,20 @@ items:
130116
href: how-to/deploy-models-mistral-open.md
131117
- name: Stability AI models
132118
href: ./how-to/deploy-stability-models.md
119+
- name: Work with embedding models
120+
items:
121+
- name: Work with text embedding models
122+
href: ../ai-foundry/model-inference/how-to/use-embeddings.md?context=/azure/ai-foundry/context/context
123+
- name: Work with image embedding models
124+
href: ../ai-foundry/model-inference/how-to/use-image-embeddings.md?context=/azure/ai-foundry/context/context
125+
- name: Work with chat models
126+
items:
127+
- name: Work with chat completion models
128+
href: ../ai-foundry/model-inference/how-to/use-chat-completions.md?context=/azure/ai-foundry/context/context
129+
- name: Work with reasoning models
130+
href: ../ai-foundry/model-inference/how-to/use-chat-reasoning.md?context=/azure/ai-foundry/context/context
131+
- name: Work with image and audio content
132+
href: ../ai-foundry/model-inference/how-to/use-chat-multi-modal.md?context=/azure/ai-foundry/context/context
133133
- name: Azure OpenAI and AI services
134134
items:
135135
- name: Use Azure OpenAI Service in Azure AI Foundry portal

0 commit comments

Comments
 (0)