Skip to main content

Overview

SambaNova provides an OpenAI-compatible API for multiple model families. The default endpoint is https://api.sambanova.ai/v1; you can override it with SAMBANOVA_BASE_URL or pass base_url to SambaNovaProvider. Model profiles are matched by name prefix (e.g. deepseek-*, llama-*, qwen*, mistral*). Model Class: SambaNovaModel

Authentication

Examples

Model Settings

You can set model parameters in two ways: on the model or on the Agent. On the model:
On the Agent:

Parameters