Deepseek模型更新之后,现在无论是flash还是pro默认都是用的thinking模型
https://api-docs.deepseek.com/quick_start/pricing/
所以现在翻译用deepseek非常慢而且经常报hit api limit error
https://api-docs.deepseek.com/guides/thinking_mode
需要加入extra_body={"thinking": {"type": "disabled"}}来启用non-thinking模型
Deepseek模型更新之后,现在无论是flash还是pro默认都是用的thinking模型
https://api-docs.deepseek.com/quick_start/pricing/
所以现在翻译用deepseek非常慢而且经常报hit api limit error
https://api-docs.deepseek.com/guides/thinking_mode
需要加入extra_body={"thinking": {"type": "disabled"}}来启用non-thinking模型