Skip to main content
Kimi models reason by default, so you get reasoning_content out of the box. Use the use_thinking flag to control it: use_thinking=True forces it on, use_thinking=False turns it off for a faster, cheaper response.
thinking_mode.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export your Moonshot API key

4

Run the example

Save the code above as thinking_mode.py, then run:
Full source: cookbook/90_models/moonshot/thinking_mode.py