Skip to content

Commit acc300d

Browse files
committed
update terminology
1 parent ced1e1e commit acc300d

File tree

10 files changed

+21
-21
lines changed

10 files changed

+21
-21
lines changed

articles/ai-services/openai/how-to/dall-e.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ It's also possible that the generated image itself is filtered. In this case, th
151151

152152
Your prompts should describe the content you want to see in the image, and the visual style of image.
153153

154-
When you write prompts, consider that the image generation APIs come with a content moderation filter. If the service recognizes your prompt as harmful content, it doesn't generate an image. For more information, see [Content filtering](../concepts/content-filter.md).
154+
When you write prompts, consider that the Image APIs come with a content moderation filter. If the service recognizes your prompt as harmful content, it doesn't generate an image. For more information, see [Content filtering](../concepts/content-filter.md).
155155

156156
> [!TIP]
157157
> For a thorough look at how you can tweak your text prompts to generate different kinds of images, see the [Image prompt engineering guide](/azure/ai-services/openai/concepts/gpt-4-v-prompt-engineering).
@@ -321,8 +321,8 @@ DALL-E models don't support the Image Edit API.
321321

322322
* [What is Azure OpenAI Service?](../overview.md)
323323
* [Quickstart: Generate images with Azure OpenAI Service](../dall-e-quickstart.md)
324-
* [Image generation API reference](/azure/ai-services/openai/reference#image-generation)
325-
* [Image generation API (preview) reference](/azure/ai-services/openai/reference-preview)
324+
* [Image API reference](/azure/ai-services/openai/reference#image-generation)
325+
* [Image API (preview) reference](/azure/ai-services/openai/reference-preview)
326326

327327

328328
<!-- OAI HT guide https://platform.openai.com/docs/guides/images/usage

articles/ai-services/openai/includes/dall-e-dotnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ The URL of the generated image is printed to the console.
125125
```
126126
127127
> [!NOTE]
128-
> The image generation APIs come with a content moderation filter. If the service recognizes your prompt as harmful content, it won't return a generated image. For more information, see the [content filter](../concepts/content-filter.md) article.
128+
> The Image APIs come with a content moderation filter. If the service recognizes your prompt as harmful content, it won't return a generated image. For more information, see the [content filter](../concepts/content-filter.md) article.
129129
130130
## Clean up resources
131131
@@ -136,5 +136,5 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
136136
137137
## Next steps
138138
139-
* Explore the image generation APIs in more depth with the [DALL-E how-to guide](../how-to/dall-e.md).
139+
* Explore the Image APIs in more depth with the [Image API how-to guide](../how-to/dall-e.md).
140140
* For more examples check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure/openai-samples).

articles/ai-services/openai/includes/dall-e-go.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Image generated, HEAD request on URL returned 200
248248
Image URL: <SAS URL>
249249
```
250250
> [!NOTE]
251-
> The image generation APIs come with a content moderation filter. If the service recognizes your prompt as harmful content, it won't return a generated image. For more information, see the [content filter](../concepts/content-filter.md) article.
251+
> The Image APIs come with a content moderation filter. If the service recognizes your prompt as harmful content, it won't return a generated image. For more information, see the [content filter](../concepts/content-filter.md) article.
252252
253253
## Clean up resources
254254
@@ -259,5 +259,5 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
259259
260260
## Next steps
261261
262-
* Explore the image generation APIs in more depth with the [DALL-E how-to guide](../how-to/dall-e.md).
262+
* Explore the Image APIs in more depth with the [Image API how-to guide](../how-to/dall-e.md).
263263
* For more examples check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure/openai-samples).

articles/ai-services/openai/includes/dall-e-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ Completed getImages.
263263
```
264264
265265
> [!NOTE]
266-
> The image generation APIs come with a content moderation filter. If the service recognizes your prompt as harmful content, it won't return a generated image. For more information, see the [content filter](../concepts/content-filter.md) article.
266+
> The Image APIs come with a content moderation filter. If the service recognizes your prompt as harmful content, it won't return a generated image. For more information, see the [content filter](../concepts/content-filter.md) article.
267267
268268
269269
## Clean up resources
@@ -275,5 +275,5 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
275275
276276
## Next steps
277277
278-
* Explore the image generation APIs in more depth with the [DALL-E how-to guide](../how-to/dall-e.md).
278+
* Explore the Image APIs in more depth with the [Image API how-to guide](../how-to/dall-e.md).
279279
* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure-Samples/openai)

articles/ai-services/openai/includes/dall-e-javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Image generation result URL: <SAS URL>
202202
```
203203
204204
> [!NOTE]
205-
> The image generation APIs come with a content moderation filter. If the service recognizes your prompt as harmful content, it won't return a generated image. For more information, see the [content filter](../concepts/content-filter.md) article.
205+
> The Image APIs come with a content moderation filter. If the service recognizes your prompt as harmful content, it won't return a generated image. For more information, see the [content filter](../concepts/content-filter.md) article.
206206

207207
## Clean up resources
208208

@@ -213,5 +213,5 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
213213

214214
## Next steps
215215

216-
* Explore the image generation APIs in more depth with the [DALL-E how-to guide](../how-to/dall-e.md).
216+
* Explore the Image APIs in more depth with the [Image API how-to guide](../how-to/dall-e.md).
217217
* For more examples check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure/openai-samples).

articles/ai-services/openai/includes/dall-e-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ For the recommended keyless authentication with Microsoft Entra ID, you need to:
106106

107107
PowerShell requests the image from Azure OpenAI and stores the output image in the _generated_image.png_ file in your specified directory. For convenience, the full path for the file is returned at the end of the script.
108108

109-
The image generation APIs come with a content moderation filter. If the service recognizes your prompt as harmful content, it doesn't generate an image. For more information, see [Content filtering](../concepts/content-filter.md).
109+
The Image APIs come with a content moderation filter. If the service recognizes your prompt as harmful content, it doesn't generate an image. For more information, see [Content filtering](../concepts/content-filter.md).
110110

111111
## Clean up resources
112112

@@ -117,5 +117,5 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
117117

118118
## Next steps
119119

120-
* Explore the image generation APIs in more depth with the [DALL-E how-to guide](../how-to/dall-e.md).
120+
* Explore the Image APIs in more depth with the [Image API how-to guide](../how-to/dall-e.md).
121121
- Try examples in the [Azure OpenAI Samples GitHub repository](https://github.com/Azure/openai-samples).

articles/ai-services/openai/includes/dall-e-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Wait a few moments to get the response.
120120

121121
Azure OpenAI stores the output image in the _generated_image.png_ file in your specified directory. The script also displays the image in your default image viewer.
122122

123-
The image generation APIs come with a content moderation filter. If the service recognizes your prompt as harmful content, it doesn't generate an image. For more information, see [Content filtering](../concepts/content-filter.md).
123+
The Image APIs come with a content moderation filter. If the service recognizes your prompt as harmful content, it doesn't generate an image. For more information, see [Content filtering](../concepts/content-filter.md).
124124

125125
## Clean up resources
126126

@@ -131,6 +131,6 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
131131

132132
## Next steps
133133

134-
* Explore the image generation APIs in more depth with the [DALL-E how-to guide](../how-to/dall-e.md).
134+
* Explore the Image APIs in more depth with the [Image API how-to guide](../how-to/dall-e.md).
135135
* Try examples in the [Azure OpenAI Samples GitHub repository](https://github.com/Azure/openai-samples).
136136
* See the [API reference](../reference.md#image-generation)

articles/ai-services/openai/includes/dall-e-rest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The output from a successful image generation API call looks like the following
9999
}
100100
```
101101

102-
The image generation APIs come with a content moderation filter. If the service recognizes your prompt as harmful content, it doesn't generate an image. For more information, see [Content filtering](../concepts/content-filter.md). For examples of error responses, see the [DALL-E how-to guide](../how-to/dall-e.md).
102+
The Image APIs come with a content moderation filter. If the service recognizes your prompt as harmful content, it doesn't generate an image. For more information, see [Content filtering](../concepts/content-filter.md). For examples of error responses, see the [DALL-E how-to guide](../how-to/dall-e.md).
103103

104104
The system returns an operation status of `Failed` and the `error.code` value in the message is set to `contentFilter`. Here's an example:
105105

@@ -137,6 +137,6 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
137137

138138
## Next steps
139139

140-
* Explore the image generation APIs in more depth with the [DALL-E how-to guide](../how-to/dall-e.md).
140+
* Explore the Image APIs in more depth with the [Image API how-to guide](../how-to/dall-e.md).
141141
* Try examples in the [Azure OpenAI Samples GitHub repository](https://github.com/Azure/openai-samples).
142142
* See the [API reference](../reference.md#image-generation)

articles/ai-services/openai/includes/dall-e-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ On the model's page, select **Open in playground**.
3131
Start exploring Azure OpenAI capabilities with a no-code approach through the **Images playground**. Enter your image prompt into the text box and select **Generate**. When the AI-generated image is ready, it appears on the page.
3232

3333
> [!NOTE]
34-
> The image generation APIs come with a content moderation filter. If Azure OpenAI recognizes your prompt as harmful content, it doesn't return a generated image. For more information, see [Content filtering](../concepts/content-filter.md).
34+
> The Image APIs come with a content moderation filter. If Azure OpenAI recognizes your prompt as harmful content, it doesn't return a generated image. For more information, see [Content filtering](../concepts/content-filter.md).
3535
3636
In the **Images playground**, you can also view Python and cURL code samples, which are prefilled according to your settings. Select **View code** near the top of the page. You can use this code to write an application that completes the same task.
3737

@@ -44,6 +44,6 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
4444

4545
## Next steps
4646

47-
* Explore the image generation APIs in more depth with the [DALL-E how-to guide](../how-to/dall-e.md).
47+
* Explore the Image APIs in more depth with the [Image API how-to guide](../how-to/dall-e.md).
4848
* Try examples in the [Azure OpenAI Samples GitHub repository](https://github.com/Azure/openai-samples).
4949
* See the [API reference](../reference.md#image-generation)

articles/ai-services/openai/includes/dall-e-typescript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Image generation result URL: <SAS URL>
248248
```
249249
250250
> [!NOTE]
251-
> The image generation APIs come with a content moderation filter. If the service recognizes your prompt as harmful content, it won't return a generated image. For more information, see the [content filter](../concepts/content-filter.md) article.
251+
> The Image APIs come with a content moderation filter. If the service recognizes your prompt as harmful content, it won't return a generated image. For more information, see the [content filter](../concepts/content-filter.md) article.
252252

253253
## Clean up resources
254254

@@ -259,5 +259,5 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
259259

260260
## Next steps
261261

262-
* Explore the image generation APIs in more depth with the [DALL-E how-to guide](../how-to/dall-e.md).
262+
* Explore the Image APIs in more depth with the [Image API how-to guide](../how-to/dall-e.md).
263263
* For more examples check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure/openai-samples).

0 commit comments

Comments
 (0)