模型版本与月度阵容
Dropstone 以年份和发布月份为每个阵容编号,且仅当某个档次的模型选择发生变化时才会发布新版本。了解如何解读编号,以及您会获得哪个阵容。
Fast、Pro 和 Heavy 是保持不变的名称。其背后的阵容会进行版本管理,因此您始终可以知道自己使用的是哪一组模型。
编号的含义
版本以两个数字表示,例如 1.8。
- 第一个数字代表年份。
- 点后的数字代表阵容发布的月份。
因此 1.8 是第一年的第八个阵容,而 2.1 将是第二年的第一个阵容。
新版本何时发布
阵容每月都会重新评估。当某个档次的模型选择发生变化时,就会发布新版本。如果同样的三个模型再次胜出,版本号则不会变动。
版本号提升始终意味着有变化发生,因此值得关注的数字就是值得信赖的数字。
您可以选择哪些阵容
选择器会保留两个阵容:当前阵容,以及位于 更多模型 之后的上一阵容。在 Dropstone Chat 中,这是输入框底部的按钮;在 CLI 中,则是 /models。
仅保留紧邻的上一阵容。更早的阵容会被淘汰。Dropstone 阵容历史 列出了所有已发布的阵容,包括已淘汰的。
您会获得哪个阵容
如果您未指定版本,您将获得最新版本。
- 在 Dropstone Chat 和 CLI 中,您选择的档次会运行当前阵容。
- 通过 API,对
dropstone-fast、dropstone-pro或dropstone-heavy的请求会在运行时解析为当前阵容。仅指定档次而不指定版本的脚本会自动跟随阵容向前更新。
若要固定某个档次,请指定版本:dropstone-fast-1.7 会运行 1.7 放入该槽位的模型。CLI 参考 和 API 访问 介绍了在哪里进行设置。
版本固定仅在该阵容被保留期间有效。如果指定的版本已被淘汰,请求将被拒绝,因为其背后的模型已不存在。去掉版本号,仅指定档次,即可运行当前阵容。错误消息排查 涵盖了各界面上的具体措辞。
查看您当前使用的版本
Dropstone Chat 中的模型选择器会在档次旁边显示版本号。在 CLI 中,/models 也会显示相同信息。
我正在使用哪个模型? 涵盖了完整记录,包括如何查看哪个模型处理了过去的请求。
保持版本不变或回退
CLI 可以将档次固定到特定版本,并可以显示上一代模型,因此依赖某个模型行为的项目可以继续使用该版本。CLI 参考 对两者均有说明。
版本变化会影响我的工作吗?
不会。您的对话、您的 项目 以及您的 记忆 属于您的账户,而非某个版本。当阵容更新时,下一条回复将来自新模型,其他所有内容保持不变。
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.
- Dropstone lineup historyEvery Dropstone model lineup from 1.5 to 1.8, with the open-weight model that filled each tier. 1.8 is in service, 1.7 is still selectable, and 1.5 and 1.6 are retired.
- 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.
- 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.
- Choose a modelHow to pick between Dropstone Fast, Pro, and Heavy, where the selector lives in chat and in the CLI, and why the name Fast describes what a tier costs rather than how fast the model inside it runs.