Sambanova is a platform for providing endpoints for Large Language models. Note that Sambanova currently does not support function calling.

Authentication

Set your SAMBANOVA_API_KEY environment vairable.

Example

Use Sambanova with your Agent:

Params

ParameterTypeDefaultDescription
idstr"Meta-Llama-3.1-8B-Instruct"The specific model ID used for generating responses.
namestr"Sambanova"The name identifier for the Sambanova model.
providerstr"Sambanova"The provider of the model.
api_keyOptional[str]-The API key used for authenticating requests to the Sambanova service. Retrieved from the environment variable SAMBANOVA_API_KEY.
base_urlstr"https://api.sambanova.ai/v1"The base URL for making API requests to the Sambanova service.