List available image models
aetherwave_list_image_modelsGet a list of all supported image-generation models with their credit cost, default aspect ratio, and input types. Identify the correct model ID to use for generating images.
Instructions
Returns every image-generation model AetherWave supports, with its credit cost, default aspect ratio, supported inputs (T2I vs I2I), and any model-specific options. Call this before generate_image when you don't know the right model ID. The model key (e.g. 'grok-imagine-t2i') is what you pass as model to generate_image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||