Skip to content

Commit 42b58b5

Browse files
committed
add note for other pivot zones
1 parent 29b4c51 commit 42b58b5

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

articles/ai-foundry/model-inference/how-to/use-image-to-text.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,35 @@ zone_pivot_groups: azure-ai-inference-samples
1616

1717
# How to generate images with Azure AI model inference
1818

19+
::: zone pivot="programming-language-python"
20+
21+
Azure AI model inference Python API does not support image models.
22+
23+
::: zone-end
24+
25+
::: zone pivot="programming-language-javascript"
26+
27+
Azure AI model inference Javascript API does not support image models.
28+
29+
::: zone-end
30+
31+
32+
::: zone pivot="programming-language-java"
33+
34+
Azure AI model inference Java API does not support image models.
35+
36+
::: zone-end
37+
38+
39+
::: zone pivot="programming-language-csharp"
40+
41+
Azure AI model inference C Sharp API does not support image models.
42+
43+
::: zone-end
44+
45+
46+
::: zone pivot="programming-language-rest"
47+
1948
This article explains how to generate images with _image_ models deployed to Azure AI model inference in Azure AI services. Some models have unique parameters or data format requirements.
2049

2150
## Prerequisites
@@ -79,4 +108,7 @@ Some models only support specific data format. The following table list the supp
79108
## Related content
80109
81110
* [Use embeddings models](use-embeddings.md)
82-
* [Azure AI Model Inference API](.././reference/reference-model-inference-api.md)
111+
* [Azure AI Model Inference API](.././reference/reference-model-inference-api.md)
112+
113+
::: zone-end
114+

0 commit comments

Comments
 (0)