v0.63.4
roboflow/inferencev0.63.4Jan 6, 2026by grzegorz-roboflow
AI Summary
This release introduces support for advanced vision models like DepthAnythingV3 and Qwen3vl within Workflows. It enhances workflow capabilities with a new detections rollup block and expands Gemini integration with API key passthrough and support for newer models like Gemini 3 Pro. The update also includes various maintenance fixes to transformers and watchdog components.
Key Highlights
- DepthAnythingV3 workflow support
- Qwen3vl workflow support
- Detections rollup block for transforming results
- Gemini API key passthrough and thinking_level parameter
New Features
- DepthAnythingV3 model support
- Qwen3vl model support
- Detections Rollup Block
- Gemini 3 Pro, 2.5 Pro, and Flash models
- Thinking level parameter for Gemini 3+
Full Release Notes
# 💪 Added * Thanks to @mkaic , Workflows support DepthAnythingV3 🥳  * Thanks to @Matvezy , Workflows support Qwen3vl 🥳  * Workflows now make it easier to transform detections results between execution stages through use of new detections rollup block, change by @lou-roboflow in https://github.com/roboflow/inference/pull/1853 * API Key Passthrough for Gemini was added to workflows, change also adds support for newer Gemini models (Gemini 3 Pro, 2.5 Pro/Flash/Flash-Lite, 2.0 Flash/Flash-Lite) and thinking_level parameter for Gemini 3+ models - added by @yeldarby in https://github.com/roboflow/inference/pull/1869 # 🚧 Maintenance * Fix gaze_test by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1870 * Remove non-existing link to foundation/easy_ocr.md by @mattmazzola in https://github.com/roboflow/inference/pull/1873 * Fix watchdog on_timeout by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1875 * Remove extra detections_rollup folder by @lou-roboflow in https://github.com/roboflow/inference/pull/1876 * Update Qwen to Flash Attn and Fix Transformers Bug by @Matvezy in https://github.com/roboflow/inference/pull/1878 * Preserve class names for rolled up detections by @lou-roboflow in https://github.com/roboflow/inference/pull/1877 * Manually override wrong task type in RFDETRInstanceSegmentation by @mkaic in https://github.com/roboflow/inference/pull/1852 * timm 1.0.23 introduces error: … by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1879 * Fix paligemma sdpa issue by @Matvezy in https://github.com/roboflow/inference/pull/1893 ## New Contributors * @mattmazzola made their first contribution in https://github.com/roboflow/inference/pull/1873 **Full Changelog**: https://github.com/roboflow/inference/compare/v0.63.3...v0.63.4