GeekAI AI model proxy service supports adjusting the creativity of model-generated text through the temperature parameter. Higher temperature values result in more creative text, while lower temperature values produce more conservative text.

Generally, literary tasks benefit from higher temperature settings, while mathematical tasks perform better with lower temperature settings. Additionally, different platforms have varying temperature parameter ranges - some use [0-1], like Claude, while others use [0-2], such as OpenAI and DeepSeek:

ScenarioRecommended Value for [0-1] RangeRecommended Value for [0-2] Range
Code Generation/Math Problem Solving00
Data Extraction/Analysis0.51.0
General Conversation0.651.3
Translation Tasks0.51.3
Creative Writing/Poetry0.751.5
  • AI platforms with temperature range [0-1]: Claude, Cohere, Zhipu AI, Ernie, Kimi, Doubao, Baichuan, Mistral, MiniMax
  • AI platforms with temperature range [0-2]: OpenAI, DeepSeek, Gemini, Qwen, Hunyuan, lingyi, Spark, Microsoft Phi, Grok, Llama, Nova

Some platforms, such as Wenxin Yiyan, do not accept a temperature value of 0. In these cases, you can set the corresponding zero value to 0.1.

Reasoning models can automatically determine the appropriate temperature value based on the question, so most reasoning models do not support temperature parameters.