Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/inference-providers/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@

- title: Providers
sections:
- local: providers/baseten
title: Baseten
- local: providers/cerebras
title: Cerebras
- local: providers/cohere
Expand Down
1 change: 1 addition & 0 deletions docs/inference-providers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Our platform integrates with leading AI infrastructure providers, giving you acc

| Provider | Chat completion (LLM) | Chat completion (VLM) | Feature Extraction | Text to Image | Text to video | Speech to text |
| -------------------------------------------- | :-------------------: | :-------------------: | :----------------: | :-----------: | :-----------: | :------------: |
| [Baseten](./providers/baseten) | ✅ | | | | | |
| [Cerebras](./providers/cerebras) | ✅ | | | | | |
| [Cohere](./providers/cohere) | ✅ | ✅ | | | | |
| [Fal AI](./providers/fal-ai) | | | | ✅ | ✅ | ✅ |
Expand Down
42 changes: 42 additions & 0 deletions docs/inference-providers/providers/baseten.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!---
WARNING

This markdown file has been generated from a script. Please do not edit it directly.

### Template

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

### Logos

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

### Generation script

For more details, check out the `generate.ts` script: https://github.com/huggingface/hub-docs/blob/main/scripts/inference-providers/scripts/generate.ts.
--->

# Cerebras

> [!TIP]
> All supported Baseten models can be found [here](https://huggingface.co/models?inference_provider=baseten&sort=trending)

<div class="flex justify-center">
Copy link
Contributor

Choose a reason for hiding this comment

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

As mentioned in the Hub PR, the light and dark logos are to be swapped: https://huggingface.co/datasets/huggingface/documentation-images/discussions/559 (to be done in the Hub PR, not here)

<a href="https://baseten.ai/" target="_blank">
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/logos/baseten-light.png"/>
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/logos/baseten-dark.png"/>
</a>
</div>

<div class="flex">
<a href="https://huggingface.co/baseten" target="_blank">
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-us-on-hf-lg.svg"/>
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-us-on-hf-lg-dark.svg"/>
</a>
</div>

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.

## Supported tasks

Copy link
Contributor

Choose a reason for hiding this comment

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

this section will be populated once the mappings are live

2 changes: 2 additions & 0 deletions scripts/inference-providers/scripts/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const HEADERS: Record<string, string> = process.env.HF_TOKEN
: {};

const PROVIDERS_HUB_ORGS: Record<string, string> = {
baseten: "baseten",
cerebras: "cerebras",
cohere: "CohereLabs",
"fal-ai": "fal",
Expand All @@ -53,6 +54,7 @@ const PROVIDERS_HUB_ORGS: Record<string, string> = {
};

const PROVIDERS_URLS: Record<string, string> = {
baseten: "https://baseten.ai/",
cerebras: "https://www.cerebras.ai/",
cohere: "https://cohere.com/",
"fal-ai": "https://fal.ai/",
Expand Down
12 changes: 12 additions & 0 deletions scripts/inference-providers/templates/providers/baseten.handlebars
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Cerebras

> [!TIP]
> All supported Baseten models can be found [here](https://huggingface.co/models?inference_provider=baseten&sort=trending)

{{{logoSection}}}

{{{followUsSection}}}

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.

{{{tasksSection}}}