# Toggle thinking and feed files and video to Moonshot

> Moonshot gains a use_thinking flag to turn thinking mode on or off, so you choose between deeper reasoning and faster, cheaper responses per use case.

- Published: 2026-07-27
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/toggle-thinking-and-feed-files-and-video-to-moonshot
- Markdown: https://agno-com-nine.vercel.app/articles/toggle-thinking-and-feed-files-and-video-to-moonshot.md

Moonshot gains a `use_thinking` flag to turn thinking mode on or off, so you choose between deeper reasoning and faster, cheaper responses per use case. It also adds file and video input, letting an agent on Moonshot work over documents and video rather than text alone.

View the [thinking mode cookbook](https://github.com/agno-agi/agno/blob/main/cookbook/90_models/moonshot/thinking_mode.py) with `use_thinking`
View the [file input cookbook](https://github.com/agno-agi/agno/blob/main/cookbook/90_models/moonshot/file_input.py) for file input
