Agno is a lightweight framework designed for building multi-modal AI agents. To get started, export your SambaNova API key and run the example code below.Documentation Index
Fetch the complete documentation index at: https://sambanova-systems.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before you begin, ensure you have:- A SambaCloud account and API key.
- Python 3.9 or later.
Setup
Example
UseSambanova with your Agent:
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
id | str | "Meta-Llama-3.3-70B-Instruct" | The id of the model to use. |
name | str | "Sambanova" | The name of this chat model instance. |
provider | str | "Sambanova" | The provider of the model. |
api_key | Optional[str] | None | The API key for authenticating with Sambanova (defaults to environment variable SAMBANOVA_API_KEY). |
base_url | str | "https://api.sambanova.ai/v1" | The base URL for API requests. |

