SambaNova Cloud
The SambaNova Cloud is a cloud platform for running large AI models with the world record open source models performance. You can follow the instructions in this blog post to configure your setup.
- YAML
- JSON
config.yaml
models:
- name: SambaNova Llama 4 Scout
provider: sambanova
model: Llama-4-Scout-17B-16E-Instruct
apiKey: <YOUR_SAMBANOVA_API_KEY>
config.json
{
"models": [
{
"title": "SambaNova Llama 4 Scout",
"provider": "sambanova",
"model": "Llama-4-Scout-17B-16E-Instruct",
"apiKey": "<YOUR_SAMBANOVA_API_KEY>"
}
]
}