> ## Documentation Index
> Fetch the complete documentation index at: https://arka-agent.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Arka is an open-source AI terminal agent (PyPI package: arka-agent, GPL-2.0).
> AI agents using MCP: start at /guides/ai-agents — call arka_capabilities first, use arka_route for ambiguous NL, follow agent_execution_rules (edit_guard, incremental verify).
> Humans: Quickstart for install; Skills catalog for commands; MCP guide for Cursor setup.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# 思考等级

> 为不具备原生思考控制的模型选择一个可移植的推理深度。

为不暴露原生思考控制的模型选择一个可移植的推理深度：

```bash theme={null}
arka thinking off
arka thinking low
arka thinking medium
arka thinking high
arka thinking
```

该偏好会保存在本地，并作为指引加入模型提示。原生具备推理能力的模型仍使用其自身的提供商控制；此设置为普通的聊天/补全模型提供了一个面向用户、体验一致的深度选择器。


## Related topics

- [硬件感知的模型选择](/cn/guides/select-model.md)
