Skip to content
Merged
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
8 changes: 7 additions & 1 deletion providers/sambanova/DeepSeek-R1-0528.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
mode: unknown
features:
- chat
- text
limits:
context_window: 128000
mode: chat
model: DeepSeek-R1-0528
thinking: true
12 changes: 11 additions & 1 deletion providers/sambanova/DeepSeek-V3.1-Terminus.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
mode: unknown
features:
- chat
- function_calling
- tool_choice
- system_messages
limits:
context_window: 128000
mode: chat
model: DeepSeek-V3.1-Terminus
sources:
- https://docs.sambanova.ai/docs/en/features/function-calling
- https://docs.sambanova.ai/docs/en/features/openai-compatibility
13 changes: 12 additions & 1 deletion providers/sambanova/DeepSeek-V3.1-cb.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
mode: unknown
features:
- chat
- function_calling
- parallel_function_calling
- tool_choice
- response_schema
- system_messages
limits:
context_window: 128000
mode: chat
model: DeepSeek-V3.1-cb
sources:
- https://docs.sambanova.ai/docs/api-reference/chat-completions/create-chat-based-completion
11 changes: 10 additions & 1 deletion providers/sambanova/DeepSeek-V3.2.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
mode: unknown
features:
- chat
- function_calling
- system_messages
- text
limits:
context_window: 8000
mode: chat
model: DeepSeek-V3.2
sources:
- https://docs.sambanova.ai/docs/en/features/function-calling
20 changes: 19 additions & 1 deletion providers/sambanova/MiniMax-M2.5.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
mode: unknown
costs:
- input_cost_per_token: 3.e-7
output_cost_per_token: 0.0000012
region: "*"
features:
- chat
- function_calling
- tool_choice
- system_messages
- response_schema
limits:
context_window: 163840
max_output_tokens: 16384
max_tokens: 16384
mode: chat
model: MiniMax-M2.5
sources:
- https://cloud.sambanova.ai/playground?model=MiniMax-M2.5
- https://docs.sambanova.ai/docs/en/features/function-calling
thinking: false
Loading