Skip to content

Commit e100967

Browse files
Wauplingithub-actions[bot]
authored andcommitted
Update Inference Providers documentation (automated)
1 parent 1cf5bc9 commit e100967

13 files changed

+31
-73
lines changed

docs/inference-providers/providers/fireworks-ai.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Find out more about Chat Completion (LLM) [here](../tasks/chat-completion).
4343

4444
<InferenceSnippet
4545
pipeline=text-generation
46-
providersMapping={ {"fireworks-ai":{"modelId":"deepseek-ai/DeepSeek-V3-0324","providerModelId":"accounts/fireworks/models/deepseek-v3-0324"} } }
46+
providersMapping={ {"fireworks-ai":{"modelId":"Qwen/Qwen3-235B-A22B","providerModelId":"accounts/fireworks/models/qwen3-235b-a22b"} } }
4747
conversational />
4848

4949

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

-40
Original file line numberDiff line numberDiff line change
@@ -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/novita.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Find out more about Chat Completion (LLM) [here](../tasks/chat-completion).
4646

4747
<InferenceSnippet
4848
pipeline=text-generation
49-
providersMapping={ {"novita":{"modelId":"deepseek-ai/DeepSeek-V3-0324","providerModelId":"deepseek/deepseek-v3-0324"} } }
49+
providersMapping={ {"novita":{"modelId":"Qwen/Qwen3-235B-A22B","providerModelId":"qwen/qwen3-235b-a22b-fp8"} } }
5050
conversational />
5151

5252

docs/inference-providers/providers/replicate.md

+10
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/chat-completion.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The API supports:
5959

6060
<InferenceSnippet
6161
pipeline=text-generation
62-
providersMapping={ {"cerebras":{"modelId":"meta-llama/Llama-3.3-70B-Instruct","providerModelId":"llama-3.3-70b"},"cohere":{"modelId":"CohereLabs/c4ai-command-a-03-2025","providerModelId":"command-a-03-2025"},"fireworks-ai":{"modelId":"deepseek-ai/DeepSeek-V3-0324","providerModelId":"accounts/fireworks/models/deepseek-v3-0324"},"hf-inference":{"modelId":"Qwen/Qwen3-235B-A22B","providerModelId":"Qwen/Qwen3-235B-A22B"},"hyperbolic":{"modelId":"deepseek-ai/DeepSeek-V3-0324","providerModelId":"deepseek-ai/DeepSeek-V3-0324"},"nebius":{"modelId":"deepseek-ai/DeepSeek-V3-0324","providerModelId":"deepseek-ai/DeepSeek-V3-0324-fast"},"novita":{"modelId":"deepseek-ai/DeepSeek-V3-0324","providerModelId":"deepseek/deepseek-v3-0324"},"sambanova":{"modelId":"deepseek-ai/DeepSeek-V3-0324","providerModelId":"DeepSeek-V3-0324"},"together":{"modelId":"deepseek-ai/DeepSeek-R1","providerModelId":"deepseek-ai/DeepSeek-R1"}} }
62+
providersMapping={ {"cerebras":{"modelId":"meta-llama/Llama-3.3-70B-Instruct","providerModelId":"llama-3.3-70b"},"cohere":{"modelId":"CohereLabs/c4ai-command-a-03-2025","providerModelId":"command-a-03-2025"},"fireworks-ai":{"modelId":"Qwen/Qwen3-235B-A22B","providerModelId":"accounts/fireworks/models/qwen3-235b-a22b"},"hf-inference":{"modelId":"Qwen/Qwen3-235B-A22B","providerModelId":"Qwen/Qwen3-235B-A22B"},"hyperbolic":{"modelId":"deepseek-ai/DeepSeek-V3-0324","providerModelId":"deepseek-ai/DeepSeek-V3-0324"},"nebius":{"modelId":"deepseek-ai/DeepSeek-V3-0324","providerModelId":"deepseek-ai/DeepSeek-V3-0324-fast"},"novita":{"modelId":"Qwen/Qwen3-235B-A22B","providerModelId":"qwen/qwen3-235b-a22b-fp8"},"sambanova":{"modelId":"deepseek-ai/DeepSeek-V3-0324","providerModelId":"DeepSeek-V3-0324"},"together":{"modelId":"deepseek-ai/DeepSeek-R1","providerModelId":"deepseek-ai/DeepSeek-R1"}} }
6363
conversational />
6464

6565

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

+1-4
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

+1-5
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

+1-4
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

+4-1
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

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

+1-5
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

+1-1
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",

scripts/inference-providers/pnpm-lock.yaml

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)