Skip to content

Commit f4baaaa

Browse files
committed
docs
1 parent 8a7b679 commit f4baaaa

22 files changed

+110
-32
lines changed

docs/inference-providers/providers/cerebras.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Logos must be in .png format and be named `cerebras-light.png` and `cerebras-dar
1717
For more details, check out the `generate.ts` script: https://github.com/huggingface/hub-docs/blob/main/scripts/inference-providers/scripts/generate.ts.
1818
--->
1919

20+
<Tip>
21+
All supported models can be found [here](https://huggingface.co/models?inference_provider=&sort=trending)
22+
</Tip>
23+
2024
# Cerebras
2125

2226
<div class="flex justify-center">
@@ -44,7 +48,7 @@ Find out more about Chat Completion (LLM) [here](../tasks/chat-completion).
4448

4549
<InferenceSnippet
4650
pipeline=text-generation
47-
providersMapping={ {"cerebras":{"modelId":"Qwen/Qwen3-32B","providerModelId":"qwen-3-32b"} } }
51+
providersMapping={ {"cerebras":{"modelId":"meta-llama/Llama-3.3-70B-Instruct","providerModelId":"llama-3.3-70b"} } }
4852
conversational />
4953

5054

docs/inference-providers/providers/cohere.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ For more details, check out the `generate.ts` script: https://github.com/hugging
1919

2020
# Cohere
2121

22+
<Tip>
23+
All supported models can be found [here](https://huggingface.co/models?inference_provider=&sort=trending)
24+
</Tip>
25+
2226
<div class="flex justify-center">
2327
<a href="https://cohere.com/" target="_blank">
2428
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/logos/cohere-light.png"/>

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ For more details, check out the `generate.ts` script: https://github.com/hugging
1919

2020
# Fal
2121

22+
<Tip>
23+
All supported models can be found [here](https://huggingface.co/models?inference_provider=&sort=trending)
24+
</Tip>
25+
2226
<div class="flex justify-center">
2327
<a href="https://fal.ai/" target="_blank">
2428
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/logos/fal-ai-light.png"/>
@@ -48,6 +52,16 @@ Find out more about Automatic Speech Recognition [here](../tasks/automatic_speec
4852
/>
4953

5054

55+
### Image To Image
56+
57+
Find out more about Image To Image [here](../tasks/image_to_image).
58+
59+
<InferenceSnippet
60+
pipeline=image-to-image
61+
providersMapping={ {"fal-ai":{"modelId":"black-forest-labs/FLUX.1-Kontext-dev","providerModelId":"fal-ai/flux-kontext/dev"} } }
62+
/>
63+
64+
5165
### Text To Image
5266

5367
Find out more about Text To Image [here](../tasks/text_to_image).
@@ -64,6 +78,6 @@ Find out more about Text To Video [here](../tasks/text_to_video).
6478

6579
<InferenceSnippet
6680
pipeline=text-to-video
67-
providersMapping={ {"fal-ai":{"modelId":"Lightricks/LTX-Video","providerModelId":"fal-ai/ltx-video"} } }
81+
providersMapping={ {"fal-ai":{"modelId":"tencent/HunyuanVideo","providerModelId":"fal-ai/hunyuan-video"} } }
6882
/>
6983

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ For more details, check out the `generate.ts` script: https://github.com/hugging
1919

2020
# Featherless AI
2121

22+
<Tip>
23+
All supported models can be found [here](https://huggingface.co/models?inference_provider=&sort=trending)
24+
</Tip>
25+
2226
<div class="flex justify-center">
2327
<a href="https://featherless.ai/" target="_blank">
2428
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/logos/featherless-ai-light.png"/>
@@ -46,7 +50,7 @@ Find out more about Chat Completion (LLM) [here](../tasks/chat-completion).
4650

4751
<InferenceSnippet
4852
pipeline=text-generation
49-
providersMapping={ {"featherless-ai":{"modelId":"mistralai/Magistral-Small-2506","providerModelId":"mistralai/Magistral-Small-2506"} } }
53+
providersMapping={ {"featherless-ai":{"modelId":"deepseek-ai/DeepSeek-R1-0528","providerModelId":"deepseek-ai/DeepSeek-R1-0528"} } }
5054
conversational />
5155

5256

@@ -56,7 +60,7 @@ Find out more about Chat Completion (VLM) [here](../tasks/chat-completion).
5660

5761
<InferenceSnippet
5862
pipeline=image-text-to-text
59-
providersMapping={ {"featherless-ai":{"modelId":"google/gemma-3-27b-it","providerModelId":"google/gemma-3-27b-it"} } }
63+
providersMapping={ {"featherless-ai":{"modelId":"google/medgemma-4b-it","providerModelId":"google/medgemma-4b-it"} } }
6064
conversational />
6165

6266

@@ -66,6 +70,6 @@ Find out more about Text Generation [here](../tasks/text_generation).
6670

6771
<InferenceSnippet
6872
pipeline=text-generation
69-
providersMapping={ {"featherless-ai":{"modelId":"mistralai/Magistral-Small-2506","providerModelId":"mistralai/Magistral-Small-2506"} } }
73+
providersMapping={ {"featherless-ai":{"modelId":"deepseek-ai/DeepSeek-R1-0528","providerModelId":"deepseek-ai/DeepSeek-R1-0528"} } }
7074
/>
7175

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ For more details, check out the `generate.ts` script: https://github.com/hugging
1919

2020
# Fireworks AI
2121

22+
<Tip>
23+
All supported models can be found [here](https://huggingface.co/models?inference_provider=&sort=trending)
24+
</Tip>
25+
2226
<div class="flex justify-center">
2327
<a href="https://fireworks.ai/" target="_blank">
2428
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/logos/fireworks-ai-light.png"/>

docs/inference-providers/providers/groq.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ For more details, check out the `generate.ts` script: https://github.com/hugging
1919

2020
# Groq
2121

22+
<Tip>
23+
All supported models can be found [here](https://huggingface.co/models?inference_provider=&sort=trending)
24+
</Tip>
25+
2226
<div class="flex justify-center">
2327
<a href="https://groq.com/" target="_blank">
2428
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/logos/groq-light.png"/>
@@ -54,7 +58,7 @@ Find out more about Chat Completion (LLM) [here](../tasks/chat-completion).
5458

5559
<InferenceSnippet
5660
pipeline=text-generation
57-
providersMapping={ {"groq":{"modelId":"Qwen/Qwen3-32B","providerModelId":"qwen/qwen3-32b"} } }
61+
providersMapping={ {"groq":{"modelId":"meta-llama/Llama-3.3-70B-Instruct","providerModelId":"llama-3.3-70b-versatile"} } }
5862
conversational />
5963

6064

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ For more details, check out the `generate.ts` script: https://github.com/hugging
1919

2020
# HF Inference
2121

22+
<Tip>
23+
All supported models can be found [here](https://huggingface.co/models?inference_provider=&sort=trending)
24+
</Tip>
25+
2226
<div class="flex justify-center">
2327
<a href="https://huggingface.co/" target="_blank">
2428
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/logos/hf-inference-light.png"/>
@@ -55,7 +59,7 @@ Find out more about Chat Completion (LLM) [here](../tasks/chat-completion).
5559

5660
<InferenceSnippet
5761
pipeline=text-generation
58-
providersMapping={ {"hf-inference":{"modelId":"sarvamai/sarvam-m","providerModelId":"sarvamai/sarvam-m"} } }
62+
providersMapping={ {"hf-inference":{"modelId":"meta-llama/Llama-3.1-8B-Instruct","providerModelId":"meta-llama/Llama-3.1-8B-Instruct"} } }
5963
conversational />
6064

6165

@@ -65,7 +69,7 @@ Find out more about Chat Completion (VLM) [here](../tasks/chat-completion).
6569

6670
<InferenceSnippet
6771
pipeline=image-text-to-text
68-
providersMapping={ {"hf-inference":{"modelId":"meta-llama/Llama-3.2-11B-Vision-Instruct","providerModelId":"meta-llama/Llama-3.2-11B-Vision-Instruct"} } }
72+
providersMapping={ {"hf-inference":{"modelId":"mistralai/Mistral-Small-3.1-24B-Instruct-2503","providerModelId":"mistralai/Mistral-Small-3.1-24B-Instruct-2503"} } }
6973
conversational />
7074

7175

@@ -135,7 +139,7 @@ Find out more about Summarization [here](../tasks/summarization).
135139

136140
<InferenceSnippet
137141
pipeline=summarization
138-
providersMapping={ {"hf-inference":{"modelId":"facebook/bart-large-cnn","providerModelId":"facebook/bart-large-cnn"} } }
142+
providersMapping={ {"hf-inference":{"modelId":"Falconsai/text_summarization","providerModelId":"Falconsai/text_summarization"} } }
139143
/>
140144

141145

@@ -155,7 +159,7 @@ Find out more about Text Classification [here](../tasks/text_classification).
155159

156160
<InferenceSnippet
157161
pipeline=text-classification
158-
providersMapping={ {"hf-inference":{"modelId":"distilbert/distilbert-base-uncased-finetuned-sst-2-english","providerModelId":"distilbert/distilbert-base-uncased-finetuned-sst-2-english"} } }
162+
providersMapping={ {"hf-inference":{"modelId":"tabularisai/multilingual-sentiment-analysis","providerModelId":"tabularisai/multilingual-sentiment-analysis"} } }
159163
/>
160164

161165

@@ -165,7 +169,7 @@ Find out more about Text Generation [here](../tasks/text_generation).
165169

166170
<InferenceSnippet
167171
pipeline=text-generation
168-
providersMapping={ {"hf-inference":{"modelId":"sarvamai/sarvam-m","providerModelId":"sarvamai/sarvam-m"} } }
172+
providersMapping={ {"hf-inference":{"modelId":"meta-llama/Llama-3.1-8B-Instruct","providerModelId":"meta-llama/Llama-3.1-8B-Instruct"} } }
169173
/>
170174

171175

docs/inference-providers/providers/hyperbolic.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ For more details, check out the `generate.ts` script: https://github.com/hugging
1919

2020
# Hyperbolic: The On-Demand AI Cloud
2121

22+
<Tip>
23+
All supported models can be found [here](https://huggingface.co/models?inference_provider=&sort=trending)
24+
</Tip>
25+
2226
<div class="flex justify-center">
2327
<a href="https://hyperbolic.xyz/" target="_blank">
2428
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/logos/hyperbolic-light.png"/>

docs/inference-providers/providers/nebius.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ For more details, check out the `generate.ts` script: https://github.com/hugging
1919

2020
# Nebius
2121

22+
<Tip>
23+
All supported models can be found [here](https://huggingface.co/models?inference_provider=&sort=trending)
24+
</Tip>
25+
2226
<div class="flex justify-center">
2327
<a href="https://nebius.com/" target="_blank">
2428
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/logos/nebius-light.png"/>
@@ -64,7 +68,7 @@ Find out more about Feature Extraction [here](../tasks/feature_extraction).
6468

6569
<InferenceSnippet
6670
pipeline=feature-extraction
67-
providersMapping={ {"nebius":{"modelId":"intfloat/e5-mistral-7b-instruct","providerModelId":"intfloat/e5-mistral-7b-instruct"} } }
71+
providersMapping={ {"nebius":{"modelId":"Qwen/Qwen3-Embedding-8B","providerModelId":"Qwen/Qwen3-Embedding-8B"} } }
6872
/>
6973

7074

docs/inference-providers/providers/novita.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ For more details, check out the `generate.ts` script: https://github.com/hugging
1919

2020
# Novita
2121

22+
<Tip>
23+
All supported models can be found [here](https://huggingface.co/models?inference_provider=&sort=trending)
24+
</Tip>
25+
2226
<div class="flex justify-center">
2327
<a href="https://novita.ai/" target="_blank">
2428
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/logos/novita-light.png"/>

0 commit comments

Comments
 (0)