eigent/docs/core/models/sambanova.md
Tao Sun 070ce259f5
docs: add sambanova and update docs (#1384)
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
2026-02-27 16:41:14 +08:00

46 lines
1.4 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: SambaNova
description: This guide walks you through setting up your SambaNova API key within Eigent to enable the SambaNova model for your AI workforce.
---
### Prerequisites
- **Get your API Key:** If you haven't already, generate a key in the
[SambaNova developer platform](https://cloud.sambanova.ai/).
- **Copy the Key:** Keep your API key ready to paste.
### Configuration Steps
#### 1. Access Application Settings
- Launch Eigent and navigate to the **Home Page**.
- Click on the **Agent** tabthen click on the **Models** button.
![SambaNova 1 Pn](/docs/images/model_setting.png)
#### 2. Locate Model Configuration
- Scroll down to the **Custom Model** area.
- Look for the **SambaNova** card.
#### 3. Enter API Details
Click on the SambaNova card and fill in the following fields:
- **API Key:** Paste the key you generated from the SambaNova platform.
- **API Host:** Enter the API endpoint host.
- _Default:_ `https://api.sambanova.ai/v1`
- **Model Type:** Enter the specific model version you wish to use.
- _Example:_ `DeepSeek-V3.1`
- **Save:** Click the **Save** button to apply your changes.
![SambaNova 2 Pn](/docs/images/sambanova.png)
#### 4. Set as Default & Verify
- Once saved, the **"Set as Default"** button on the SambaNova card will be
selected/active.
- **You are ready to go.** Your Eigent agents can now utilize the SambaNova
model.
---