CosmicAC Logo

Models

Commands for inspecting deployed inference models. Check model endpoint health and performance statistics.

Commands for inspecting deployed inference models. Check model endpoint health and performance statistics.

Command

cosmicac models <subcommand> [options]

Subcommands

SubcommandDescription
healthcheckRun an on-demand model health probe
listList available AI models
statsShow model endpoint health statistics

models healthcheck

Trigger health-check probes for deployed inference endpoints. Omit --endpoint to probe all endpoints. Run models stats afterwards to see updated metrics.

Usage

cosmicac models healthcheck [options]

Options

OptionDescription
--endpointLimit the probe to a single endpoint name

models list

Retrieve OpenAI-compatible model list with CosmicAC availability and modality metadata. Shows aggregate health status, registered agents, and input/output modalities.

Usage

cosmicac models list

models stats

Retrieve performance and health statistics for deployed inference model endpoints, including per-replica metrics. Omit --period to use the API default (1h).

Usage

cosmicac models stats [options]

Options

OptionDescription
--periodLookback window: 1h, 6h, 24h, 7d, or 30d (default: 1h)
--endpointLimit stats to a single endpoint name

On this page