May 5, 2025

Release notes

App

Added

  • The new form-based UI in the Multi-modal chat editor makes the labeling experience more intuitive, displays instructions at each labeling task, and makes the tools menu more accessible.
  • In the Multi-modal chat editor, you’ll see a minimap on the right that indicates the location of the errors to address before the task can be submitted. Selecting the red markers in the minimap will bring you to each error in the conversation. To learn more, read this blog post.
  • We added turn-based audio and video support to the Multi-modal chat editor to enable labelers to generate video training data on real-world examples. You can enable this in the project settings.
  • We added real-time audio and video support to the Multi-modal chat editor to enable labelers to submit video as a response to the model in real time. You can enable this in the project settings.
  • The new “Model selection” task option in the Multi-modal chat editor makes it more intuitive for labelers to select which model response is better, indicate that both are bad, or are “good”. You can configure this task to function as a likert scale. To configure this task at the global level, go to Schema → Ontologies → Create → Model chat evaluation → Model selection tasks → Global → Add. To configure this task at the turn-level, go to Schema → Ontologies → Create → Model chat evaluation → Model selection tasks → Per turn → Add.
  • Foundry now supports the following models:
    • Gemini 2.5 Pro
    • Meta Llama 4.0 Maverick
    • Grok 3
    • OpenAI GPT 4.1
    • OpenAI GPT-4o Transcribe
    • OpenAI GPT-4o mini Transcribe
    • OpenAI GPT-4o mini TTS
    • OpenAI o3
    • OpenAI o4-mini

Changed

  • In the Data Rows tab, you can now expand column widths and reorder columns in the table.
  • Within a project, the "Automation" tab has now been renamed to the "Import labels" tab. Here you can find your import jobs used for MAL predictions, ground truth, or benchmarks. There is also helpful code recommended that includes information from the ontology assigned to the project.

Removed

  • April 30, 2025, we started introducing changes to the Python SDK that will break compatibility with Export v2 non-streamable methods in version 3.66 and earlier. To see which methods will be impacted by this change, visit our Deprecations page.

Future

Python SDK

To view the latest updates to our Python SDK, see the What's new section in the developer guides.