Parallel Works

pw ai providers get

Get details of an AI provider

Synopsis

The pw ai providers get command retrieves details of 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 get <provider> [flags]

Examples

  pw ai providers get my-provider
  
  # Get another user's provider
  pw ai providers get pw://other-user/their-provider
  
  # Get as JSON
  pw ai providers get -o json my-provider

Options

  -h, --help            help for get
  -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