# pw ai providers models

> Source: https://parallelworks.com/docs/cli/pw/ai/providers/models

## pw ai providers models

List models available for a provider

### Synopsis

The **pw ai providers models** command lists the models available for a specific AI provider.

You can specify a provider by name (defaults to your user) or by full URI (pw://user/name).

```
pw ai providers models <provider> [flags]
```

### Examples

```
  # List models for your own provider
  pw ai providers models my-provider
  
  # List models for another user's provider
  pw ai providers models pw://other-user/their-provider
```

### Options

```
  -h, --help   help for models
```

### Options inherited from parent commands

```
      --context string         The context to use. Overrides PW_CONTEXT environment variable and current context from config.
      --platform-host string   The Parallel Works ACTIVATE platform host to use. Will override any other platform host settings.
  -v, --verbose                Enable verbose logging
```

### SEE ALSO

* [pw ai providers](/docs/cli/pw/ai/providers)	 - Manage AI chat providers
