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
24 changes: 24 additions & 0 deletions providers/salad_cloud/models/Qwen/qwen3.5-27b.toml
Original file line number Diff line number Diff line change
@@ -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"]
24 changes: 24 additions & 0 deletions providers/salad_cloud/models/Qwen/qwen3.5-35b-a3b.toml
Original file line number Diff line number Diff line change
@@ -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"]
24 changes: 24 additions & 0 deletions providers/salad_cloud/models/Qwen/qwen3.5-9b.toml
Original file line number Diff line number Diff line change
@@ -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"]
5 changes: 5 additions & 0 deletions providers/salad_cloud/provider.toml
Original file line number Diff line number Diff line change
@@ -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"