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/sambanova/models/DeepSeek-V3.1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name = "DeepSeek-V3.1"
family = "deepseek"
release_date = "2025-08-21"
last_updated = "2026-06-10"
attachment = false
reasoning = true
reasoning_options = [{ type = "toggle" }]
temperature = true
knowledge = "2024-07"
tool_call = true
structured_output = true
open_weights = true

[cost]
input = 3.00
output = 4.50

[limit]
context = 131_072
output = 7_168

[modalities]
input = ["text"]
output = ["text"]
25 changes: 25 additions & 0 deletions providers/sambanova/models/DeepSeek-V3.2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name = "DeepSeek-V3.2"
family = "deepseek"
release_date = "2025-12-01"
last_updated = "2026-06-10"
attachment = false
reasoning = true
reasoning_options = [{ type = "toggle" }]
temperature = true
knowledge = "2024-12"
tool_call = true
structured_output = true
open_weights = true
status = "beta"

[cost]
input = 3.00
output = 4.50

[limit]
context = 32_768
output = 7_168

[modalities]
input = ["text"]
output = ["text"]
11 changes: 11 additions & 0 deletions providers/sambanova/models/Meta-Llama-3.3-70B-Instruct.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
base_model = "meta/llama-3.3-70b-instruct"
attachment = false
structured_output = true

[cost]
input = 0.60
output = 1.20

[limit]
context = 131_072
output = 3_072
10 changes: 10 additions & 0 deletions providers/sambanova/models/MiniMax-M2.7.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
base_model = "minimax/MiniMax-M2.7"
reasoning = false

[cost]
input = 0.60
output = 2.40

[limit]
context = 196_608
output = 196_608
18 changes: 18 additions & 0 deletions providers/sambanova/models/gemma-4-31B-it.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
base_model = "google/gemma-4-31b-it"
attachment = false
reasoning = false
tool_call = false
structured_output = false
status = "beta"

[cost]
input = 0.38
output = 1.15

[limit]
context = 131_072
output = 131_072

[modalities]
input = ["text"]
output = ["text"]
24 changes: 24 additions & 0 deletions providers/sambanova/models/gpt-oss-120b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name = "GPT OSS 120B"
family = "gpt-oss"
release_date = "2025-08-05"
last_updated = "2026-06-10"
attachment = false
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
temperature = true
knowledge = "2024-06"
tool_call = true
structured_output = true
open_weights = true

[cost]
input = 0.22
output = 0.59

[limit]
context = 131_072
output = 131_072

[modalities]
input = ["text"]
output = ["text"]
5 changes: 5 additions & 0 deletions providers/sambanova/provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "SambaNova"
env = ["SAMBANOVA_API_KEY"]
npm = "@ai-sdk/openai-compatible"
doc = "https://docs.sambanova.ai/docs/en/models/sambacloud-models"
api = "https://api.sambanova.ai/v1"
Loading