Skip to content

Commit e5532d9

Browse files
[Inference Docs] Update supported inference providers table (#3482)
* update supported inference providers table * reorder by alphabetical order
1 parent 17101d6 commit e5532d9

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

docs/source/en/guides/inference.md

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -192,37 +192,37 @@ For more details, refer to the [Inference Providers pricing documentation](https
192192

193193
[`InferenceClient`]'s goal is to provide the easiest interface to run inference on Hugging Face models, on any provider. It has a simple API that supports the most common tasks. Here is a table showing which providers support which tasks:
194194

195-
| Task | Black Forest Labs | Cerebras | Clarifai | Cohere | fal-ai | Featherless AI | Fireworks AI | Groq | HF Inference | Hyperbolic | Nebius AI Studio | Novita AI | Replicate | Sambanova | Together |
196-
| --------------------------------------------------- | ----------------- | -------- | -------- | ------ | ------ | -------------- | ------------ | ---- | ------------ | ---------- | ---------------- | --------- | --------- | --------- | -------- |
197-
| [`~InferenceClient.audio_classification`] ||||||||||||||||
198-
| [`~InferenceClient.audio_to_audio`] ||||||||||||||||
199-
| [`~InferenceClient.automatic_speech_recognition`] ||||||||||||||||
200-
| [`~InferenceClient.chat_completion`] ||||||||||||||||
201-
| [`~InferenceClient.document_question_answering`] ||||||||||||||||
202-
| [`~InferenceClient.feature_extraction`] ||||||||||||| | ||
203-
| [`~InferenceClient.fill_mask`] ||||||||||||||||
204-
| [`~InferenceClient.image_classification`] ||||||||||||||||
205-
| [`~InferenceClient.image_segmentation`] ||||||||||||||||
206-
| [`~InferenceClient.image_to_image`] ||||||||||||||||
207-
| [`~InferenceClient.image_to_video`] ||||||||||||||||
208-
| [`~InferenceClient.image_to_text`] ||||||||||||||||
209-
| [`~InferenceClient.object_detection`] ||||||||||||||||
210-
| [`~InferenceClient.question_answering`] ||||||||||||||||
211-
| [`~InferenceClient.sentence_similarity`] ||||||||||||||||
212-
| [`~InferenceClient.summarization`] ||||||||||||||||
213-
| [`~InferenceClient.table_question_answering`] ||||||||||||||||
214-
| [`~InferenceClient.text_classification`] ||||||||||||||||
215-
| [`~InferenceClient.text_generation`] ||||||||||||| |||
216-
| [`~InferenceClient.text_to_image`] ||||||||||||| | ||
217-
| [`~InferenceClient.text_to_speech`] ||||||||||||||||
218-
| [`~InferenceClient.text_to_video`] |||||||||||| ||||
219-
| [`~InferenceClient.tabular_classification`] ||||||||||||||||
220-
| [`~InferenceClient.tabular_regression`] ||||||||||||||||
221-
| [`~InferenceClient.token_classification`] ||||||||||||||||
222-
| [`~InferenceClient.translation`] ||||||||||||||||
223-
| [`~InferenceClient.visual_question_answering`] ||||||||||||||||
224-
| [`~InferenceClient.zero_shot_image_classification`] ||||||||||||||||
225-
| [`~InferenceClient.zero_shot_classification`] ||||||||||||||||
195+
| Task | Black Forest Labs | Cerebras | Clarifai | Cohere | fal-ai | Featherless AI | Fireworks AI | Groq | HF Inference | Hyperbolic | Nebius AI Studio | Novita AI | Nscale | Public AI | Replicate | Sambanova | Scaleway | Together | Zai |
196+
| --------------------------------------------------- | ----------------- | -------- | -------- | ------ | ------ | -------------- | ------------ | ---- | ------------ | ---------- | ---------------- | --------- | ------ | ---------- | --------- | --------- | --------- | -------- | ---- |
197+
| [`~InferenceClient.audio_classification`] ||||||||||||||||||||
198+
| [`~InferenceClient.audio_to_audio`] ||||||||||||||||||||
199+
| [`~InferenceClient.automatic_speech_recognition`] ||||||||||||||||||||
200+
| [`~InferenceClient.chat_completion`] ||||||||||||| || || || |
201+
| [`~InferenceClient.document_question_answering`] ||||||||||||||||||||
202+
| [`~InferenceClient.feature_extraction`] |||||||||||||||| | | | |
203+
| [`~InferenceClient.fill_mask`] ||||||||||||||||||||
204+
| [`~InferenceClient.image_classification`] ||||||||||||||||||||
205+
| [`~InferenceClient.image_segmentation`] ||||||||||||||||||||
206+
| [`~InferenceClient.image_to_image`] ||||||||||||| || || || |
207+
| [`~InferenceClient.image_to_video`] ||||||||||||||||||||
208+
| [`~InferenceClient.image_to_text`] ||||||||||||||||||||
209+
| [`~InferenceClient.object_detection`] ||||||||||||||||||||
210+
| [`~InferenceClient.question_answering`] ||||||||||||||||||||
211+
| [`~InferenceClient.sentence_similarity`] ||||||||||||||||||||
212+
| [`~InferenceClient.summarization`] ||||||||||||||||||||
213+
| [`~InferenceClient.table_question_answering`] ||||||||||||||||||||
214+
| [`~InferenceClient.text_classification`] ||||||||||||||||||||
215+
| [`~InferenceClient.text_generation`] |||||||||||||||| || | |
216+
| [`~InferenceClient.text_to_image`] |||||||||||||||| | | | |
217+
| [`~InferenceClient.text_to_speech`] ||||||||||||| || || || |
218+
| [`~InferenceClient.text_to_video`] |||||||||||| | |||| || |
219+
| [`~InferenceClient.tabular_classification`] ||||||||||||||||||||
220+
| [`~InferenceClient.tabular_regression`] ||||||||||||||||||||
221+
| [`~InferenceClient.token_classification`] ||||||||||||||||||||
222+
| [`~InferenceClient.translation`] ||||||||||||||||||||
223+
| [`~InferenceClient.visual_question_answering`] ||||||||||||||||||||
224+
| [`~InferenceClient.zero_shot_image_classification`] ||||||||||||||||||||
225+
| [`~InferenceClient.zero_shot_classification`] ||||||||||||||||||||
226226

227227
> [!TIP]
228228
> Check out the [Tasks](https://huggingface.co/tasks) page to learn more about each task.

0 commit comments

Comments
 (0)