You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 (<Codiconname="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.
0 commit comments