When migrating from Cosmos Reason 1 to Reason 2, you must update your vision processor configuration. The parameter names and semantics have changed to follow the Qwen3-VL Pixel Control specification.
Important: You cannot simply swap the old keys for the new ones with the same values. shortest_edge and longest_edge control resizing differently than the deprecated min_pixels and max_pixels. You must recalculate appropriate values for your desired frame sizes.
Reason 2 format (Current):
"mm_processor_kwargs": {
"size": {
"shortest_edge": 1568,
"longest_edge": 374544
}
}
Reason 1 format (Deprecated):
"mm_processor_kwargs": {
"videos_kwargs": {
"min_pixels": 1568,
"max_pixels": 374544
}
}
Other Migration Notes:
- Video timestamps: Timestamps are no longer overlaid on videos; they are now automatically included in the model embedding.