tare api catalog models

ListModels returns catalog models, optionally filtered to a single provider via the provider_id query parameter.

Usage:
  tare api catalog models [flags]
  tare api catalog models [command]

Available Commands:
  delete      DeleteModel removes a model entry.
  upsert      UpsertModel creates or fully replaces a model record.

Flags:
      --provider-id string   Filter to models belonging to this provider.

Global Flags:
      --base-url string   override the active profile's base URL for this invocation
  -o, --output string     output format: json (default "json")
  -p, --profile string    credential profile (overrides AGENTROUTER_PROFILE / active)
  -q, --quiet             Suppress progress output; only errors and the final summary go to stderr
  -v, --verbose           Verbose output: plain-mode progress lines plus full per-blob chunk logs to stderr

Use "tare api catalog models [command] --help" for more information about a command.