Skip to content

Commit db51ef5

Browse files
committed
add sambanova docs
1 parent 13a6c53 commit db51ef5

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

docs/providers/sambanova.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
sidebar_label: SambaNova
3+
description: Configure SambaNova's SambaCloud high-speed inference in Roo Code. Access Llama, Qwen, and DeepSeek with fastest response times.
4+
keywords:
5+
- sambanova
6+
- sambacloud
7+
- sambanova cloud
8+
- roo code
9+
- api provider
10+
- rdu
11+
- fast inference
12+
- llama models
13+
- deepseek models
14+
- qwen models
15+
- high speed ai
16+
image: /img/social-share.jpg
17+
---
18+
19+
# Using SambaNova With Roo Code
20+
21+
SambaNova specializes in providing high-speed inference for large language models, utilizing their Reconfigurable Dataflow Units (RDUs) through their SambaCloud portal. This increasing response times for supported models.
22+
23+
**Website:** [https://cloud.sambanova.ai/](https://cloud.sambanova.ai/)
24+
25+
---
26+
27+
## Getting an API Key
28+
29+
To use SambaNova with Roo Code, you'll need an API key from the [SambaCloud](http://cloud.sambanova.ai?utm_source=roocode&utm_medium=external&utm_campaign=cloud_signup). Signing up and navigate to the API Keys section in the left panel to create and copy your SambaCloud API key.
30+
31+
---
32+
33+
## Supported Models
34+
35+
Roo Code will attempt to fetch the list of available models from the SambaNova API. Common models available via SambaCloud include:
36+
37+
* `DeepSeek-R1`
38+
* `DeepSeek-V3-0324`
39+
* `DeepSeek-R1-Distill-Llama-70B`
40+
* `Meta-Llama-3.3-70B-Instruct`
41+
* `Meta-Llama-3.1-8B-Instruct`
42+
* `Llama-4-Maverick-17B-128E-Instruct`
43+
* `Qwen3-32B`
44+
* `Llama-3.3-Swallow-70B-Instruct-v0.4`
45+
46+
Refer to the [SambaCloud Documentation](https://docs.sambanova.ai/cloud/docs/get-started/supported-models) for the most up-to-date list of supported models and their capabilities.
47+
48+
---
49+
50+
## Configuration in Roo Code
51+
52+
1. **Open Roo Code Settings:** Click the gear icon (<Codicon name="gear" />) in the Roo Code panel.
53+
2. **Select Provider:** Choose "SambaNova" from the "API Provider" dropdown.
54+
3. **Enter API Key:** Paste your API key into the " API Key" field.
55+
4. **Select Model:** Choose your desired model from the "Model" dropdown.

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ const sidebars: SidebarsConfig = {
169169
'providers/openai-compatible',
170170
'providers/openrouter',
171171
'providers/requesty',
172+
'providers/sambanova',
172173
'providers/unbound',
173174
'providers/vertex',
174175
'providers/vscode-lm',

0 commit comments

Comments
 (0)