Unverified 提交 22712b42 authored 作者: Will Chen's avatar Will Chen 提交者: GitHub

Add GLM 4.7, remove obsolete free models, add devstral 2 (free) (#2019)

<!-- CURSOR_SUMMARY --> > [!NOTE] > Updates OpenRouter model catalog and defaults. > > - Add `mistralai/devstral-2512:free` (Devstral 2) with `contextWindow` 200k > - Upgrade `z-ai/glm-4.6` to `z-ai/glm-4.7` and set `temperature` to 0.7 > - Remove deprecated DeepSeek free entries; retain paid `deepseek/deepseek-chat-v3.1` > - No other providers or TURBO models changed; `FREE_OPENROUTER_MODEL_NAMES` updates automatically from the list > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit fb8546eab6dd595e5a27c5024499c3c042b63f36. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Updated model catalog: added GLM 4.7 and Devstral 2 (free), and removed obsolete DeepSeek free models to keep options current and improve coding performance. - **New Features** - Added z-ai/glm-4.7 with temperature 0.7 and 200k context. - Added mistralai/devstral-2512:free (“Devstral 2”) with 200k context. - **Migration** - Removed deepseek/deepseek-chat-v3.1:free and deepseek/deepseek-chat-v3-0324:free. Update any references to mistralai/devstral-2512:free or another supported model. <sup>Written for commit fb8546eab6dd595e5a27c5024499c3c042b63f36. Summary will update automatically on new commits.</sup> <!-- End of auto-generated description by cubic. -->
上级 a4747a49
...@@ -224,32 +224,22 @@ export const MODEL_OPTIONS: Record<string, ModelOption[]> = { ...@@ -224,32 +224,22 @@ export const MODEL_OPTIONS: Record<string, ModelOption[]> = {
temperature: 0, temperature: 0,
dollarSigns: 0, dollarSigns: 0,
}, },
// https://openrouter.ai/deepseek/deepseek-chat-v3-0324:free
{ {
name: "deepseek/deepseek-chat-v3.1:free", name: "mistralai/devstral-2512:free",
displayName: "DeepSeek v3.1 (free)", displayName: "Devstral 2 (free)",
description: "Use for free (data may be used for training)", description: "Use for free (data may be used for training)",
maxOutputTokens: 32_000, maxOutputTokens: 32_000,
contextWindow: 128_000, contextWindow: 200_000,
temperature: 0,
dollarSigns: 0,
},
{
name: "deepseek/deepseek-chat-v3-0324:free",
displayName: "DeepSeek v3 (free)",
description: "Use for free (data may be used for training)",
maxOutputTokens: 32_000,
contextWindow: 128_000,
temperature: 0, temperature: 0,
dollarSigns: 0, dollarSigns: 0,
}, },
{ {
name: "z-ai/glm-4.6", name: "z-ai/glm-4.7",
displayName: "GLM 4.6", displayName: "GLM 4.7",
description: "Z-AI's best coding model", description: "Z-AI's best coding model",
maxOutputTokens: 32_000, maxOutputTokens: 32_000,
contextWindow: 200_000, contextWindow: 200_000,
temperature: 0, temperature: 0.7,
dollarSigns: 2, dollarSigns: 2,
}, },
{ {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论