You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# How to generate images with Azure AI model inference
18
18
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
+
19
48
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.
20
49
21
50
## Prerequisites
@@ -79,4 +108,7 @@ Some models only support specific data format. The following table list the supp
79
108
## Related content
80
109
81
110
* [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)
0 commit comments