Model techniques map
Techniquesinference & servingcontext management

specific method · filed under inference & serving

Preserved thinking history mode

A history mode that retains prior reasoning content, including reasoning content in assistant messages across multi-turn conversations and tool calls.

Also called preserved thinking, Thinking Preservation.

sources
7
models
4
labs adopt it
3
strongest
core

How sources treat it

One count per evidence span, weakest treatment to strongest.

used 4default 1core 2

Documented in

Further reading

Picked by hand, not extracted: where to read more, not evidence for anything on this page.

Evidence

7 spans quoted from the sources, strongest treatment first.

Kimi K3 was trained in the preserved thinking history mode. For multi-turn conversations and tool calls, Kimi K3 requires the complete assistant message returned by the API to be passed back to `messages` as-is — including `reasoning_content` and `tool_calls`, not just `content`.

coreotherin Kimi K3Moonshot AI

the think channel is always retained in the history—kept even when its content is empty—so that the model observes a consistent message structure across turns

coresoftware implementationin Kimi K3Moonshot AI

By default, Qwen3.8-Flash-Next retains thinking blocks from all historical messages, maintaining a complete reasoning trace across the conversation.

defaultunclearin Qwen3.8-Flash-NextQwen

A new feature retains thinking context across conversation history, streamlining iterative development and reducing overhead.

usedmodel architecturein Qwen3.6Qwen

keep reasoning_content from prior assistant messages in the message history

usedotherin Laguna S 2.1Poolside

K3 was trained in the preserved thinking history mode.

usedtraining objectivein Kimi K3Moonshot AI

For multi-turn conversations and tool calls, Kimi K3 requires the complete assistant message returned by the API to be passed back to messages as-is — including reasoning_content and tool_calls, not just content

usedinference servingin Kimi K3Moonshot AI

Filed alongside

Other methods under inference & serving :: context management.