模型版本與每月陣容
Dropstone 以年份和推出月份為每個陣容編號,且只有在某個等級的選擇變更時才會發布新版本。如何解讀編號,以及您會取得哪個陣容。
Fast、Pro 和 Heavy 是保持不變的名稱。在它們背後,陣容是有版本編號的,因此您隨時可以知道您使用的是哪一組模型。
編號的含義
版本以兩個數字表示,例如 1.8。
- 第一個數字是年份。
- 點後面的數字是陣容推出的月份。
因此 1.8 是第一年的第八個陣容,而 2.1 會是第二年的第一個陣容。
新版本何時發布
陣容每個月都會重新評估。當某個等級的選擇變更時,就會發布新版本。如果相同的三個模型再次勝出,版本就不會變動。
版本升級永遠代表有東西變了,所以值得關注的數字就是值得信賴的數字。
您可以選擇哪些陣容
選擇器保留兩個:目前的陣容,以及位於 More models 後面的前一個陣容。在 Dropstone Chat 中,這是輸入框底部的按鈕;在 CLI 中,則是 /models。
只保留緊鄰的前一個陣容。更早的都會被淘汰。Dropstone lineup history 是每個已發布陣容的表格,包括已淘汰的。
您會取得哪個陣容
如果您沒有指定版本,您會取得最新版本。
- 在 Dropstone Chat 和 CLI 中,您選擇的等級會執行目前的陣容。
- 透過 API,對
dropstone-fast、dropstone-pro或dropstone-heavy的請求會在執行時解析為當下的目前陣容。指定等級但未指定版本的腳本會自行跟隨陣容向前推進。
若要固定某個等級,請指定版本:dropstone-fast-1.7 會執行 1.7 放入該位置的模型。CLI reference 和 API access 涵蓋了設定位置。
版本固定只在該陣容仍被保留時有效。指定已淘汰的版本,請求會被拒絕,因為背後的模型已不存在。移除版本並單獨指定等級,即可執行目前的陣容。Troubleshoot error messages 涵蓋了每個介面上的措辭。
查看您目前使用的版本
Dropstone Chat 中的模型選擇器會在等級旁顯示版本。在 CLI 中,/models 會顯示相同資訊。
Which model am I using? 涵蓋了完整記錄,包括如何查看哪個模型處理了過去的請求。
停留在某個版本,或返回
CLI 可以將等級固定到特定版本,也可以顯示前一代,因此依賴某個模型行為的專案可以繼續使用它。CLI reference 記錄了這兩項功能。
版本變更會影響我的工作嗎?
不會。您的對話、您的 projects 和您的 memory 屬於您的帳戶,而不是某個版本。當陣容變動時,下一個回覆會來自新模型,其他一切保持不變。
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.