tare api catalog models upsert

UpsertModel creates or fully replaces a model record.

Usage:
  tare api catalog models upsert [flags]

Flags:
      --cache-read-per-million string   cache_read_per_million
      --input-per-million string        input_per_million
      --max-context-tokens uint32       max_context_tokens
      --max-cost-per-request string     max_cost_per_request
      --name string                     Logical model name, e.g. (required)
      --output-per-million string       output_per_million
      --provider-id string              Provider slug this model belongs to. (required)
      --upstream-model string           Provider-side model id (defaults to name when empty).

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