Skip to content
9 changes: 7 additions & 2 deletions docs/inference-providers/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@
title: Pricing and Billing
- local: hub-integration
title: Hub integration
- local: security
title: Security
- local: register-as-a-provider
title: Register as an Inference Provider
- local: security
title: Security

- title: Providers
sections:
- local: providers/sambanova
title: SambaNova
- title: API Reference
sections:
- local: tasks/index
Expand Down
7 changes: 7 additions & 0 deletions docs/inference-providers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ Inference Providers offers a fast and simple way to explore thousands of models
- **🔧 Developer-Friendly**: Simple requests, fast responses, and a consistent developer experience across Python and JavaScript clients.
- **💰 Cost-Effective**: No extra markup on provider rates.

## Partners

Here is the complete list of partners integrated with Inference Providers, and the supported tasks for each of them:

| Provider | Chat completion | Feature-extraction | Text-to-Image | Text-to-video |
| ---------------------------------- | :-------------: | :----------------: | :-----------: | :-----------: |
| [SambaNova](./providers/sambanova) | ✅ | | | |

## Inference Playground

Expand Down
18 changes: 18 additions & 0 deletions docs/inference-providers/providers/sambanova.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# SambaNova

![https://sambanova.ai/](https://sambanova.ai/hubfs/sambanova-logo-black.png)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe @ChunTeLee can generate 1 nice visual for each provider (cc @gary149)

let me know! (can be in a later PR)


SambaNova’s AI platform is the technology backbone for the next decade of AI innovation. Customers are turning to SambaNova to quickly deploy state-of-the-art AI and deep learning capabilities that help them outcompete their peers.

## Supported tasks

### Chat completion

Find out more about Chat completion [here](../tasks/chat-completion).

<InferenceSnippet
pipeline=text-generation
providersMapping={ {"sambanova":{"modelId":"Qwen/QwQ-32B","providerModelId":"QwQ-32B"} } }
conversational
/>