v0.62.0

roboflow/inferencev0.62.0Nov 19, 2025by PawelPeczek-Roboflow

AI Summary

A major release introducing Segment Anything 3 (SAM3) to the core inference module, enabling users to use the latest Meta AI segmentation model directly. The release provides comprehensive documentation and blog posts to help users leverage SAM3 for workflows, labeling, and rapid model building. This marks a significant upgrade to the segmentation capabilities of the platform.

Key Highlights

  • Segment Anything 3 (SAM3) support
  • SAM3 documentation and blog posts
  • Integration with Roboflow Rapid
  • Comprehensive usage documentation

New Features

  • Segment Anything 3 (SAM3)

Full Release Notes

# πŸ’ͺ Added

## ♾️ Segment Anything 3 🀝 `inference`

<div align="center">
<video src="https://github.com/user-attachments/assets/1198604c-286a-4261-8300-05a5da456558" />
</div>

We are happy to share that newest Meta AI model - [Segment Anything 3](https://ai.meta.com/blog/segment-anything-model-3/), just got added to `inference` πŸ”₯ 

Staring from now, you can use the model directly in `inference` or explore various Roboflow Platform features powered by SAM3 - plenty of options are on the table :
* use the model to power your Workflow
* support your labelling efforts (or even offload the task to the model completely)
* build your model within few minutes with [Roboflow Rapid](https://rapid.roboflow.com/)

[Our Blog πŸ“– ](https://blog.roboflow.com/sam3/) provides further reading and is an excellent source of inspiration. You can also visit [our docs πŸ“ ](https://inference.roboflow.com/foundation/sam3) providing instructions on how to use the model in the code.

PRs contributing to the release:  https://github.com/roboflow/inference/pull/1729, https://github.com/roboflow/inference/pull/1731, https://github.com/roboflow/inference/pull/1732, https://github.com/roboflow/inference/pull/1704, https://github.com/roboflow/inference/pull/1734, https://github.com/roboflow/inference/pull/1736, https://github.com/roboflow/inference/pull/1737, https://github.com/roboflow/inference/pull/1738, https://github.com/roboflow/inference/pull/1739, https://github.com/roboflow/inference/pull/1740, https://github.com/roboflow/inference/pull/1741

**Full Changelog**: https://github.com/roboflow/inference/compare/v0.61.0...v0.62.0