Skip to content

Commit 704bd3d

Browse files
committed
Draft to list providers
1 parent beb4d0f commit 704bd3d

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

docs/inference-providers/_toctree.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,17 @@
66
title: Pricing and Billing
77
- local: hub-integration
88
title: Hub integration
9-
- local: security
10-
title: Security
119
- local: register-as-a-provider
1210
title: Register as an Inference Provider
11+
- local: security
12+
title: Security
13+
14+
- title: Providers
15+
sections:
16+
- local: providers/index
17+
title: Index
18+
- local: providers/sambanova
19+
title: SambaNova
1320
- title: API Reference
1421
sections:
1522
- local: tasks/index

docs/inference-providers/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ Inference Providers offers a fast and simple way to explore thousands of models
2828
- **🔧 Developer-Friendly**: Simple requests, fast responses, and a consistent developer experience across Python and JavaScript clients.
2929
- **💰 Cost-Effective**: No extra markup on provider rates.
3030

31+
## Partners
32+
33+
Here is the complete list of partners integrated with Inference Providers, and the supported tasks for each of them:
34+
35+
| Provider | Chat completion | Feature-extraction | Text-to-Image | Text-to-video |
36+
| ---------------------------------- | :-------------: | :----------------: | :-----------: | :-----------: |
37+
| [SambaNova](./providers/sambanova) || | | |
3138

3239
## Inference Playground
3340

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# SambaNova
2+
3+
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.
4+
5+
## Supported tasks
6+
7+
### Chat completion
8+
9+
Find out more about Chat completion [here](../tasks/chat-completion.md).
10+
11+
<InferenceSnippet
12+
pipeline=text-generation
13+
providersMapping={ {"sambanova":{"modelId":"Qwen/QwQ-32B","providerModelId":"QwQ-32B"} } }
14+
conversational
15+
/>
16+

0 commit comments

Comments
 (0)