Overhauled model management experience
We've made some big changes to the model management experience to clarify the model lifecycle and better follow concepts you're already familiar with as a developer. These changes aren't breaking...
See our latest feature releases, product improvements and bug fixes
Oct 31, 2023
We've made some big changes to the model management experience to clarify the model lifecycle and better follow concepts you're already familiar with as a developer. These changes aren't breaking...
Oct 27, 2023
We added workspace API keys to give you more control over how you call models, especially in production environments. There are now two types of API keys on Baseten: Personal keys are tied to your...
Oct 16, 2023
The model IDs for some models deployed on Baseten have been changed. This is not a breaking change. All existing model invocations using the old model IDs will continue to be supported. You do not...
Oct 9, 2023
On the model metrics tab, you can now use the dropdown menu to toggle between two different views for model inference time: End-to-end response time includes time for cold starts, queuing, and...
Sep 29, 2023
The replica count chart on the model metrics page is now broken out into “active” and “starting up” replicas. An active replica has loaded the model for inference and is actively responding to...
Sep 25, 2023
ML models deployed on Baseten can automatically scale to zero when not in use so that you’re not paying for unnecessary idle GPU time. When a scaled to zero model is invoked, it spins up on a new...
Sep 7, 2023
Models deployed on Baseten using Truss 0.7.1 or later can now send the 500 response code when there is an error during model invocation. This change only affects newly deployed models. Any exception...
Sep 7, 2023
We’ve updated your API key management panel with four key changes: Dropped randomly generated key names (e.g. legit-artichoke ) Instead, the first 8 characters of the key are displayed to make it...
Aug 24, 2023
Every model deployed on Baseten uses Truss , our open-source framework for packaging models with their dependencies, hardware requirements, and more. You can now securely download the Truss of any...
Aug 22, 2023
A small but mighty change: a 🚫 icon now clearly marks inactive models in the model dropdown and model version sidebar. The green dot for active models and moon icon for scaled-to-zero models remain...