Changelog
See our latest feature releases, product improvements and bug fixes
CI/CD for model deployments
Automate Truss deployments with the Truss Push Action. Deploy on merge, validate on pull request, or deploy multiple models in parallel.
Mar 7, 2026Truss 0.15.2
Added --no-cache flag to truss push to force a full rebuild without using cached Docker layers. This is useful when debugging build issues or ensuring a clean image. The flag is CLI-only and cannot...
Mar 6, 2026Environment-scoped API keys
You can now restrict API keys to specific environments and models, giving you more control over how your team accesses Baseten resources.
Mar 4, 2026Truss support for pyproject.toml and uv.lock
Truss now supports pyproject.toml and uv.lock as dependency formats in addition to requirements.txt. You can use any of these formats as the requirements_file in your Truss and Chains config. For...
Mar 4, 2026Retrieve billing usage via API
You can now query your billing usage programmatically using the new GET /v1/billing/usage_summary endpoint. Pass a date range of up to 31 days to get a breakdown of costs across Dedicated Inference,...
Mar 2, 2026Deployment labels on push
You can now attach labels to deployments at push time using the --labels flag. Labels are key-value pairs passed as a JSON string that are stored with the deployment.
Feb 26, 2026Truss upgrades and rollbacks
Truss can now upgrade itself directly from the CLI. Use the new truss upgrade command to update to the latest version. Truss will detect your package manager (supports uv, pip, pipx, and anaconda)...
Feb 25, 2026Monitor concurrent inference requests
Track the number of in-progress inference requests across your deployments, including both requests currently being serviced and those waiting in the queue. This is the key indicator used to drive...
Feb 25, 2026OIDC authentication support
Eliminate the need for long-lived cloud IAM credentials in your Baseten deployments. Supports AWS S3 and ECR, and Google Cloud Storage and Artifact Registry using short-lived tokens scoped to a...
Feb 21, 2026Model API Deprecation Notice (Kimi K2 0905, Kimi K2 Thinking, DeepSeek v3.2)
The Kimi K2 0905, Kimi K2 Thinking and DeepSeek v3.2 Model API(s) will be deprecated at 5pm PT March 6th.