v0.3.1 - OrcaRouter Qwen 3.8 Multimodal Vision Support
What's Changed in v0.3.1
👁️ Multimodal Vision for OrcaRouter (Qwen 3.8 27B)
- Added Qwen 3.8 27B (
qwen/qwen3.8-27b-free) support across both Text and Multimodal Vision categories via OrcaRouter. - Configured
ORCAROUTER_VISION_MODELdefault and dynamic environment variable resolution (ORCAROUTER_VISION_DEFAULT_MODEL). - Integrated
orcarouter_freeinto automatic fallback vision routing (AIGateway.auto_fallback_vision()andAIGateway.get_configured_vision_providers()). - Added live multi-turn tool calling demo script (
test_live_tools.py). - Added unit tests validating OrcaRouter vision analysis and provider discovery (34/34 passing).
Full Changelog: v0.3.0...v0.3.1