-
Notifications
You must be signed in to change notification settings - Fork 374
Add 1 page per provider + list table #1674
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
Merged
Merged
Changes from 11 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
704bd3d
Draft to list providers
Wauplin 6bb3e31
add logo
Wauplin bd488b3
fix _toctree
Wauplin 9ae1fe4
logo
Wauplin ad77758
fix links
Wauplin b98a6be
Merge branch 'main' into list-providers
Wauplin 80ab5af
Semi-generated page for all providers
Wauplin bf087a8
consistency
Wauplin a86a44a
Add HF-Inference page
Wauplin b398d4f
Update scripts/inference-providers/templates/providers/fal-ai.handlebars
julien-c eba21f5
Add badge to their Org page (will update the actual badge later)
julien-c 1367eb5
Final badge + generate
julien-c fc0b572
make links clickable
Wauplin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| <!--- | ||
| WARNING | ||
|
|
||
| This markdown file has been generated from a script. Please do not edit it directly. | ||
|
|
||
| If you want to update the content related to cerebras's description, please edit the template file under `https://github.com/huggingface/hub-docs/tree/main/scripts/inference-providers/templates/providers/cerebras.handlebars`. | ||
|
|
||
| For more details, check out the `generate.ts` script: https://github.com/huggingface/hub-docs/blob/main/scripts/inference-providers/scripts/generate.ts. | ||
| ---> | ||
|
|
||
| # Cerebras | ||
|
|
||
|  | ||
|
|
||
| Cerebras stands alone as the world’s fastest AI inference and training platform. Organizations across fields like medical research, cryptography, energy, and agentic AI use our CS-2 and CS-3 systems to build on-premise supercomputers, while developers and enterprises everywhere can access the power of Cerebras through our pay-as-you-go cloud offerings. | ||
|
|
||
| ## Supported tasks | ||
|
|
||
|
|
||
| ### Chat Completion (LLM) | ||
|
|
||
| Find out more about Chat Completion (LLM) [here](../tasks/chat-completion). | ||
|
|
||
| <InferenceSnippet | ||
| pipeline=text-generation | ||
| providersMapping={ {"cerebras":{"modelId":"meta-llama/Llama-3.3-70B-Instruct","providerModelId":"llama-3.3-70b"} } } | ||
| conversational /> | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| <!--- | ||
| WARNING | ||
|
|
||
| This markdown file has been generated from a script. Please do not edit it directly. | ||
|
|
||
| If you want to update the content related to fal-ai's description, please edit the template file under `https://github.com/huggingface/hub-docs/tree/main/scripts/inference-providers/templates/providers/fal-ai.handlebars`. | ||
|
|
||
| For more details, check out the `generate.ts` script: https://github.com/huggingface/hub-docs/blob/main/scripts/inference-providers/scripts/generate.ts. | ||
| ---> | ||
|
|
||
| # Fal | ||
|
|
||
|  | ||
|
|
||
| Founded in 2021 by Burkay Gur and Gorkem Yurtseven, fal.ai was born out of a shared passion for AI and a desire to address the challenges in AI infrastructure observed during their tenures at Coinbase and Amazon. | ||
|
|
||
| ## Supported tasks | ||
|
|
||
|
|
||
| ### Automatic Speech Recognition | ||
|
|
||
| Find out more about Automatic Speech Recognition [here](../tasks/automatic_speech_recognition). | ||
|
|
||
| <InferenceSnippet | ||
| pipeline=automatic-speech-recognition | ||
| providersMapping={ {"fal-ai":{"modelId":"openai/whisper-large-v3","providerModelId":"fal-ai/whisper"} } } | ||
| /> | ||
|
|
||
|
|
||
| ### Text To Image | ||
|
|
||
| Find out more about Text To Image [here](../tasks/text_to_image). | ||
|
|
||
| <InferenceSnippet | ||
| pipeline=text-to-image | ||
| providersMapping={ {"fal-ai":{"modelId":"black-forest-labs/FLUX.1-dev","providerModelId":"fal-ai/flux/dev"} } } | ||
| /> | ||
|
|
||
|
|
||
| ### Text To Video | ||
|
|
||
| Find out more about Text To Video [here](../tasks/text_to_video). | ||
|
|
||
| <InferenceSnippet | ||
| pipeline=text-to-video | ||
| providersMapping={ {"fal-ai":{"modelId":"Wan-AI/Wan2.1-T2V-14B","providerModelId":"fal-ai/wan-t2v"} } } | ||
| /> | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| <!--- | ||
| WARNING | ||
|
|
||
| This markdown file has been generated from a script. Please do not edit it directly. | ||
|
|
||
| If you want to update the content related to fireworks-ai's description, please edit the template file under `https://github.com/huggingface/hub-docs/tree/main/scripts/inference-providers/templates/providers/fireworks-ai.handlebars`. | ||
|
|
||
| For more details, check out the `generate.ts` script: https://github.com/huggingface/hub-docs/blob/main/scripts/inference-providers/scripts/generate.ts. | ||
| ---> | ||
|
|
||
| # Fireworks AI | ||
|
|
||
|  | ||
|
|
||
| Fireworks AI is a developer-centric platform that delivers high-performance generative AI solutions, enabling efficient deployment and fine-tuning of large language models (LLMs) and image models. | ||
| ## Supported tasks | ||
|
|
||
|
|
||
| ### Chat Completion (LLM) | ||
|
|
||
| Find out more about Chat Completion (LLM) [here](../tasks/chat-completion). | ||
|
|
||
| <InferenceSnippet | ||
| pipeline=text-generation | ||
| providersMapping={ {"fireworks-ai":{"modelId":"deepseek-ai/DeepSeek-V3-0324","providerModelId":"accounts/fireworks/models/deepseek-v3-0324"} } } | ||
| conversational /> | ||
|
|
||
|
|
||
| ### Chat Completion (VLM) | ||
|
|
||
| Find out more about Chat Completion (VLM) [here](../tasks/chat-completion). | ||
|
|
||
| <InferenceSnippet | ||
| pipeline=image-text-to-text | ||
| providersMapping={ {"fireworks-ai":{"modelId":"meta-llama/Llama-4-Scout-17B-16E-Instruct","providerModelId":"accounts/fireworks/models/llama4-scout-instruct-basic"} } } | ||
| conversational /> | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,199 @@ | ||
| <!--- | ||
| WARNING | ||
|
|
||
| This markdown file has been generated from a script. Please do not edit it directly. | ||
|
|
||
| If you want to update the content related to hf-inference's description, please edit the template file under `https://github.com/huggingface/hub-docs/tree/main/scripts/inference-providers/templates/providers/hf-inference.handlebars`. | ||
|
|
||
| For more details, check out the `generate.ts` script: https://github.com/huggingface/hub-docs/blob/main/scripts/inference-providers/scripts/generate.ts. | ||
| ---> | ||
|
|
||
| # HF Inference | ||
|
|
||
|  | ||
|
|
||
| HF Inference is the serverless Inference API powered by Hugging Face. This service used to be called "Inference API (serverless)" prior to Inference Providers. | ||
| If you are interested in deploying models to a dedicated and autoscaling infrastructure managed by Hugging Face, check out [Inference Endpoints](https://huggingface.co/docs/inference-endpoints/index) instead. | ||
|
|
||
| ## Supported tasks | ||
|
|
||
|
|
||
| ### Audio Classification | ||
|
|
||
| Find out more about Audio Classification [here](../tasks/audio_classification). | ||
|
|
||
| <InferenceSnippet | ||
| pipeline=audio-classification | ||
| providersMapping={ {"hf-inference":{"modelId":"ehcalabres/wav2vec2-lg-xlsr-en-speech-emotion-recognition","providerModelId":"ehcalabres/wav2vec2-lg-xlsr-en-speech-emotion-recognition"} } } | ||
| /> | ||
|
|
||
|
|
||
| ### Automatic Speech Recognition | ||
|
|
||
| Find out more about Automatic Speech Recognition [here](../tasks/automatic_speech_recognition). | ||
|
|
||
| <InferenceSnippet | ||
| pipeline=automatic-speech-recognition | ||
| providersMapping={ {"hf-inference":{"modelId":"openai/whisper-large-v3-turbo","providerModelId":"openai/whisper-large-v3-turbo"} } } | ||
| /> | ||
|
|
||
|
|
||
| ### Chat Completion (LLM) | ||
|
|
||
| Find out more about Chat Completion (LLM) [here](../tasks/chat-completion). | ||
|
|
||
| <InferenceSnippet | ||
| pipeline=text-generation | ||
| providersMapping={ {"hf-inference":{"modelId":"Qwen/QwQ-32B","providerModelId":"Qwen/QwQ-32B"} } } | ||
| conversational /> | ||
|
|
||
|
|
||
| ### Chat Completion (VLM) | ||
|
|
||
| Find out more about Chat Completion (VLM) [here](../tasks/chat-completion). | ||
|
|
||
| <InferenceSnippet | ||
| pipeline=image-text-to-text | ||
| providersMapping={ {"hf-inference":{"modelId":"google/gemma-3-27b-it","providerModelId":"google/gemma-3-27b-it"} } } | ||
| conversational /> | ||
|
|
||
|
|
||
| ### Feature Extraction | ||
|
|
||
| Find out more about Feature Extraction [here](../tasks/feature_extraction). | ||
|
|
||
| <InferenceSnippet | ||
| pipeline=feature-extraction | ||
| providersMapping={ {"hf-inference":{"modelId":"intfloat/multilingual-e5-large-instruct","providerModelId":"intfloat/multilingual-e5-large-instruct"} } } | ||
| /> | ||
|
|
||
|
|
||
| ### Fill Mask | ||
|
|
||
| Find out more about Fill Mask [here](../tasks/fill_mask). | ||
|
|
||
| <InferenceSnippet | ||
| pipeline=fill-mask | ||
| providersMapping={ {"hf-inference":{"modelId":"google-bert/bert-base-uncased","providerModelId":"google-bert/bert-base-uncased"} } } | ||
| /> | ||
|
|
||
|
|
||
| ### Image Classification | ||
|
|
||
| Find out more about Image Classification [here](../tasks/image_classification). | ||
|
|
||
| <InferenceSnippet | ||
| pipeline=image-classification | ||
| providersMapping={ {"hf-inference":{"modelId":"Falconsai/nsfw_image_detection","providerModelId":"Falconsai/nsfw_image_detection"} } } | ||
| /> | ||
|
|
||
|
|
||
| ### Image To Image | ||
|
|
||
| Find out more about Image To Image [here](../tasks/image_to_image). | ||
|
|
||
| <InferenceSnippet | ||
| pipeline=image-to-image | ||
| providersMapping={ {"hf-inference":{"modelId":"enhanceaiteam/Flux-Uncensored-V2","providerModelId":"black-forest-labs/FLUX.1-dev"} } } | ||
| /> | ||
|
|
||
|
|
||
| ### Object Detection | ||
|
|
||
| Find out more about Object Detection [here](../tasks/object_detection). | ||
|
|
||
| <InferenceSnippet | ||
| pipeline=object-detection | ||
| providersMapping={ {"hf-inference":{"modelId":"facebook/detr-resnet-50","providerModelId":"facebook/detr-resnet-50"} } } | ||
| /> | ||
|
|
||
|
|
||
| ### Question Answering | ||
|
|
||
| Find out more about Question Answering [here](../tasks/question_answering). | ||
|
|
||
| <InferenceSnippet | ||
| pipeline=question-answering | ||
| providersMapping={ {"hf-inference":{"modelId":"deepset/gelectra-large-germanquad","providerModelId":"deepset/gelectra-large-germanquad"} } } | ||
| /> | ||
|
|
||
|
|
||
| ### Summarization | ||
|
|
||
| Find out more about Summarization [here](../tasks/summarization). | ||
|
|
||
| <InferenceSnippet | ||
| pipeline=summarization | ||
| providersMapping={ {"hf-inference":{"modelId":"facebook/bart-large-cnn","providerModelId":"facebook/bart-large-cnn"} } } | ||
| /> | ||
|
|
||
|
|
||
| ### Text Classification | ||
|
|
||
| Find out more about Text Classification [here](../tasks/text_classification). | ||
|
|
||
| <InferenceSnippet | ||
| pipeline=text-classification | ||
| providersMapping={ {"hf-inference":{"modelId":"ProsusAI/finbert","providerModelId":"ProsusAI/finbert"} } } | ||
| /> | ||
|
|
||
|
|
||
| ### Text Generation | ||
|
|
||
| Find out more about Text Generation [here](../tasks/text_generation). | ||
|
|
||
| <InferenceSnippet | ||
| pipeline=text-generation | ||
| providersMapping={ {"hf-inference":{"modelId":"Qwen/QwQ-32B","providerModelId":"Qwen/QwQ-32B"} } } | ||
| /> | ||
|
|
||
|
|
||
| ### Text To Image | ||
|
|
||
| Find out more about Text To Image [here](../tasks/text_to_image). | ||
|
|
||
| <InferenceSnippet | ||
| pipeline=text-to-image | ||
| providersMapping={ {"hf-inference":{"modelId":"black-forest-labs/FLUX.1-dev","providerModelId":"black-forest-labs/FLUX.1-dev"} } } | ||
| /> | ||
|
|
||
|
|
||
| ### Text To Video | ||
|
|
||
| Find out more about Text To Video [here](../tasks/text_to_video). | ||
|
|
||
| <InferenceSnippet | ||
| pipeline=text-to-video | ||
| providersMapping={ {"hf-inference":{"modelId":"AdamLucek/Wan2.1-T2V-14B-OldBookIllustrations","providerModelId":"black-forest-labs/FLUX.1-dev"} } } | ||
| /> | ||
|
|
||
|
|
||
| ### Token Classification | ||
|
|
||
| Find out more about Token Classification [here](../tasks/token_classification). | ||
|
|
||
| <InferenceSnippet | ||
| pipeline=token-classification | ||
| providersMapping={ {"hf-inference":{"modelId":"dbmdz/bert-large-cased-finetuned-conll03-english","providerModelId":"dbmdz/bert-large-cased-finetuned-conll03-english"} } } | ||
| /> | ||
|
|
||
|
|
||
| ### Translation | ||
|
|
||
| Find out more about Translation [here](../tasks/translation). | ||
|
|
||
| <InferenceSnippet | ||
| pipeline=translation | ||
| providersMapping={ {"hf-inference":{"modelId":"facebook/nllb-200-distilled-600M","providerModelId":"facebook/nllb-200-distilled-600M"} } } | ||
| /> | ||
|
|
||
|
|
||
| ### Zero Shot Classification | ||
|
|
||
| Find out more about Zero Shot Classification [here](../tasks/zero_shot_classification). | ||
|
|
||
| <InferenceSnippet | ||
| pipeline=zero-shot-classification | ||
| providersMapping={ {"hf-inference":{"modelId":"facebook/bart-large-mnli","providerModelId":"facebook/bart-large-mnli"} } } | ||
| /> | ||
|
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's move images to a hub repo (random images break on the internet)
(can be in a later PR)