diff --git a/providers/lmstudio/models/openai/gpt-oss-20b.toml b/providers/lmstudio/models/openai/gpt-oss-20b.toml deleted file mode 100644 index 180a5447f..000000000 --- a/providers/lmstudio/models/openai/gpt-oss-20b.toml +++ /dev/null @@ -1,21 +0,0 @@ -name = "GPT OSS 20B" -family = "gpt-oss" -release_date = "2025-08-05" -last_updated = "2025-08-05" -attachment = false -reasoning = true -temperature = true -tool_call = true -open_weights = true - -[cost] -input = 0 -output = 0 - -[limit] -context = 131_072 -output = 32_768 - -[modalities] -input = ["text"] -output = ["text"] diff --git a/providers/lmstudio/models/qwen/qwen3-30b-a3b-2507.toml b/providers/lmstudio/models/qwen/qwen3-30b-a3b-2507.toml deleted file mode 100644 index 965df7d40..000000000 --- a/providers/lmstudio/models/qwen/qwen3-30b-a3b-2507.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "Qwen3 30B A3B 2507" -family = "qwen" -release_date = "2025-07-30" -last_updated = "2025-07-30" -attachment = false -reasoning = false -temperature = true -tool_call = true -knowledge = "2025-04" -open_weights = true - -[cost] -input = 0 -output = 0 - -[limit] -context = 262_144 -output = 16_384 - -[modalities] -input = ["text"] -output = ["text"] diff --git a/providers/lmstudio/models/qwen/qwen3-coder-30b.toml b/providers/lmstudio/models/qwen/qwen3-coder-30b.toml deleted file mode 100644 index 2096fdce1..000000000 --- a/providers/lmstudio/models/qwen/qwen3-coder-30b.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "Qwen3 Coder 30B" -family = "qwen" -release_date = "2025-07-23" -last_updated = "2025-07-23" -attachment = false -reasoning = false -temperature = true -knowledge = "2025-04" -tool_call = true -open_weights = true - -[cost] -input = 0 -output = 0 - -[limit] -context = 262_144 -output = 65_536 - -[modalities] -input = ["text"] -output = ["text"] \ No newline at end of file diff --git a/providers/lmstudio/provider.toml b/providers/lmstudio/provider.toml deleted file mode 100644 index 038912bf1..000000000 --- a/providers/lmstudio/provider.toml +++ /dev/null @@ -1,5 +0,0 @@ -name = "LMStudio" -env = ["LMSTUDIO_API_KEY"] -npm = "@ai-sdk/openai-compatible" -api = "http://127.0.0.1:1234/v1" -doc = "https://lmstudio.ai/models" \ No newline at end of file