 | Streamlined model-to-production workflow | - Introduced a streamlined 3-command workflow (
model init → model serve → model deploy) to take models from scaffold to production in minutes. Learn how to get started quickly here. - Unified deployment into a single
model deploy command with automatic infrastructure provisioning. - Added structured deployment phases with progress indicators and next steps.
|
 | Deployment lifecycle management | - Added
model status, model logs, and model undeploy commands. - Introduced direct
deployment commands for managing deployments by ID. - Maintained backward compatibility with legacy flags and configs.
|
 | Intelligent infrastructure & instance handling | - Added GPU auto-selection based on model VRAM and toolkit requirements.
- Enabled multi-cloud instance discovery with GPU shorthands and legacy normalization.
- Added custom Docker base image support for faster toolkit builds.
|
 | Enhanced local development & runners | - Enhanced
model serve with env, Docker, and standalone gRPC modes. - Added concurrency controls and optional Docker image retention.
- Added health-check configuration for the
clarifai model local-runner via --health-check-port, --disable-health-check, and --auto-find-health-check-port flags.
|
 | Authentication & context Management | - Improved authentication with interactive/non-interactive
login and flexible logout options. - Added named CLI contexts with
--context overrides. - Expanded
whoami with profile inspection, org listing, and JSON output.
|
 | Model & app management enhancements | - Enhanced
model predict with streaming auto-detection, method inference, JSON output, and deployment routing. - Implemented early HuggingFace gated-model validation with actionable errors.
- Added full CRUD support for apps with convenient command aliases.
|
 | Configuration & performance improvements | - Simplified
config.yaml with automatic normalization and smart defaults. - Improved CLI startup performance through lazy module loading.
- Improved output formatting with clickable URLs, structured sections, and command hints.
|