Changelog | Page 3

See our latest feature releases, product improvements and bug fixes

Aug 29, 2024

Authenticate from the CLI with Truss login

As a part of using Baseten in CI/CD jobs, we now support a truss login CLI command that allows you to pass an API Key to authenticate. You no longer have to manually edit a ~/.trussrc file. This is...

Aug 29, 2024

Push models to Baseten using the Truss SDK

Increasingly, we've noticed users interested in deploying models in CI/CD jobs. To make this easier, we now have a way of pushing models to Baseten using a Python SDK. To use it, simply install Truss...

Aug 21, 2024

Automatic deactivation for inactive deployments

Deployments that haven't received any traffic and have been scaled to zero for over two weeks will now be automatically deactivated. However, production deployments will remain unaffected by this...

Aug 21, 2024

Filter and sort models on the overview page

The model overview page now includes new filtering and sorting options to help you find models more easily. You can filter by running models, scaled-to-zero, inactive, failed, and chains....

Aug 20, 2024

New feature: Introducing the playground

We're excited to announce the launch of the Playground —an enhanced and rebranded version of the "Call Model" dialog. The Playground is now accessible from anywhere within a model, allowing you to...

Aug 19, 2024

Drag to zoom in metrics

We've made it easier to zoom in on specific time periods in your metrics. Now, if you spot an anomaly, simply drag over the period, and the time range will automatically update to focus on that...

Aug 18, 2024

View logs in full screen

To make debugging and log analysis easier, you can now expand logs to full screen, giving you more space to work and breathe while providing a clearer, more comprehensive view of the logs when you...

Aug 17, 2024

Enhanced API key management

We've shipped several small quality-of-life improvements for managing API keys when creating workspace keys for specific models. You can now filter the list, making it easier to find the right key,...

Aug 16, 2024

Improved filtering by Chainlet

We've heard your feedback! You can now easily see which chainlet you're filtering by when viewing logs and metrics. We've also improved the filter popover, making it simpler to navigate and filter in...

Aug 15, 2024

Async API endpoint code example

Interested in running async inference ? We've made it easier to get started by adding a code example in the new API endpoint modal. Just click API in the top right of the page and toggle to Async API...