Skip to content

Commit a7a2e2a

Browse files
feat: add model links to inference provider templates (#1803)
* feat: add model links to inference provider templates * Run the generate script. * docs * up. * newline in tip * forgot to push the main files --------- Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
1 parent 801b6bf commit a7a2e2a

36 files changed

+222
-32
lines changed

docs/inference-providers/providers/cerebras.md

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

2020
# Cerebras
2121

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

4551
<InferenceSnippet
4652
pipeline=text-generation
47-
providersMapping={ {"cerebras":{"modelId":"Qwen/Qwen3-32B","providerModelId":"qwen-3-32b"} } }
53+
providersMapping={ {"cerebras":{"modelId":"meta-llama/Llama-3.3-70B-Instruct","providerModelId":"llama-3.3-70b"} } }
4854
conversational />
4955

5056

docs/inference-providers/providers/cohere.md

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

2020
# Cohere
2121

22+
<Tip>
23+
24+
All supported Cohere models can be found [here](https://huggingface.co/models?inference_provider=cohere&sort=trending)
25+
26+
</Tip>
27+
2228
<div class="flex justify-center">
2329
<a href="https://cohere.com/" target="_blank">
2430
<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: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ For more details, check out the `generate.ts` script: https://github.com/hugging
1919

2020
# Fal
2121

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

5056

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

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

6581
<InferenceSnippet
6682
pipeline=text-to-video
67-
providersMapping={ {"fal-ai":{"modelId":"Lightricks/LTX-Video","providerModelId":"fal-ai/ltx-video"} } }
83+
providersMapping={ {"fal-ai":{"modelId":"tencent/HunyuanVideo","providerModelId":"fal-ai/hunyuan-video"} } }
6884
/>
6985

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

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

2020
# Featherless AI
2121

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

4753
<InferenceSnippet
4854
pipeline=text-generation
49-
providersMapping={ {"featherless-ai":{"modelId":"mistralai/Magistral-Small-2506","providerModelId":"mistralai/Magistral-Small-2506"} } }
55+
providersMapping={ {"featherless-ai":{"modelId":"deepseek-ai/DeepSeek-R1-0528","providerModelId":"deepseek-ai/DeepSeek-R1-0528"} } }
5056
conversational />
5157

5258

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

5763
<InferenceSnippet
5864
pipeline=image-text-to-text
59-
providersMapping={ {"featherless-ai":{"modelId":"google/gemma-3-27b-it","providerModelId":"google/gemma-3-27b-it"} } }
65+
providersMapping={ {"featherless-ai":{"modelId":"google/medgemma-4b-it","providerModelId":"google/medgemma-4b-it"} } }
6066
conversational />
6167

6268

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

6773
<InferenceSnippet
6874
pipeline=text-generation
69-
providersMapping={ {"featherless-ai":{"modelId":"mistralai/Magistral-Small-2506","providerModelId":"mistralai/Magistral-Small-2506"} } }
75+
providersMapping={ {"featherless-ai":{"modelId":"deepseek-ai/DeepSeek-R1-0528","providerModelId":"deepseek-ai/DeepSeek-R1-0528"} } }
7076
/>
7177

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

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

2020
# Fireworks AI
2121

22+
<Tip>
23+
24+
All supported Fireworks AI models can be found [here](https://huggingface.co/models?inference_provider=fireworks-ai&sort=trending)
25+
26+
</Tip>
27+
2228
<div class="flex justify-center">
2329
<a href="https://fireworks.ai/" target="_blank">
2430
<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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ For more details, check out the `generate.ts` script: https://github.com/hugging
1919

2020
# Groq
2121

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

5561
<InferenceSnippet
5662
pipeline=text-generation
57-
providersMapping={ {"groq":{"modelId":"Qwen/Qwen3-32B","providerModelId":"qwen/qwen3-32b"} } }
63+
providersMapping={ {"groq":{"modelId":"meta-llama/Llama-3.3-70B-Instruct","providerModelId":"llama-3.3-70b-versatile"} } }
5864
conversational />
5965

6066

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

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

2020
# HF Inference
2121

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

5662
<InferenceSnippet
5763
pipeline=text-generation
58-
providersMapping={ {"hf-inference":{"modelId":"sarvamai/sarvam-m","providerModelId":"sarvamai/sarvam-m"} } }
64+
providersMapping={ {"hf-inference":{"modelId":"meta-llama/Llama-3.1-8B-Instruct","providerModelId":"meta-llama/Llama-3.1-8B-Instruct"} } }
5965
conversational />
6066

6167

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

6672
<InferenceSnippet
6773
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"} } }
74+
providersMapping={ {"hf-inference":{"modelId":"mistralai/Mistral-Small-3.1-24B-Instruct-2503","providerModelId":"mistralai/Mistral-Small-3.1-24B-Instruct-2503"} } }
6975
conversational />
7076

7177

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

136142
<InferenceSnippet
137143
pipeline=summarization
138-
providersMapping={ {"hf-inference":{"modelId":"facebook/bart-large-cnn","providerModelId":"facebook/bart-large-cnn"} } }
144+
providersMapping={ {"hf-inference":{"modelId":"Falconsai/text_summarization","providerModelId":"Falconsai/text_summarization"} } }
139145
/>
140146

141147

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

156162
<InferenceSnippet
157163
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"} } }
164+
providersMapping={ {"hf-inference":{"modelId":"tabularisai/multilingual-sentiment-analysis","providerModelId":"tabularisai/multilingual-sentiment-analysis"} } }
159165
/>
160166

161167

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

166172
<InferenceSnippet
167173
pipeline=text-generation
168-
providersMapping={ {"hf-inference":{"modelId":"sarvamai/sarvam-m","providerModelId":"sarvamai/sarvam-m"} } }
174+
providersMapping={ {"hf-inference":{"modelId":"meta-llama/Llama-3.1-8B-Instruct","providerModelId":"meta-llama/Llama-3.1-8B-Instruct"} } }
169175
/>
170176

171177

docs/inference-providers/providers/hyperbolic.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ 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+
24+
All supported Hyperbolic models can be found [here](https://huggingface.co/models?inference_provider=hyperbolic&sort=trending)
25+
26+
</Tip>
27+
2228
<div class="flex justify-center">
2329
<a href="https://hyperbolic.xyz/" target="_blank">
2430
<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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ For more details, check out the `generate.ts` script: https://github.com/hugging
1919

2020
# Nebius
2121

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

6571
<InferenceSnippet
6672
pipeline=feature-extraction
67-
providersMapping={ {"nebius":{"modelId":"intfloat/e5-mistral-7b-instruct","providerModelId":"intfloat/e5-mistral-7b-instruct"} } }
73+
providersMapping={ {"nebius":{"modelId":"Qwen/Qwen3-Embedding-8B","providerModelId":"Qwen/Qwen3-Embedding-8B"} } }
6874
/>
6975

7076

docs/inference-providers/providers/novita.md

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

2020
# Novita
2121

22+
<Tip>
23+
24+
All supported Novita models can be found [here](https://huggingface.co/models?inference_provider=novita&sort=trending)
25+
26+
</Tip>
27+
2228
<div class="flex justify-center">
2329
<a href="https://novita.ai/" target="_blank">
2430
<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)