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 | Check model endpoint health |
| list | List available AI models |
models healthcheck
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 healthcheck [options]Options
| Option | Description |
|---|---|
--period | Lookback window: 1h, 6h, 24h, 7d, or 30d (default: 1h) |
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