Skip to content

Commit fb1bea8

Browse files
committed
added baseten docs
1 parent 5d2f924 commit fb1bea8

File tree

5 files changed

+59
-0
lines changed

5 files changed

+59
-0
lines changed

docs/inference-providers/_toctree.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@
7575

7676
- title: Providers
7777
sections:
78+
- local: providers/baseten
79+
title: Baseten
7880
- local: providers/cerebras
7981
title: Cerebras
8082
- local: providers/cohere

docs/inference-providers/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Our platform integrates with leading AI infrastructure providers, giving you acc
1313

1414
| Provider | Chat completion (LLM) | Chat completion (VLM) | Feature Extraction | Text to Image | Text to video | Speech to text |
1515
| -------------------------------------------- | :-------------------: | :-------------------: | :----------------: | :-----------: | :-----------: | :------------: |
16+
| [Baseten](./providers/baseten) || | | | | |
1617
| [Cerebras](./providers/cerebras) || | | | | |
1718
| [Cohere](./providers/cohere) ||| | | | |
1819
| [Fal AI](./providers/fal-ai) | | | ||||
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<!---
2+
WARNING
3+
4+
This markdown file has been generated from a script. Please do not edit it directly.
5+
6+
### Template
7+
8+
If you want to update the content related to baseten's description, please edit the template file under `https://github.com/huggingface/hub-docs/tree/main/scripts/inference-providers/templates/providers/baseten.handlebars`.
9+
10+
### Logos
11+
12+
If you want to update baseten's logo, upload a file by opening a PR on https://huggingface.co/datasets/huggingface/documentation-images/tree/main/inference-providers/logos. Ping @wauplin and @celinah on the PR to let them know you uploaded a new logo.
13+
Logos must be in .png format and be named `baseten-light.png` and `baseten-dark.png`. Visit https://huggingface.co/settings/theme to switch between light and dark mode and check that the logos are displayed correctly.
14+
15+
### Generation script
16+
17+
For more details, check out the `generate.ts` script: https://github.com/huggingface/hub-docs/blob/main/scripts/inference-providers/scripts/generate.ts.
18+
--->
19+
20+
# Cerebras
21+
22+
> [!TIP]
23+
> All supported Baseten models can be found [here](https://huggingface.co/models?inference_provider=baseten&sort=trending)
24+
25+
<div class="flex justify-center">
26+
<a href="https://baseten.ai/" target="_blank">
27+
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/logos/baseten-light.png"/>
28+
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/logos/baseten-dark.png"/>
29+
</a>
30+
</div>
31+
32+
<div class="flex">
33+
<a href="https://huggingface.co/baseten" target="_blank">
34+
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-us-on-hf-lg.svg"/>
35+
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-us-on-hf-lg-dark.svg"/>
36+
</a>
37+
</div>
38+
39+
Baseten provides on-demand frontier model APIs designed for production applications, not just experimentation. Built on the Baseten Inference Stack, these APIs deliver enterprise-grade performance and reliability with optimized inference for leading open-source models.
40+
41+
## Supported tasks
42+

scripts/inference-providers/scripts/generate.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const HEADERS: Record<string, string> = process.env.HF_TOKEN
3333
: {};
3434

3535
const PROVIDERS_HUB_ORGS: Record<string, string> = {
36+
baseten: "baseten",
3637
cerebras: "cerebras",
3738
cohere: "CohereLabs",
3839
"fal-ai": "fal",
@@ -53,6 +54,7 @@ const PROVIDERS_HUB_ORGS: Record<string, string> = {
5354
};
5455

5556
const PROVIDERS_URLS: Record<string, string> = {
57+
baseten: "https://baseten.ai/",
5658
cerebras: "https://www.cerebras.ai/",
5759
cohere: "https://cohere.com/",
5860
"fal-ai": "https://fal.ai/",
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Cerebras
2+
3+
> [!TIP]
4+
> All supported Baseten models can be found [here](https://huggingface.co/models?inference_provider=baseten&sort=trending)
5+
6+
{{{logoSection}}}
7+
8+
{{{followUsSection}}}
9+
10+
Baseten provides on-demand frontier model APIs designed for production applications, not just experimentation. Built on the Baseten Inference Stack, these APIs deliver enterprise-grade performance and reliability with optimized inference for leading open-source models.
11+
12+
{{{tasksSection}}}

0 commit comments

Comments
 (0)