← ChatGPT & OpenAI Add-On Übersicht
This Step automatically generates random images based on a prompt sent to the OpenAI API. It batch processes data provided in a spreadsheet.
Das sind die Optionen, mit denen man den Step konfigurieren kann.
| Name | Datentyp | Beschreibung | Pflichtfeld | Werte |
| account | ACCOUNT | Your OpenAI Account | Nein | |
| input | SPREADSHEET | | Nein | |
| mappingdefinition | STRING | The mapping definition JSON String | Nein | |
| Folgende Felder sind zu konfigurieren:
| Feld | Datentyp | Beschreibung | Pflichtfeld | Standardwert | | id | SINGLE | An identifier (e.g. ProductID, SKU) to identify the record after the OpenAI result was returned. | Nein | | | prompt | SINGLE | The promt is basically the text you are referring to in the command. | Nein | | | filename | SINGLE | Set a custom filname for the generated images. | Nein | | |
| model | STRING | The model which will generate the image. | Nein | - dall-e-2
- dall-e-3
- gpt-image-1
|
| quality | STRING | The quality of the image that will be generated. hd creates images with finer details and greater consistency across the image. This param is only supported for dall-e-3. | Nein | - standard
- hd
- high (gpt-image-1)
- medium (gpt-image-1)
- low (gpt-image-1)
|
| style | STRING | The style of the generated images. Must be one of vivid or natural. Vivid causes the model to lean towards generating hyper-real and dramatic images. Natural causes the model to produce more natural, less hyper-real looking images. This param is only supported for dall-e-3. | Nein | |
| limit | STRING | Limits the spreadsheet rows to be processed. | Nein | |
| number | STRING | The number of images per row to generate. Must be between 1 and 10. | Nein | |
| size | STRING | The image generations endpoint allows you to create an original image given a text prompt. Generated images can have a size of 256x256, 512x512, or 1024x1024 pixels. Smaller sizes are faster to generate. These resolutions have to be used with DALL-E-2. DALL-E-3 uses the resolutions 1024x1024, 1024x1792 and 1792x1024. | Nein | - 256x256
- 512x512
- 1024x1024
- 1792x1024
- 1024x1792
|
Outputs
Das sind die Ergebnisse des Steps, die von nachfolgenden Steps, nach
der Ausführung verwendet werden können.
| Name | Datentyp | Beschreibung | Werte |
| result | SPREADSHEET | The Result Spreadsheet | |
| Folgende Felder sind im Output enthalten:
| Feld | Datentyp | Beschreibung | Standardwert | | id | SINGLE | | | | prompt | SINGLE | | | | result | SINGLE | | | | filename | SINGLE | | | |
| invalid | SPREADSHEET | Invalid rows | |
| Folgende Felder sind im Output enthalten:
| Feld | Datentyp | Beschreibung | Standardwert | | id | SINGLE | | | | prompt | SINGLE | | | | filename | SINGLE | | | |
| images | FILELIST | | |