CosmicAC Logo

Changelog

User-facing changes to self-hosted CosmicAC, by release.

New features, improvements, and fixes across self-hosted CosmicAC, with the latest release first.

1.0.0 - 2026-07-17

Initial release of self-hosted CosmicAC. This entry captures the user-facing capabilities available across the platform and its deployment tooling at 1.0.0.

Platform

Web

Added

  • Create and manage GPU Container Jobs from the web interface
  • Create and manage Managed Inference Jobs serving vLLM chat models and Parakeet speech-to-text from the web interface
  • Create and manage inference API keys from the web interface
  • Monitor Managed Inference endpoint health, uptime, and latency

CLI

Added

  • Create, list, inspect, restart, and delete GPU Container and Managed Inference Jobs
  • Open an interactive shell into a running GPU Container Job
  • Chat with a Managed Inference endpoint using streaming responses and multimodal text and video input
  • Transcribe audio with a Parakeet endpoint
  • List deployed models and check endpoint health
  • Create, manage, and monitor usage of inference API keys
  • Register and manage racks and configure the environment as an administrator
  • Connect the CLI to your active deployment

API

Added

  • Send chat completions to a Managed Inference endpoint over an OpenAI-compatible API
  • Transcribe audio to text through a Parakeet endpoint

Deployment

Added

  • Deploy the entire self-hosted CosmicAC stack with a single bootstrap command
  • Set up model masters to control which models can be served and their default parameters
  • Upgrade a running deployment to a new image release

On this page