Skip to main content
The Sambanova model provides access to Sambanova’s language models.

Parameters

ParameterTypeDefaultDescription
idstr"Meta-Llama-3.1-8B-Instruct"The id of the SambaNova model to use
namestr"SambaNova"The name of the model
providerstr"SambaNova"The provider of the model
api_keyOptional[str]NoneThe API key for SambaNova (defaults to SAMBANOVA_API_KEY env var)
base_urlstr"https://api.sambanova.ai/v1"The base URL for the SambaNova API
SambaNova extends the OpenAI-compatible interface and supports most parameters from OpenAI.
I