> ## Documentation Index
> Fetch the complete documentation index at: https://docs.omni.co/llms.txt
> Use this file to discover all available pages before exploring further.

# AI model suggestions commands - Omni CLI

> Reference for the omni ai-model-suggestions command group: generate and manage AI model suggestions.

Generate, list, schedule, and manage AI-generated suggested improvements to a model. See the [AI API documentation](/api/ai) for more information.

```bash theme={null}
omni ai-model-suggestions <command>
```

| Command                              | Description                     |
| ------------------------------------ | ------------------------------- |
| `model-suggestions-list`             | List model suggestions          |
| `model-suggestions-generate`         | Generate model suggestions      |
| `model-suggestions-ignore`           | Ignore a suggestion             |
| `model-suggestions-restore`          | Restore a suggestion            |
| `model-suggestions-delete`           | Delete a suggestion             |
| `model-suggestions-run-latest`       | Get the latest generation run   |
| `model-suggestions-run-get`          | Get a generation run            |
| `model-suggestions-schedule-enable`  | Enable the suggestion schedule  |
| `model-suggestions-schedule-disable` | Disable the suggestion schedule |

```bash wrap theme={null}
# Generate suggestions for a model
omni ai-model-suggestions model-suggestions-generate <model-id>

# View help for model-suggestions-list, including arguments and flag details
omni ai-model-suggestions model-suggestions-list --help
```

<Note>
  Every command in this group also accepts the [global flags](/developers/cli/reference/global-flags), including `--token`, `--profile`, `--format`, and `--compact`.
</Note>
