v1.2.10
roboflow/inferencev1.2.10May 22, 2026by PawelPeczek-Roboflow
AI Summary
This release adds support for Gemini 3.5 Flash and 3.1 Flash-Lite, ports SAM3 to `inference-models`, and introduces a batch processing CLI flag. It also includes optimizations for detections list rollup and fixes RLE mask parsing for remote execution.
Key Highlights
- Gemini 3.5 Flash and 3.1 Flash-Lite support.
- Ported SAM3 Video Tracker from `inference/models` to `inference-models`.
- Batch processing CLI flag (`--max-image-failure-rate`).
- Fixed RLE mask parsing for instance segmentation remote execution.
New Features
- Gemini 3.5 Flash and 3.1 Flash-Lite models.
- Batch processing CLI flag for failure rate control.
- Ported SAM3 Video Tracker.
Full Release Notes
## What's Changed * Fix wrong step name rewrite when inner and outer workflow have the same step name, and outer step provided in bindings by @dkosowski87 in https://github.com/roboflow/inference/pull/2352 * Add Gemini 3.5 Flash and 3.1 Flash-Lite to Gemini block by @Erol444 in https://github.com/roboflow/inference/pull/2355 * Only push usage payloads when WebRTC connection was established by @rafel-roboflow in https://github.com/roboflow/inference/pull/2359 * Detections list rollup optimizations by @lou-roboflow in https://github.com/roboflow/inference/pull/2356 * Port SAM3 from inference/models to inference-models by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1946 * Log serverless request receipt by @hansent in https://github.com/roboflow/inference/pull/2303 * Feature/segmentation overlap box by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/2362 * Fix RLE mask parsing for instance segmentation remote execution by @SkalskiP in https://github.com/roboflow/inference/pull/2361 * eject leaked bf16 autocast from Sam3TrackerPredictor by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/2363 * feat(batch-processing-cli): add --max-image-failure-rate flag by @maxschridde1494 in https://github.com/roboflow/inference/pull/2360 * Record modal usage with workflow_id as resource_id by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/2364 **Full Changelog**: https://github.com/roboflow/inference/compare/v1.2.9...v1.2.10