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.

SambaNova publishes 4 APIs on the APIs.io network, including Chat API, Completions API, Embeddings API, and 1 more. Tagged areas include AI Inference, Large Language Models, Dataflow, Hardware, and Cloud.

SambaNova’s developer surface includes authentication, documentation, engineering blog, and 11 more developer resources.

41.0/100 thin ▬ flat Agent 34/100 agent aware Full breakdown ↓
scored 2026-08-05 · rubric v0.9.1
AccessFreeSelf serve⚡ Free to try
5 APIs
AI InferenceLarge Language ModelsDataflowHardwareCloudOpenAI CompatibleSovereign AISDKAcceleratorOpen Source

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-05 · rubric v0.9.1
Composite quality — 41.0/100 · thin
Contract Quality 15.9 / 25
Developer Ergonomics 7.0 / 20
Commercial Clarity 7.4 / 20
Operational Transparency 3.4 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 34/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/sambanova: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 5

Individual APIs this provider publishes, each with its own machine-readable definition.

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...

SambaNova Chat API

The Chat API from SambaNova — 1 operation(s) for chat.

SambaNova Completions API

The Completions API from SambaNova — 1 operation(s) for completions.

SambaNova Embeddings API

The Embeddings API from SambaNova — 1 operation(s) for embeddings.

SambaNova Models API

The Models API from SambaNova — 1 operation(s) for models.

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

SambaCloud API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Sambanova Rate Limits

2 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Sambanova Authentication

http · 1 scheme

SECURITY

Sambanova Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Sambanova Trust Center

SOC 2, ISO 27001

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Sambanova Agentic Access

4 operations · 3 acting

4 operations · 3 acting

AGENTIC

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Company 4

The organization behind the API

Other 2

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: sambanova
name: SambaNova
description: 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.
type: Index
accessModel:
  pricing: free
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Free · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
position: Provider
access: 3rd-Party
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/sambanova.png
tags:
- AI Inference
- Large Language Models
- Dataflow
- Hardware
- Cloud
- OpenAI Compatible
- Sovereign AI
- SDK
- Accelerator
- Open Source
url: https://raw.githubusercontent.com/api-evangelist/sambanova/refs/heads/main/apis.yml
created: '2026-05-23'
modified: '2026-05-23'
specificationVersion: '0.20'
apis:
- aid: sambanova:sambacloud-api
  name: SambaCloud API
  description: The SambaCloud API exposes OpenAI-compatible chat completions over SambaNova's RDU-accelerated infrastructure.
    It serves multiple open model families including DeepSeek V3, Llama 3.3 and Llama 4, Gemma 3, MiniMax, and gpt-oss, with
    text and vision capabilities depending on the model. The API is consumed via the sambanova-python and sambanova-typescript
    SDKs and through OpenAI client libraries.
  humanURL: https://docs.sambanova.ai
  baseURL: https://api.sambanova.ai/v1
  tags:
  - Inference
  - LLM
  - Chat Completions
  - OpenAI Compatible
  - Multimodal
  - REST
  properties:
  - type: Documentation
    url: https://docs.sambanova.ai
  - type: GettingStarted
    url: https://docs.sambanova.ai/cloud/docs/get-started
  - type: DeveloperPortal
    url: https://cloud.sambanova.ai
  - type: SDKs
    url: https://github.com/sambanova/sambanova-python
  - type: SDKs
    url: https://github.com/sambanova/sambanova-typescript
  - type: StarterKits
    url: https://github.com/sambanova/ai-starter-kit
  features:
  - name: OpenAI-Compatible Endpoints
    description: Chat completions surface compatible with standard OpenAI SDKs for rapid migration of existing applications.
  - name: High-Throughput RDU Inference
    description: Backed by SN50 RDU silicon optimized for tokens-per-watt on agentic and reasoning workloads.
  - name: Open-Weight Model Catalog
    description: Curated catalog covering DeepSeek V3.1/V3.2, Llama 3.3 70B, Llama 4 Maverick, Gemma 3 12B, MiniMax M2.7,
      and gpt-oss 120B.
  - name: Vision and Multimodal Models
    description: Llama 4 Maverick and Gemma 3 endpoints support text plus image inputs for multimodal applications.
  - name: Custom Checkpoints
    description: SambaStack feature for deploying customer fine-tuned model checkpoints onto RDU silicon.
  - name: Sovereign AI Deployment
    description: Regional partner deployments across Australia, Europe, and the UK for data-residency-sensitive customers.
  - name: AI Starter Kits
    description: Curated example applications and notebooks for RAG, agents, function calling, and document understanding.
  useCases:
  - name: Agentic Inference Workloads
    description: Run long-running, tool-using agent loops on hardware tuned for tokens-per-watt efficiency.
  - name: Retrieval-Augmented Generation
    description: Build enterprise RAG pipelines using starter kits and OpenAI client compatibility.
  - name: Sovereign and Regulated AI
    description: Deploy in-region or on-prem for finance, government, and regulated enterprise workloads.
  - name: Reasoning and Code Generation
    description: Serve DeepSeek and gpt-oss reasoning models at high throughput for coding and research assistants.
  - name: Vision Document Understanding
    description: Process documents, images, and charts via multimodal Llama and Gemma endpoints.
  integrations:
  - name: OpenAI SDK
  - name: LangChain
  - name: LlamaIndex
  - name: Hugging Face
  - name: Intel
  - name: AWS
  - name: n8n
  - name: Vercel AI SDK
  authentication:
  - type: API Key
    description: Authorization Bearer token issued from the /apis dashboard on cloud.sambanova.ai.
- aid: sambanova:sambanova-chat-api
  name: SambaNova Chat API
  description: The Chat API from SambaNova — 1 operation(s) for chat.
  humanURL: https://docs.sambanova.ai
  baseURL: https://api.sambanova.ai/v1
  tags:
  - Chat
  properties:
  - type: OpenAPI
    url: openapi/sambanova-chat-api-openapi.yml
- aid: sambanova:sambanova-completions-api
  name: SambaNova Completions API
  description: The Completions API from SambaNova — 1 operation(s) for completions.
  humanURL: https://docs.sambanova.ai
  baseURL: https://api.sambanova.ai/v1
  tags:
  - Completions
  properties:
  - type: OpenAPI
    url: openapi/sambanova-completions-api-openapi.yml
- aid: sambanova:sambanova-embeddings-api
  name: SambaNova Embeddings API
  description: The Embeddings API from SambaNova — 1 operation(s) for embeddings.
  humanURL: https://docs.sambanova.ai
  baseURL: https://api.sambanova.ai/v1
  tags:
  - Embeddings
  properties:
  - type: OpenAPI
    url: openapi/sambanova-embeddings-api-openapi.yml
- aid: sambanova:sambanova-models-api
  name: SambaNova Models API
  description: The Models API from SambaNova — 1 operation(s) for models.
  humanURL: https://docs.sambanova.ai
  baseURL: https://api.sambanova.ai/v1
  tags:
  - Models
  properties:
  - type: OpenAPI
    url: openapi/sambanova-models-api-openapi.yml
common:
- type: AgenticAccess
  url: agentic-access/sambanova-agentic-access.yml
- type: TrustCenter
  url: security/sambanova-trust-center.yml
- type: DomainSecurity
  url: security/sambanova-domain-security.yml
- type: Authentication
  url: authentication/sambanova-authentication.yml
- type: Website
  url: https://sambanova.ai
- type: Documentation
  url: https://docs.sambanova.ai
- type: DeveloperPortal
  url: https://cloud.sambanova.ai
- type: Community
  url: https://community.sambanova.ai
- type: GitHubOrganization
  url: https://github.com/sambanova
- type: StarterKits
  url: https://github.com/sambanova/ai-starter-kit
- type: Hardware
  url: https://sambanova.ai/products/sn50-rdu
- type: Blog
  url: https://sambanova.ai/blog
- type: LinkedIn
  url: https://www.linkedin.com/company/sambanova-systems
- type: Twitter
  url: https://twitter.com/SambaNovaAI
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com