Skip to main content
Give the agent a web search tool and let it call tools while thinking mode is on (use_thinking=True). The model reasons about which tool to call, runs it, and folds the result into its answer.
tool_use.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export your Xiaomi MiMo API key

4

Run the example

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