选择模型
如何在 Dropstone Fast、Pro 和 Heavy 之间进行选择,选择器在聊天和 CLI 中的位置,以及为什么 Fast 这个名称描述的是某个层级消耗的额度成本,而不是其中模型运行的速度。
你从编辑器中的选择器里挑选一个模型,该选择适用于该对话。Fast 和 Pro 在所有套餐中均可用。Heavy 需要付费套餐。
切换模型
在 Dropstone Chat 中
- 打开一个对话,在编辑器中找到模型选择器。
- 选择 Fast、Pro 或 Heavy。更改将应用于下一条回复。
在 CLI 中
- 运行
/models打开选择器,或按 Ctrl+X M。 - 选择一个层级。对话会延续下去。
若要设置默认值而不是仅为某个会话切换,请将模型放入你的配置中。CLI 参考 涵盖了默认值、推理深度和固定版本。
该选哪一个
从 Fast 开始。它能处理绝大多数任务,并且消耗的额度最少。
当答案不够好,或问题确实困难时,再转向 Pro。
当任务耗时较长而非难度较高时,再使用 Heavy:这类工作通常需要许多步骤、许多文件或许多来源,并且你希望 Dropstone 全程完成,而不是中途交还给你。
| 如果你的任务是 | 使用 |
|---|---|
| 一个问题、一份摘要、一次日常编辑 | Fast |
| 困难的代码、长文档、细致的推理 | Pro |
| 大型重构、跨多个来源的研究、长期工作 | Heavy |
“Fast” 是否意味着最快的模型?
不一定。这三个名称描述的是槽位,而不是其中的模型。Fast 是专为每次请求成本最低而构建的层级,Pro 是均衡的层级,而 Heavy 则是为最困难的工作而构建的。
槽位中的内容每月都会变化,赢得某个槽位的模型并不总是更大的那个。一个更小、更快的模型曾占据 Pro 槽位,那个月 Pro 消耗的额度比前一个月更少。层级是阵容中的一个位置,模型会被晋升或降级到其中。模型版本与每月阵容 对此进行了说明。
速度在同一层级内也会有所不同。CLI 有一个推理深度设置,可以在同一模型上以时间换取深度,CLI 参考 对此进行了说明。
提示
- 在项目中途自由切换。 你的 记忆 在每个层级上都是相同的,因此无需重新陈述任何内容。
- 逐步升级,不要一开始就用高级别。 一开始就使用 Heavy 会把额度花在 Fast 本可以处理的工作上。
- 回到 Fast。 一旦困难部分完成,大多数会话不需要 Pro 或 Heavy。
限制
- 层级是按对话选择的,而不是按消息选择的。切换适用于下一条回复。
- Heavy 在免费套餐中不可用。
- 当阵容被重新评估时,层级内的模型可能会发生变化。版本号会告诉你当前处于哪个阵容。
Related articles
- Which AI models does Dropstone use?Dropstone runs three tiers. On the 1.8 lineup, Fast runs DeepSeek V4.1 Flash, Pro runs GLM-5.3 Flash, and Heavy runs Kimi K3, re-evaluated every month.
- Model versions and the monthly lineupDropstone numbers each lineup with the year and the month it was cut, and a new version ships only when a tier's pick changes. How to read the number, and which lineup you get.
- Which model am I using?The button at the foot of the composer names the tier, the lineup version and the effort level, and your usage page records which model handled each request.
- How usage and limits workEvery Dropstone plan comes with a weekly usage allowance shared across chat, the CLI, and the SDK. How it is measured, when it resets, what happens when you reach it, and how to make it go further.
- How Dropstone chooses its modelsEvery month Blankline re-evaluates the open-weight models available for each Dropstone tier against three tests, how well it does the work, what it costs to serve, and how safely it behaves with tools. A model has to beat the one already in the slot.
Ctrl+I