Skip to content

Commit 2fb6b1d

Browse files
authored
Update models.md
1 parent c095398 commit 2fb6b1d

File tree

1 file changed

+11
-0
lines changed
  • articles/ai-foundry/model-inference/concepts

1 file changed

+11
-0
lines changed

articles/ai-foundry/model-inference/concepts/models.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,17 @@ See [this model collection in Azure AI Foundry portal](https://ai.azure.com/expl
184184
| ------ | ---- | --- | ------------ |
185185
| [Tsuzumi-7b](https://ai.azure.com/explore/models/Tsuzumi-7b/version/1/registry/azureml-nttdata) | chat-completion | Global standard | - **Input:** text (8,192 tokens) <br /> - **Output:** text (8,192 tokens) <br /> - **Languages:** `en` and `jp` <br /> - **Tool calling:** No <br /> - **Response formats:** Text |
186186

187+
## Stability AI
188+
189+
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.
190+
191+
| Model | Type | Capabilities |
192+
| ------ | ---- | ------------ |
193+
| [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) |
194+
| [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) |
195+
| [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) |
196+
197+
187198
## Next steps
188199

189200
- Get started today and [deploy your fist model in Azure AI services](../how-to/create-model-deployments.md)

0 commit comments

Comments
 (0)