Skip to content
Closed
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
55 changes: 55 additions & 0 deletions docs/providers/sambanova.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
sidebar_label: SambaNova
description: Configure SambaNova's SambaCloud high-speed inference in Roo Code. Access Llama, Qwen, and DeepSeek with fastest response times.
keywords:
- sambanova
- sambacloud
- sambanova cloud
- roo code
- api provider
- rdu
- fast inference
- llama models
- deepseek models
- qwen models
- high speed ai
image: /img/social-share.jpg
---

# Using SambaNova With Roo Code

SambaNova specializes in providing high-speed inference for large language models, utilizing their Reconfigurable Dataflow Units (RDUs) through their SambaCloud portal. This delivers fast response times for supported models.

**Website:** [https://cloud.sambanova.ai/](https://cloud.sambanova.ai/)

---

## Getting an API Key

To use SambaNova with Roo Code, you'll need an API key from the [SambaCloud](https://cloud.sambanova.ai?utm_source=roocode&utm_medium=external&utm_campaign=cloud_signup). After signing up, navigate to the API Keys section in the left panel to create and copy your SambaCloud API key.

---

## Supported Models

Roo Code will attempt to fetch the list of available models from the SambaNova API. Common models available via SambaCloud include:

* `DeepSeek-R1`
* `DeepSeek-V3-0324`
* `DeepSeek-R1-Distill-Llama-70B`
* `Meta-Llama-3.3-70B-Instruct`
* `Meta-Llama-3.1-8B-Instruct`
* `Llama-4-Maverick-17B-128E-Instruct`
* `Qwen3-32B`
* `Llama-3.3-Swallow-70B-Instruct-v0.4`

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.

---

## Configuration in Roo Code

1. **Open Roo Code Settings:** Click the gear icon (<Codicon name="gear" />) in the Roo Code panel.
2. **Select Provider:** Choose "SambaNova" from the "API Provider" dropdown.
3. **Enter API Key:** Paste your API key into the " API Key" field.
4. **Select Model:** Choose your desired model from the "Model" dropdown.
1 change: 1 addition & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ const sidebars: SidebarsConfig = {
'providers/openai-compatible',
'providers/openrouter',
'providers/requesty',
'providers/sambanova',
'providers/unbound',
'providers/vertex',
'providers/vscode-lm',
Expand Down