The official Python library for the SambaNova API. Provides synchronous and asynchronous clients for chat completions, embeddings, audio, responses, and vision. Actively maintained, version 1.8.2, with frequent releases.
pip install sambanovaNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the sync client with an API key (env var recommended) and call chat completions.
Set os.environ['SAMBANOVA_API_KEY'] or pass api_key argument to SambaNovaClient().
Refer to SambaNova documentation for exact model IDs.
Upgrade Python to 3.9 or higher.
No dependency data recorded yet.