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 Qwen2.5 coder
provider: sambanova
model: qwen2.5-coder-32b
apiKey: <YOUR_SAMBANOVA_API_KEY>
config.json
{
"models": [
{
"title": "SambaNova Qwen2.5 coder",
"provider": "sambanova",
"model": "qwen2.5-coder-32b",
"apiKey": "<YOUR_SAMBANOVA_API_KEY>"
}
]
}