Supported Models
SambaNova hosts various open-source models. Common options:
Check the SambaNova model catalog for the current list.
Setup
1
Get an API key
Sign up at cloud.sambanova.ai.
2
Set the environment variable
3
Configure in profClaw
SambaNova uses an OpenAI-compatible endpoint. Configure it as a custom OpenAI provider:
Environment Variables
string
required
Your SambaNova Cloud API key. Configure via the
OPENAI_API_KEY + OPENAI_BASE_URL pattern.Configuration Example
- .env (via OpenAI-compatible)
- settings.yml
Usage Examples
Notes
- SambaNova’s API is OpenAI-compatible. Configure it using the
openaiprovider with a custom base URL. - Best suited for enterprise batch inference and high-throughput workloads.
- Contact SambaNova for dedicated instance pricing.
Related
- AI Providers Overview - Compare all 37 supported providers
- Cerebras - Wafer-scale inference for ultra-fast token speeds
- Groq - LPU-based inference at competitive speeds
- profclaw provider - Add and test providers from the CLI