# list_models

List available AI models/styles in a workspace.

Returns compact summaries; full details available per model.

IMPORTANT: Call tool \`get\_instructions\` first for general platform guidance.

## Parameters

| Parameter                   | Type             | Default | Description                                                                                                                                                                                          |
| --------------------------- | ---------------- | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| filter                      | ModelQueryFilter | —       | Query filters                                                                                                                                                                                        |
| fulltext                    | string           | —       | Search model name/description                                                                                                                                                                        |
| modality                    | enum             | —       | Filter by modality: image, video, three\_d, audioOne of: image, video, three\_d, audio                                                                                                               |
| capabilities                | CapabilityFilter | —       | Filter by model capabilities                                                                                                                                                                         |
| supports\_reference\_images | boolean          | —       | Set true to require at least one supported guidance file type — any type at all, so this alone does not guarantee any particular one. Omit (don't set false) to skip this filter                     |
| image\_editing              | boolean          | —       | Set true to require editing\_reference support — image-edit models that reproduce subjects from reference images. Use this when generating new art that must match provided references. Omit to skip |
| style\_reference            | boolean          | —       | Set true to require style-reference (IP-Adapter \`prompt\` type) support — legacy style-only transfer that does not reproduce subjects. Omit (don't set false) to skip this filter                   |
| character\_pose             | boolean          | —       | Set true to require character pose reference images. Omit to skip                                                                                                                                    |
| structure                   | boolean          | —       | Set true to require depth/structure reference images. Omit to skip                                                                                                                                   |
| outline                     | boolean          | —       | Set true to require edge/outline reference images. Omit to skip                                                                                                                                      |
| line\_art                   | boolean          | —       | Set true to require line art reference images. Omit to skip                                                                                                                                          |
| square                      | boolean          | —       | Set true to require 1:1 square output; omit to skip                                                                                                                                                  |
| portrait\_9\_16             | boolean          | —       | Set true to require 9:16 portrait output; omit to skip                                                                                                                                               |
| landscape\_16\_9            | boolean          | —       | Set true to require 16:9 landscape output; omit to skip                                                                                                                                              |
| multiple\_aspect\_ratios    | boolean          | —       | Set true to require more than one aspect ratio; omit to skip                                                                                                                                         |
| inpainting                  | boolean          | —       | Set true to require inpainting support. Omit (don't set false) to skip this filter                                                                                                                   |
| outpainting                 | boolean          | —       | Set true to require outpainting support; omit to skip                                                                                                                                                |
| tileability                 | boolean          | —       | Set true to require seamless tileable textures; omit to skip                                                                                                                                         |
| negative\_prompt            | boolean          | —       | Set true to require negative prompt support; omit to skip                                                                                                                                            |
| generate\_audio             | boolean          | —       | Set true to require audio generation with video; omit to skip                                                                                                                                        |
| lipsync                     | boolean          | —       | Set true to require lip-sync in video; omit to skip                                                                                                                                                  |
| video\_effects              | boolean          | —       | Set true to require video effects; omit to skip                                                                                                                                                      |
| text\_to\_3d                | boolean          | —       | Set true to require text-to-3D; omit to skip                                                                                                                                                         |
| image\_to\_3d               | boolean          | —       | Set true to require image-to-3D; omit to skip                                                                                                                                                        |
| textures                    | boolean          | —       | Set true to require textured 3D models; omit to skip                                                                                                                                                 |
| text\_to\_speech            | boolean          | —       | Set true to require text-to-speech; omit to skip                                                                                                                                                     |
| sound\_effect               | boolean          | —       | Set true to require sound effect generation; omit to skip                                                                                                                                            |
| pagination                  | PaginationInput  | —       | Parameters driving result pagination                                                                                                                                                                 |
| limit                       | integer1–100     | 20      | Maximum number of results to return                                                                                                                                                                  |
| cursor                      | string           | —       | Cursor from which to return results                                                                                                                                                                  |
| workspace\_idrequired       | string (uuid)    | —       | The user's workspace id.                                                                                                                                                                             |
