Create and edit images with OpenAI's GPT-Image models.
Generate images from text prompts or edit existing images using AI.
Supports turn-based editing where you can iteratively refine images.
Generate an image from a text prompt
-
Usage:
/makeimage <prompt> [model] [size] [quality] [output_format] -
prompt:(Required) Describe the image you want to generate -
model:(Optional) The model to use for generation -
size:(Optional) Size of the generated image -
quality:(Optional) Quality level of the image -
output_format:(Optional) Output image format -
Checks:
Server Only
Edit an existing image using AI
-
Usage:
/editimage <prompt> <image> [image2] [image3] [model] [size] [quality] [output_format] -
prompt:(Required) Describe how you want to modify the image -
image:(Required) The main image to edit (required) -
image2:(Optional) Additional reference image (optional) -
image3:(Optional) Additional reference image (optional) -
model:(Optional) The model to use for editing -
size:(Optional) Size of the output image -
quality:(Optional) Quality level of the image -
output_format:(Optional) Output image format -
Checks:
Server Only
Configure ImGen settings
- Usage:
[p]imgen
View current ImGen settings
- Usage:
/imgen view
Manage role-based access rules
- Usage:
/imgen access
Set the OpenAI API key for this server
- Usage:
/imgen api
Remove the OpenAI API key for this server
- Usage:
/imgen clearapi
Set or clear the logging channel
- Usage:
/imgen logchannel [channel] channel:(Optional) The channel to log generations to (leave empty to disable)
Clear all role restrictions (open access)
- Usage:
/imgen clearroles
Set default generation settings
- Usage:
/imgen defaults [model] [size] [quality] model:(Optional) Default model for generationsize:(Optional) Default image sizequality:(Optional) Default image quality
View available subscription tier presets
- Usage:
/imgen tiers
Apply a subscription tier preset to a role
- Usage:
/imgen tier <role> <tier> role:(Required) The role to configuretier:(Required) The tier preset to apply