Skip to content

Commit 86b3a22

Browse files
DarinVerheijkeSBrandeis
authored andcommitted
add featherless docs
1 parent 3543bf4 commit 86b3a22

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

docs/inference-providers/_toctree.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
title: Cohere
2020
- local: providers/fal-ai
2121
title: Fal AI
22+
- local: providers/featherless-ai
23+
title: Featherless AI
2224
- local: providers/fireworks-ai
2325
title: Fireworks
2426
- local: providers/hyperbolic

docs/inference-providers/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Here is the complete list of partners integrated with Inference Providers, and t
1818
| [Cerebras](./providers/cerebras) || | | | |
1919
| [Cohere](./providers/cohere) ||| | | |
2020
| [Fal AI](./providers/fal-ai) | | | |||
21+
| [Featherless AI](./providers/featherless-ai) || | | | |
2122
| [Fireworks](./providers/fireworks-ai) ||| | | |
2223
| [HF Inference](./providers/hf-inference) ||||| |
2324
| [Hyperbolic](./providers/hyperbolic) ||| | | |

scripts/inference-providers/scripts/generate.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ const PROVIDERS_HUB_ORGS: Record<string, string> = {
3636
cerebras: "cerebras",
3737
cohere: "CohereLabs",
3838
"fal-ai": "fal",
39+
"featherless-ai": "featherless-ai",
3940
"fireworks-ai": "fireworks-ai",
4041
"hf-inference": "hf-inference",
4142
hyperbolic: "Hyperbolic",
@@ -51,6 +52,7 @@ const PROVIDERS_URLS: Record<string, string> = {
5152
cerebras: "https://www.cerebras.ai/",
5253
cohere: "https://cohere.com/",
5354
"fal-ai": "https://fal.ai/",
55+
"featherless-ai": "https://featherless.ai/",
5456
"fireworks-ai": "https://fireworks.ai/",
5557
"hf-inference": "https://huggingface.co/",
5658
hyperbolic: "https://hyperbolic.xyz/",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Featherless AI
2+
3+
{{{logoSection}}}
4+
5+
{{{followUsSection}}}
6+
7+
[Featherless AI](https://featherless.ai) is a serverless AI inference platform that offers access to thousands of open-source models.
8+
9+
Our goal is to make all AI models available for serverless inference. We provide inference via API to a continually expanding library of open-weight models.
10+
11+
{{{tasksSection}}}

0 commit comments

Comments
 (0)