Commit 8b31f09
Add Qwen 3.5, Qwen 3.6, and MoonshotAI Kimi workflow blocks via OpenRouter (#2280)
* Add Qwen 3.5, Qwen 3.6, and MoonshotAI Kimi workflow blocks via OpenRouter
Three new VLM workflow blocks served through OpenRouter, mirroring the
existing google_gemma block. Each supports the standard task surface
(unconstrained, ocr, structured-answering, classification, multi-label,
VQA, caption, detailed-caption, object-detection) and ships with unit
tests covering manifest validation and the request execution path.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
* Run isort on loader.py
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
* Update Google Gemma -> Google Gemma API, so it's clear its via API. This will allow us to add "selfhosted" gemma 4 later
---------
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Co-authored-by: Paweł Pęczek <146137186+PawelPeczek-Roboflow@users.noreply.github.com>1 parent 5d7e0e6 commit 8b31f09
11 files changed
Lines changed: 2925 additions & 2 deletions
File tree
- inference/core/workflows/core_steps
- models/foundation
- google_gemma
- kimi_openrouter
- qwen3_5_openrouter
- qwen3_6_openrouter
- tests/workflows/unit_tests/core_steps/models/foundation
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
251 | 254 | | |
252 | 255 | | |
253 | 256 | | |
| |||
274 | 277 | | |
275 | 278 | | |
276 | 279 | | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
277 | 283 | | |
278 | 284 | | |
279 | 285 | | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
280 | 289 | | |
281 | 290 | | |
282 | 291 | | |
| |||
918 | 927 | | |
919 | 928 | | |
920 | 929 | | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
921 | 933 | | |
922 | 934 | | |
923 | 935 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
Whitespace-only changes.
0 commit comments