There are a number of new features and changes related to plugins:
When you open Label Studio, you will see a new Home page. Here you can find links to your most recent projects, shortcuts to common actions, and links to frequently used resources.
When adding project storage, you now have the option to choose Google Cloud Storage WIF.
Unlike the the standard GCS connection using application credentials, this allows Label Studio to request temporary credentials when connecting to your storage.
For more information, see Google Cloud Storage with Workload Identity Federation (WIF).
We have added support for the following Gemini models:
We have removed support for the following OpenAI models:
Label Studio is transitioning from user to roles in AWS S3 IAM.
This affects users who are using the Amazon S3 (IAM role access) storage type in projects.
Before you can add new projects with the Amazon S3 (IAM role access) storage type, you must update your AWS IAM policy to add the following principal:
arn:aws:iam::490065312183:role/label-studio-app-production
Please also keep the the previous Label Studio principal in place to ensure that any project connections you set up prior to April 7, 2025 will continue to have access to AWS:
arn:aws:iam::490065312183:user/rw_bucket
For more information, see Set up an IAM role in AWS.
prediction-changed
value was not being reset after making manual changes to pre-annotations.
Prompts now supports the valueList
parameter for the Image
tag, meaning you can use prompts with a series of images.
Importantly, this also means expanded support for PDFs in Prompts. For more information on using this parameter, see Multi-Page Documentation Annotation.
You can now configure Prompts to use AI Foundry models. For more information, see Model provider API keys.
You can now drag and drop to adjust the length of video timeline segments.
Fixed an issue with workspace permission checks.
There is a new Quality > Annotation Limit section in the project settings.
You can use these fields to set limits on how many tasks each user is able to annotate. Once the limit is reached, their progress will be paused.
For more information, see Annotation Limit.
You can now scroll forward and backward within audio files. This can be activated using the scrolling motion on a trackpad or a mouse.
We have introduced two new settings for audio tasks:
There are three new templates available from the template gallery:
Made security improvements regarding org membership visibility.
You can now configure Prompts to use Gemini and Vertex AI models. For more information, see Model provider API keys.
When you add an OpenAI key to Prompts, you will now see the o3-mini model available in the Base Model drop-down menu. For a list of all available models, see Supported base models.
When you have annotations generated by predictions (pre-annotations), you will now see the prediction score (also known as the "confidence score") under the model name in the labeling interface tabs.
The thumbnail images for the pre-built templates have been redesigned.
The annotation counter at the bottom of the Data Manager has been updated to read "Submitted Annotations." It previously read "Annotations," which could cause confusion.
The Relations panel now displays the number identifier for the region when viewing relations between regions.
If you are using <Relation> tags in your labeling config, you can specify a value describing the relationship between regions.
In the past, it could be difficult to read these values when there were several overlapping relations and regions. With this release, the text value for the relationship is pulled forward into focus when you hover.
Security enhancements and optimizations.