Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions providers/lmstudio/models/mistralai/devstral-small-2-2512.toml
Original file line number Diff line number Diff line change
@@ -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"]
23 changes: 23 additions & 0 deletions providers/lmstudio/models/nvidia/nemotron-3-nano.toml
Original file line number Diff line number Diff line change
@@ -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"]
24 changes: 24 additions & 0 deletions providers/lmstudio/models/zai/glm-4.7-flash.toml
Original file line number Diff line number Diff line change
@@ -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"]