SambaNova website screenshot

SambaNova

SambaNova Systems designs the SN-series Reconfigurable Dataflow Unit (RDU) AI chips and operates SambaCloud, a managed inference platform serving open-source models including the DeepSeek, Llama, Gemma, MiniMax, and gpt-oss families. The SambaCloud API is OpenAI-compatible and is consumed through first-party Python and TypeScript SDKs as well as the SambaNova AI Starter Kit collection on GitHub. SambaNova additionally ships SambaStack as an integrated chips-to-model on-prem appliance, SambaManaged managed services, and SambaRack rack-scale systems. The company emphasizes sovereign AI partnerships in Australia, Europe, and the UK and a recently announced heterogeneous inference collaboration with Intel.

1 APIs 0 Features
AI InferenceLarge Language ModelsDataflowHardwareCloudOpenAI CompatibleSovereign AISDKAcceleratorOpen Source

APIs

SambaCloud API

The SambaCloud API exposes OpenAI-compatible chat completions over SambaNova's RDU-accelerated infrastructure. It serves multiple open model families including DeepSeek V3, Llam...

Collections

Pricing Plans

Sambanova Plans Pricing

1 plans

PLANS

Rate Limits

Sambanova Rate Limits

2 limits

RATE LIMITS

FinOps

Resources

🔗
Website
Website
🔗
Documentation
Documentation
🌐
DeveloperPortal
DeveloperPortal
🔗
Community
Community
👥
GitHubOrganization
GitHubOrganization
🔗
StarterKits
StarterKits
🔗
Hardware
Hardware
📰
Blog
Blog
🔗
LinkedIn
LinkedIn
🔗
Twitter
Twitter

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: SambaCloud API
  version: '2026-05-23'
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Create a chat completion
    type: http
  http:
    method: POST
    url: https://api.sambanova.ai/v1/chat/completions
    body:
      type: json
      data: '{}'
  docs: 'OpenAI-compatible chat completions endpoint. Accepts a list of

    messages and returns a model completion. Supports streaming via

    `stream: true` with `text/event-stream` responses.

    '
- info:
    name: Create a text completion
    type: http
  http:
    method: POST
    url: https://api.sambanova.ai/v1/completions
    body:
      type: json
      data: '{}'
  docs: OpenAI-compatible text completions endpoint.
- info:
    name: Create embeddings
    type: http
  http:
    method: POST
    url: https://api.sambanova.ai/v1/embeddings
    body:
      type: json
      data: '{}'
  docs: OpenAI-compatible embeddings endpoint for supported models.
- info:
    name: List models
    type: http
  http:
    method: GET
    url: https://api.sambanova.ai/v1/models
  docs: Lists models currently available on SambaCloud.
bundled: true