vllm.parser.deepseek_v32 ¶
DeepSeek V3.2 parser: DSML tool calls with function_calls wrapper.
DeepSeek V3.2 output format::
<|DSML|function_calls>
<|DSML|invoke name="func_name">
<|DSML|parameter name="location" string="true">杭州</|DSML|parameter>
<|DSML|parameter name="count" string="false">5</|DSML|parameter>
</|DSML|invoke>
</|DSML|function_calls>
This is identical to DeepSeek V4 except for the outer wrapper (function_calls instead of tool_calls) and the absence of <think>/</think> reasoning tags.