v0.63.1

roboflow/inferencev0.63.1Dec 19, 2025by PawelPeczek-Roboflow

AI Summary

Workflows gain support for GPT-5.2 and a new classical OpenCV Motion Detection block, alongside new ResNet classifier aliases for easier model selection. The release includes maintenance updates for Jetson documentation, workflow testing, and metadata handling. It also adds several experimental models like OWLv2 and RF instant to the `inference-exp` module.

Key Highlights

  • GPT-5.2 support in Workflows
  • Motion Detection block in Workflows
  • ResNet classifier aliases (resent18, resent34, etc.)
  • OWLv2 and RF instant models in `inference-exp`

New Features

  • GPT-5.2
  • Motion Detection Block
  • ResNet Classifiers
  • OWLv2
  • RF Instant

Full Release Notes

# 💪 Added

## `GPT-5.2` in Workflows 🧠 

<div align="center">
<img src="https://github.com/user-attachments/assets/8a812840-3779-4d7a-a5fd-972818221f2f" />
</div>
Thanks to @brunopicinin, Workflows support the new GPT 5.2 🥳 

## 🕵️ Motion Detection block in Workflows

<div align="center">
<img src="https://github.com/user-attachments/assets/8dc46456-5712-46ea-b974-ad8b7a5a34e4" />
</div>
@lou-roboflow added classical OpenCV motion detection method to Workflows.

## ResNet weights for classifiers
Thanks to @Matvezy, we have good old ResNet classifiers registered under clear aliases:

```python
from inference import get_model

model = get_model("resent18", api_key="<YOUR_API_KEY>")

# Check out other models: "resent34", "resent50", "resent101"
```

# 🚧 Maintenance
* add missing extra-require by @japrescott in https://github.com/roboflow/inference/pull/1806
* Add docs for Jetson 6.2 base image ENT-645 by @sberan in https://github.com/roboflow/inference/pull/1803
* removing uploading frame through datachannel by @digaobarbosa in https://github.com/roboflow/inference/pull/1829
* Do not trim API key hash by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1831
* Pass is_preview when testing workflows by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1830
* Weights for Seg Preview by @Matvezy in https://github.com/roboflow/inference/pull/1804
* Bump version to `0.63.0` in prep for release by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/1838
* Fix detection metadata length mismatch in workflows by @tonylampada in https://github.com/roboflow/inference/pull/1835


# 🥼 `inference-exp` improvements
* Add `OWLv2` and `RF instant` models to `inference-exp` by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/1807
* Loose assertions in RF instant model e2e test by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/1809
* `inference-exp` 0.17.2 by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/1811
* add dinov3 to inference experimental by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1810
* SAM in `inference-exp` by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/1833
* DinoV3 classification - torch backend by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1837
* Import inference-exp within stream_url_to_cache by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1839


**Full Changelog**: https://github.com/roboflow/inference/compare/v0.62.5...v0.63.1