v1.2.7
roboflow/inferencev1.2.7May 1, 2026by grzegorz-roboflow
AI Summary
This release adds support for Google Gemma, Qwen 3.5/3.6, and Kimi workflow blocks via OpenRouter, along with a Per-Class Confidence Filter block. It also introduces GPT-5.5 support and fixes various bugs including confidence types and lambda builds.
Key Highlights
- Google Gemma workflow block via OpenRouter.
- Qwen 3.5, 3.6, and MoonshotAI Kimi workflow blocks.
- Per-Class Confidence Filter workflow block.
- GPT-5.5 support in OpenAI block.
New Features
- Google Gemma workflow block.
- Qwen 3.5, 3.6, and Kimi workflow blocks.
- Per-Class Confidence Filter workflow block.
- GPT-5.5 support.
Full Release Notes
# 💪 Added * Add structured JSON output task to GLM-OCR workflow block by @Erol444 in https://github.com/roboflow/inference/pull/2276 * Add gpt-5.5 to OpenAI workflow block by @Erol444 in https://github.com/roboflow/inference/pull/2272 * Add Google Gemma workflow block via OpenRouter by @Erol444 in https://github.com/roboflow/inference/pull/2274 * Mask edge snap v1 by @lou-roboflow in https://github.com/roboflow/inference/pull/2286 * Add Qwen 3.5, Qwen 3.6, and MoonshotAI Kimi workflow blocks via OpenRouter by @Erol444 in https://github.com/roboflow/inference/pull/2280 * Add Per-Class Confidence Filter workflow block by @dcaroboflow in https://github.com/roboflow/inference/pull/2283 # 🔌 Improved * Accelerate mask conversion to RLE by @sergii-bond in https://github.com/roboflow/inference/pull/2269 # 📖 Documentation improvements * Update workflow benchmarks docs with TRT GPU results by @Erol444 in https://github.com/roboflow/inference/pull/2289 # 🔧 Bug fixes * Fix naming of github workflow by @dkosowski87 in https://github.com/roboflow/inference/pull/2268 * Fix spec for workflows to 1.9.0 by @dkosowski87 in https://github.com/roboflow/inference/pull/2267 * Fix missing CI *.so libs by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/2294 * Fix: widen confidence type in legacy HTTP API by @leeclemnet in https://github.com/roboflow/inference/pull/2281 * Fix lambda builds by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/2301 * Fix workflow iframe embed collapsing on resize by @Erol444 in https://github.com/roboflow/inference/pull/2295 * Catch RoboflowAPITimeoutError and RoboflowAPIConnectionError in pipeline init by @jeku46 in https://github.com/roboflow/inference/pull/2285 * Forward service_secret and countinference from InferenceConfig to v1 API by @leeclemnet in https://github.com/roboflow/inference/pull/2282 * [codex] Align preloaded model aliases by @hansent in https://github.com/roboflow/inference/pull/2284 * perf(polygon-annotator): crop mask to bbox before findContours to reduce scan area by @jeku46 in https://github.com/roboflow/inference/pull/2275 # 🚧 Maintenance * Make linters happy by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/2273 * Try to address security vulnerabilities with versions bump by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/2290 * npm dependency updates (theme_build, landing) by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/2293 * bump postcss to 8.5.10 (security) by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/2299 * npm update inference/landing by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/2300 * Resolve remaining vulnerabilities by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/2297 # 🏅 New Contributors * @dcaroboflow made their first contribution in https://github.com/roboflow/inference/pull/2283 **Full Changelog**: https://github.com/roboflow/inference/compare/v1.2.5...v1.2.7