This processor allows you to interact with OpenAI’s image model. You can ask any question, and the model will return an image.Documentation Index
Fetch the complete documentation index at: https://docs.keeperagent.com/llms.txt
Use this file to discover all available pages before exploring further.

Example: Ask OpenAI model to generate an image

Model return token name as Virginia Power Token, token symbol as VPI

Configuration fields
| Field | Required | Description |
|---|---|---|
| Variable to save result | Yes | The absolute path of image will be assigned to this variable. For example: IMAGE_PATH |
| Prompt | Yes | Prompt for image generation |
| Model name | Yes | Model name |
| OpenAI API key | Yes | API key of OpenAI |
| Image size | No | Size of the generated image |
| Image quality | No | Quality of the generated image |
| Folder path | Yes | Folder path to save the generated image |
| File name | Yes | File name of the generated image |