MuxLayer 2.0.1 — DeepSeek image understanding
This patch release adds model-specific image support for DeepSeek without changing the behavior of its text-only models.
Highlights / 重点
- New vision model / 新视觉模型 —
deepseek-v4-flash-vision-expis available in the built-in provider catalog and accepts image input through Chat Completions, Responses, and Anthropic-compatible routes. - Strict model boundary / 严格模型边界 —
deepseek-v4-flashanddeepseek-v4-proremain text-only. MuxLayer does not pass images to them and keeps its explicit degradation notice on conversion paths. - End-to-end vision routing / 完整视觉路由 — Image requests can promote a DeepSeek text model to the vision model, and that promotion is preserved through native Chat, Responses, and Anthropic pass-through.
- Verified upstream behavior / 已验证上游行为 — Live DeepSeek API checks confirmed the vision model accepts images while Flash and Pro reject them.
- Bilingual documentation / 双语文档 — English and Chinese guides and reference tables now describe the exact per-model behavior.