# pw ai providers ls

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

## pw ai providers ls

List AI providers

### Synopsis

The **pw ai providers ls** command lists all AI providers configured for the current user.

```
pw ai providers ls [flags]
```

### Examples

```
  # List all providers
  pw ai providers ls
  
  # List as JSON
  pw ai providers ls -o json
```

### Options

```
  -h, --help            help for ls
  -o, --output string   Output format (table, json) (default "table")
```

### 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
