Changelog
See our latest feature releases, product improvements and bug fixes
Weekly round-up: Deploy OpenAI Whisper instantly
We added Whisper, a best-in-class speech-to-text model, to our library of pre-trained models. That means you can deploy Whisper instantly on your Baseten account and build applications powered by the...
Oct 12, 2022Weekly round-up: Select multiple components in the view builder
In the view builder, you can now select multiple components at the same time and move them as a single block. You can also bulk duplicate and bulk delete multiple selected components.
Oct 5, 2022Weekly round-up: Deactivate and delete model versions
Baseten supports deploying multiple versions of the same model, so you can iterate, test, and experiment to your heart’s content. Now, you can either deactivate or delete model versions when they are...
Oct 1, 2022Special issue: Build stateful web pages with Python
As a data scientist, you can do a lot with Python: train models, build servers, write scripts. Now, in the Baseten app builder, you can do something special with Python: build dynamic front-end web...
Sep 28, 2022Weekly round-up: Deploy models with any interface
By default, when you deploy a model to Baseten, like in this XGBoost classifier example, the deployed model expects to receive a dictionary with the key inputs and a list of input values, and will...
Sep 22, 2022Weekly round-up: Search your resources
Where did I leave that cutting-edge machine learning model? Never lose track of your application resources again with full workspace search. Just type Command-k (Ctrl-k on Windows) or click the...
Sep 7, 2022Weekly round-up: Back up your apps to GitHub
This week, a feature for workspaces that use our starter or business plans: back up your Baseten apps to GitHub. Paired with the draft environment, this gives you a safety net while developing your...
Aug 30, 2022Weekly round-up: Model deployment emails
Watching code build is the digital equivalent of watching paint dry. Model deployment on Baseten generally runs in less than five minutes, but that's enough time to:
Aug 23, 2022Weekly round-up: Include secrets in deployed models
The word “secret” is derived from Latin, secreto, which literally translates to “don’t store your API keys and AWS access tokens in your source code.” Amazing what insights linguistics offers!
Aug 16, 2022Weekly round-up: Deploy your ML model, step-by-step
The model deployment modal is gone, replaced with a full page of instructions to help you check off the prerequisite steps then deploy your model to Baseten with confidence. Dynamic examples across...