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.
config.yaml
models:
  - name: GPT OSS 120B
    provider: sambanova
    model: gpt-oss-120b
    apiKey: <YOUR_SAMBANOVA_API_KEY>
View the source