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
| Subcommand | Description |
|---|---|
| healthcheck | Run an on-demand model health probe |
| list | List available AI models |
| stats | Show 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
| Option | Description |
|---|---|
--endpoint | Limit 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 listmodels 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
| Option | Description |
|---|---|
--period | Lookback window: 1h, 6h, 24h, 7d, or 30d (default: 1h) |
--endpoint | Limit stats to a single endpoint name |