diff --git a/providers/salad_cloud/models/Qwen/qwen3.5-27b.toml b/providers/salad_cloud/models/Qwen/qwen3.5-27b.toml new file mode 100644 index 000000000..cf8215399 --- /dev/null +++ b/providers/salad_cloud/models/Qwen/qwen3.5-27b.toml @@ -0,0 +1,24 @@ +name = "Qwen3.5-27B" +family = "qwen" +release_date = "2026-03" +last_updated = "2026-03" +attachment = false +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = true +status = "beta" + +[cost] +input = 0.00 +output = 0.00 + +[limit] +context = 131_072 +input = 131_072 +output = 131_072 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/salad_cloud/models/Qwen/qwen3.5-35b-a3b.toml b/providers/salad_cloud/models/Qwen/qwen3.5-35b-a3b.toml new file mode 100644 index 000000000..6be9751fc --- /dev/null +++ b/providers/salad_cloud/models/Qwen/qwen3.5-35b-a3b.toml @@ -0,0 +1,24 @@ +name = "Qwen3.5-35B-A3B" +family = "qwen" +release_date = "2026-03" +last_updated = "2026-03" +attachment = false +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = true +status = "beta" + +[cost] +input = 0.00 +output = 0.00 + +[limit] +context = 131_072 +input = 131_072 +output = 131_072 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/salad_cloud/models/Qwen/qwen3.5-9b.toml b/providers/salad_cloud/models/Qwen/qwen3.5-9b.toml new file mode 100644 index 000000000..cf6eea847 --- /dev/null +++ b/providers/salad_cloud/models/Qwen/qwen3.5-9b.toml @@ -0,0 +1,24 @@ +name = "Qwen3.5-9B" +family = "qwen" +release_date = "2026-03" +last_updated = "2026-03" +attachment = false +reasoning = false +temperature = true +tool_call = true +structured_output = true +open_weights = true +status = "beta" + +[cost] +input = 0.00 +output = 0.00 + +[limit] +context = 131_072 +input = 131_072 +output = 131_072 + +[modalities] +input = ["text"] +output = ["text"] \ No newline at end of file diff --git a/providers/salad_cloud/provider.toml b/providers/salad_cloud/provider.toml new file mode 100644 index 000000000..f303071fb --- /dev/null +++ b/providers/salad_cloud/provider.toml @@ -0,0 +1,5 @@ +name = "SaladCloud" +npm = "@ai-sdk/openai-compatible" +api = "https://ai.salad.cloud:40404/v1" +env = ["SALAD_API_KEY"] +doc = "https://docs.salad.com/ai-gateway/explanation/overview"