Skip to content

Commit 48356c5

Browse files
Wauplingithub-actions[bot]
authored andcommitted
Update Inference Providers documentation (automated)
1 parent 33ec12b commit 48356c5

File tree

11 files changed

+30
-72
lines changed

11 files changed

+30
-72
lines changed

docs/inference-providers/providers/hf-inference.md

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Find out more about Automatic Speech Recognition [here](../tasks/automatic_speec
4545

4646
<InferenceSnippet
4747
pipeline=automatic-speech-recognition
48-
providersMapping={ {"hf-inference":{"modelId":"openai/whisper-large-v3-turbo","providerModelId":"openai/whisper-large-v3-turbo"} } }
48+
providersMapping={ {"hf-inference":{"modelId":"openai/whisper-large-v3","providerModelId":"openai/whisper-large-v3"} } }
4949
/>
5050

5151

@@ -79,36 +79,6 @@ Find out more about Feature Extraction [here](../tasks/feature_extraction).
7979
/>
8080

8181

82-
### Fill Mask
83-
84-
Find out more about Fill Mask [here](../tasks/fill_mask).
85-
86-
<InferenceSnippet
87-
pipeline=fill-mask
88-
providersMapping={ {"hf-inference":{"modelId":"google-bert/bert-base-uncased","providerModelId":"google-bert/bert-base-uncased"} } }
89-
/>
90-
91-
92-
### Image Classification
93-
94-
Find out more about Image Classification [here](../tasks/image_classification).
95-
96-
<InferenceSnippet
97-
pipeline=image-classification
98-
providersMapping={ {"hf-inference":{"modelId":"google/vit-base-patch16-224","providerModelId":"google/vit-base-patch16-224"} } }
99-
/>
100-
101-
102-
### Image Segmentation
103-
104-
Find out more about Image Segmentation [here](../tasks/image_segmentation).
105-
106-
<InferenceSnippet
107-
pipeline=image-segmentation
108-
providersMapping={ {"hf-inference":{"modelId":"jonathandinu/face-parsing","providerModelId":"jonathandinu/face-parsing"} } }
109-
/>
110-
111-
11282
### Text Classification
11383

11484
Find out more about Text Classification [here](../tasks/text_classification).
@@ -138,13 +108,3 @@ Find out more about Text To Image [here](../tasks/text_to_image).
138108
providersMapping={ {"hf-inference":{"modelId":"black-forest-labs/FLUX.1-dev","providerModelId":"black-forest-labs/FLUX.1-dev"} } }
139109
/>
140110

141-
142-
### Translation
143-
144-
Find out more about Translation [here](../tasks/translation).
145-
146-
<InferenceSnippet
147-
pipeline=translation
148-
providersMapping={ {"hf-inference":{"modelId":"google-t5/t5-base","providerModelId":"google-t5/t5-base"} } }
149-
/>
150-

docs/inference-providers/providers/replicate.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ Replicate is building tools so all software engineers can use AI as if it were n
3838
## Supported tasks
3939

4040

41+
### Image To Image
42+
43+
Find out more about Image To Image [here](../tasks/image_to_image).
44+
45+
<InferenceSnippet
46+
pipeline=image-to-image
47+
providersMapping={ {"replicate":{"modelId":"stepfun-ai/Step1X-Edit","providerModelId":"zsxkib/step1x-edit"} } }
48+
/>
49+
50+
4151
### Text To Image
4252

4353
Find out more about Text To Image [here](../tasks/text_to_image).

docs/inference-providers/tasks/automatic-speech-recognition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Explore all available models and find the one that suits you best [here](https:/
3838

3939
<InferenceSnippet
4040
pipeline=automatic-speech-recognition
41-
providersMapping={ {"fal-ai":{"modelId":"openai/whisper-large-v3","providerModelId":"fal-ai/whisper"},"hf-inference":{"modelId":"openai/whisper-large-v3-turbo","providerModelId":"openai/whisper-large-v3-turbo"}} }
41+
providersMapping={ {"fal-ai":{"modelId":"openai/whisper-large-v3","providerModelId":"fal-ai/whisper"},"hf-inference":{"modelId":"openai/whisper-large-v3","providerModelId":"openai/whisper-large-v3"}} }
4242
/>
4343

4444

docs/inference-providers/tasks/fill-mask.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ Explore all available models and find the one that suits you best [here](https:/
3030
### Using the API
3131

3232

33-
<InferenceSnippet
34-
pipeline=fill-mask
35-
providersMapping={ {"hf-inference":{"modelId":"google-bert/bert-base-uncased","providerModelId":"google-bert/bert-base-uncased"}} }
36-
/>
33+
No snippet available for this task.
3734

3835

3936

docs/inference-providers/tasks/image-classification.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,13 @@ For more details about the `image-classification` task, check out its [dedicated
2424

2525
### Recommended models
2626

27-
- [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224): A strong image classification model.
2827

2928
Explore all available models and find the one that suits you best [here](https://huggingface.co/models?inference=warm&pipeline_tag=image-classification&sort=trending).
3029

3130
### Using the API
3231

3332

34-
<InferenceSnippet
35-
pipeline=image-classification
36-
providersMapping={ {"hf-inference":{"modelId":"google/vit-base-patch16-224","providerModelId":"google/vit-base-patch16-224"}} }
37-
/>
33+
No snippet available for this task.
3834

3935

4036

docs/inference-providers/tasks/image-segmentation.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ Explore all available models and find the one that suits you best [here](https:/
3030
### Using the API
3131

3232

33-
<InferenceSnippet
34-
pipeline=image-segmentation
35-
providersMapping={ {"hf-inference":{"modelId":"jonathandinu/face-parsing","providerModelId":"jonathandinu/face-parsing"}} }
36-
/>
33+
No snippet available for this task.
3734

3835

3936

docs/inference-providers/tasks/image-to-image.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ Explore all available models and find the one that suits you best [here](https:/
3535
### Using the API
3636

3737

38-
No snippet available for this task.
38+
<InferenceSnippet
39+
pipeline=image-to-image
40+
providersMapping={ {"replicate":{"modelId":"stepfun-ai/Step1X-Edit","providerModelId":"zsxkib/step1x-edit"}} }
41+
/>
3942

4043

4144

docs/inference-providers/tasks/text-classification.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ For more details about the `text-classification` task, check out its [dedicated
2626

2727
- [distilbert/distilbert-base-uncased-finetuned-sst-2-english](https://huggingface.co/distilbert/distilbert-base-uncased-finetuned-sst-2-english): A robust model trained for sentiment analysis.
2828
- [ProsusAI/finbert](https://huggingface.co/ProsusAI/finbert): A sentiment analysis model specialized in financial sentiment.
29-
- [cardiffnlp/twitter-roberta-base-sentiment-latest](https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment-latest): A sentiment analysis model specialized in analyzing tweets.
3029

3130
Explore all available models and find the one that suits you best [here](https://huggingface.co/models?inference=warm&pipeline_tag=text-classification&sort=trending).
3231

docs/inference-providers/tasks/translation.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,13 @@ For more details about the `translation` task, check out its [dedicated page](ht
2424

2525
### Recommended models
2626

27-
- [google-t5/t5-base](https://huggingface.co/google-t5/t5-base): A general-purpose Transformer that can be used to translate from English to German, French, or Romanian.
2827

2928
Explore all available models and find the one that suits you best [here](https://huggingface.co/models?inference=warm&pipeline_tag=translation&sort=trending).
3029

3130
### Using the API
3231

3332

34-
<InferenceSnippet
35-
pipeline=translation
36-
providersMapping={ {"hf-inference":{"modelId":"google-t5/t5-base","providerModelId":"google-t5/t5-base"}} }
37-
/>
33+
No snippet available for this task.
3834

3935

4036

scripts/inference-providers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "",
1515
"license": "ISC",
1616
"dependencies": {
17-
"@huggingface/inference": "^3.10.0",
17+
"@huggingface/inference": "^3.11.0",
1818
"@huggingface/tasks": "^0.19.1",
1919
"@types/node": "^22.5.0",
2020
"handlebars": "^4.7.8",

0 commit comments

Comments
 (0)