diff --git a/providers/lmstudio/models/mistralai/devstral-small-2-2512.toml b/providers/lmstudio/models/mistralai/devstral-small-2-2512.toml new file mode 100644 index 000000000..7e9c38884 --- /dev/null +++ b/providers/lmstudio/models/mistralai/devstral-small-2-2512.toml @@ -0,0 +1,20 @@ +name = "devstral-small-2-2512" +family = "devstral" +attachment = true +reasoning = false +tool_call = true +release_date = "2025-12-09" +last_updated = "2026-01-19" +open_weights = true + +[cost] +input = 0 +output = 0 + +[limit] +context = 262144 +output = 262144 + +[modalities] +input = ["text","image"] +output = ["text"] diff --git a/providers/lmstudio/models/nvidia/nemotron-3-nano.toml b/providers/lmstudio/models/nvidia/nemotron-3-nano.toml new file mode 100644 index 000000000..40022742a --- /dev/null +++ b/providers/lmstudio/models/nvidia/nemotron-3-nano.toml @@ -0,0 +1,23 @@ +name = "nemotron-3-nano" +family = "nemotron" + +release_date = "2024-12" +last_updated = "2024-12" +attachment = false +reasoning = true +temperature = true +knowledge = "2024-09" +tool_call = true +open_weights = true + +[cost] +input = 0 +output = 0 + +[limit] +context = 131_072 +output = 131_072 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/lmstudio/models/zai/glm-4.7-flash.toml b/providers/lmstudio/models/zai/glm-4.7-flash.toml new file mode 100644 index 000000000..41e859e97 --- /dev/null +++ b/providers/lmstudio/models/zai/glm-4.7-flash.toml @@ -0,0 +1,24 @@ +name = "glm-4.7-flash" +family = "glm-flash" +release_date = "2026-01-19" +last_updated = "2026-01-19" +attachment = false +reasoning = true +temperature = true +tool_call = true +knowledge = "2025-04" +open_weights = true + +[cost] +input = 0 +output = 0 +cache_read = 0 +cache_write = 0 + +[limit] +context = 200_000 +output = 131_072 + +[modalities] +input = ["text"] +output = ["text"]