Skip to content

Commit 9d5853c

Browse files
committed
fix wording
1 parent 40ac02c commit 9d5853c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -339,14 +339,13 @@ The Stability AI collection of image generation models include Stable Image Core
339339

340340
#### Inference examples: Stability AI
341341

342+
Stability AI models deployed to serverless APIs implement the Azure AI model inference API on the route `/image/generations`.
342343
For examples of how to use Stability AI models, see the following examples:
343344

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)
348-
349-
345+
- [Use OpenAI SDK with Stability AI models for text to image requests](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/stabilityai/Text_to_Image_openai_library.ipynb)
346+
- [Use Requests library with Stability AI models for text to image requests](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/stabilityai/Text_to_Image_requests_library.ipynb)
347+
- [Use Requests library with Stable Diffusion 3.5 Large for image to image requests](https://github.com/Azure/azureml-examples/blob/main/sdk/python/foundation-models/stabilityai/Image_to_Image.ipynb)
348+
- [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)
350349

351350

352351
## Related content

0 commit comments

Comments
 (0)