diff --git a/docs/inference-providers/_toctree.yml b/docs/inference-providers/_toctree.yml index 7b9093114..b3e459ee7 100644 --- a/docs/inference-providers/_toctree.yml +++ b/docs/inference-providers/_toctree.yml @@ -20,6 +20,8 @@ - title: Providers sections: + - local: providers/bagelnet + title: BagelNet - local: providers/cerebras title: Cerebras - local: providers/cohere diff --git a/docs/inference-providers/index.md b/docs/inference-providers/index.md index 2f4b94065..665762183 100644 --- a/docs/inference-providers/index.md +++ b/docs/inference-providers/index.md @@ -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 | | -------------------------------------------- | :-------------------: | :-------------------: | :----------------: | :-----------: | :-----------: | :------------: | +| [BagelNet](./providers/bagelnet) | ✅ | ✅ | | ✅ | ✅ | | | [Cerebras](./providers/cerebras) | ✅ | | | | | | | [Cohere](./providers/cohere) | ✅ | ✅ | | | | | | [Fal AI](./providers/fal-ai) | | | | ✅ | ✅ | ✅ | diff --git a/docs/inference-providers/providers/bagelnet.md b/docs/inference-providers/providers/bagelnet.md new file mode 100644 index 000000000..ea0c6c6f2 --- /dev/null +++ b/docs/inference-providers/providers/bagelnet.md @@ -0,0 +1,39 @@ + + +# BagelNet + +
+ + + + +
+ +
+ + + + +
+ +**Bagel** (https://bagel.net) is a privacy‑first AI research lab behind the **Bakery** platform, enabling creators to fine‑tune open‑source models and secure their work with cryptographic proofs. + +## Supported tasks + diff --git a/scripts/inference-providers/scripts/generate.ts b/scripts/inference-providers/scripts/generate.ts index 5da8d5933..2076114bc 100644 --- a/scripts/inference-providers/scripts/generate.ts +++ b/scripts/inference-providers/scripts/generate.ts @@ -33,6 +33,7 @@ const HEADERS: Record = process.env.HF_TOKEN : {}; const PROVIDERS_HUB_ORGS: Record = { + bagelnet: "bagelnet", cerebras: "cerebras", cohere: "CohereLabs", "fal-ai": "fal", @@ -50,6 +51,7 @@ const PROVIDERS_HUB_ORGS: Record = { }; const PROVIDERS_URLS: Record = { + bagelnet: "https://bagel.net/", cerebras: "https://www.cerebras.ai/", cohere: "https://cohere.com/", "fal-ai": "https://fal.ai/", diff --git a/scripts/inference-providers/templates/providers/bagelnet.handlebars b/scripts/inference-providers/templates/providers/bagelnet.handlebars new file mode 100644 index 000000000..c6092af6b --- /dev/null +++ b/scripts/inference-providers/templates/providers/bagelnet.handlebars @@ -0,0 +1,9 @@ +# BagelNet + +{{{logoSection}}} + +{{{followUsSection}}} + +**Bagel** (https://bagel.net) is a privacy‑first AI research lab behind the **Bakery** platform, enabling creators to fine‑tune open‑source models and secure their work with cryptographic proofs. + +{{{tasksSection}}} \ No newline at end of file