Skip to content

v2.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Aug 11:01

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-exp is available in the built-in provider catalog and accepts image input through Chat Completions, Responses, and Anthropic-compatible routes.
  • Strict model boundary / 严格模型边界deepseek-v4-flash and deepseek-v4-pro remain 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.