Omate’s Temperature Settings Have No Effect on deepseek’s Official API
I checked the export document for the API settings, and the parameter is indeed temperature: “2.0”, which should be correct. Whether it’s Omate’s default temperature control or setting the parameter as temperature=2 or temperature: “2.0”, it makes no difference.
I tested with charry studio, and charry studio’s default temperature control also has no effect on deepseek, but it can be effective by adding parameters in JSON format.
Below are the results of five repeated Q&A sessions for the question “Describe the color and shape of ‘happiness’” with temperature values of 2 and 0.2.

The New Version of deepseek’s Official Documentation States That the Reasoner Model (Think Mode) Supports Tool Invocation.
- However, in the current version of Omate, enabling tools in the reasoner model results in an error.

The deepseek official documentation (https://api-docs.deepseek.com/zh-cn/guides/thinking_mode) mentions that to avoid a 400 error, the reasoning_content must be correctly returned.
However, at this stage, the chat model can still be used to invoke tools. We can look forward to future updates on Omate’s support for deepseek.