Skip to content

feat(inference): Add BagelNet inference provider documentation #1826

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
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 @@ -20,6 +20,8 @@

- title: Providers
sections:
- local: providers/bagelnet
title: BagelNet
- 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 |
| -------------------------------------------- | :-------------------: | :-------------------: | :----------------: | :-----------: | :-----------: | :------------: |
| [BagelNet](./providers/bagelnet) | ✅ | ✅ | | ✅ | ✅ | |
| [Cerebras](./providers/cerebras) | ✅ | | | | | |
| [Cohere](./providers/cohere) | ✅ | ✅ | | | | |
| [Fal AI](./providers/fal-ai) | | | | ✅ | ✅ | ✅ |
Expand Down
39 changes: 39 additions & 0 deletions docs/inference-providers/providers/bagelnet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!---
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 bagelnet's description, please edit the template file under `https://github.com/huggingface/hub-docs/tree/main/scripts/inference-providers/templates/providers/bagelnet.handlebars`.

### Logos

If you want to update bagelnet'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 `bagelnet-light.png` and `bagelnet-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.
--->

# BagelNet

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

<div class="flex">
<a href="https://huggingface.co/bagelnet" 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>

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

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> = {
bagelnet: "bagelnet",
cerebras: "cerebras",
cohere: "CohereLabs",
"fal-ai": "fal",
Expand All @@ -50,6 +51,7 @@ const PROVIDERS_HUB_ORGS: Record<string, string> = {
};

const PROVIDERS_URLS: Record<string, string> = {
bagelnet: "https://bagel.net/",
cerebras: "https://www.cerebras.ai/",
cohere: "https://cohere.com/",
"fal-ai": "https://fal.ai/",
Expand Down
Original file line number Diff line number Diff line change
@@ -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}}}