-
-
Notifications
You must be signed in to change notification settings - Fork 7
OpenAI.Image
Andrew Lambert edited this page Jan 20, 2024
·
12 revisions
OpenAI.Image
Protected Class Image
Inherits OpenAI.Response
This class represents an API image response. Refer to the OpenAI documentation on the /v1/images/generations
and /v1/images/edits
endpoints for further details.
- Created As Date
- ID As String
- Model As OpenAI.Model
- OriginalRequest As OpenAI.Request
- ResponseFormat As String
- ResultCount As Integer
- ResultType As OpenAI.ResultType
- Examples
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2023-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.