@@ -7,15 +7,15 @@ Inference Providers is tightly integrated with the Hugging Face Hub. No matter w
77When listing models on the Hub, you can filter to select models deployed on the inference provider of your choice. For example, to list all models deployed on Fireworks AI infra: https://huggingface.co/models?inference_provider=fireworks-ai .
88
99<div class =" flex justify-center " >
10- <img class="block light:hidden " src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/models-filter-by-provider-light.png"/>
11- <img class="block dark:hidden " src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/models-filter-by-provider-dark.png"/>
10+ <img class="hidden dark:block " src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/models-filter-by-provider-light.png"/>
11+ <img class="hidden dark:block " src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/models-filter-by-provider-dark.png"/>
1212</div >
1313
1414It is also possible to select all or multiple providers and filter their available models: https://huggingface.co/models?inference_provider=all .
1515
1616<div class =" flex justify-center " >
17- <img class="block light :hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/models-filter-any-provider-light.png"/>
18- <img class="block dark:hidden " src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/models-filter-any-provider-dark.png"/>
17+ <img class="block dark :hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/models-filter-any-provider-light.png"/>
18+ <img class="hidden dark:block " src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/models-filter-any-provider-dark.png"/>
1919</div >
2020
2121## Features using Inference Providers
@@ -25,22 +25,22 @@ Several Hugging Face features utilize Inference Providers and count towards your
2525- [ Inference Widgets] ( https://huggingface.co/deepseek-ai/DeepSeek-V3-0324 ) : Interactive widgets available on model pages. This is the entry point to quickly test a model on the Hub.
2626
2727<div class =" flex justify-center " >
28- <img class="block light :hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/widget-select-provider-light.png"/>
29- <img class="block dark:hidden " src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/widget-select-provider-dark.png"/>
28+ <img class="block dark :hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/widget-select-provider-light.png"/>
29+ <img class="hidden dark:block " src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/widget-select-provider-dark.png"/>
3030</div >
3131
3232- [ Inference Playground] ( https://huggingface.co/playground ) : A comprehensive chat interface supporting various models and providers.
3333
3434<div class =" flex justify-center " >
35- <img class="block light :hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/playground-example-light.png"/>
36- <img class="block dark:hidden " src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/playground-example-dark.png"/>
35+ <img class="block dark :hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/playground-example-light.png"/>
36+ <img class="hidden dark:block " src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/playground-example-dark.png"/>
3737</div >
3838
3939- [ Data Studio AI] ( https://huggingface.co/datasets/open-r1/codeforces-cots/viewer ) : Converts text to SQL queries for datasets.
4040
4141<div class =" flex justify-center " >
42- <img class="block light :hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/data-studio-example-light.png"/>
43- <img class="block dark:hidden " src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/data-studio-example-dark.png"/>
42+ <img class="block dark :hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/data-studio-example-light.png"/>
43+ <img class="hidden dark:block " src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/data-studio-example-dark.png"/>
4444</div >
4545
4646## User Settings
@@ -49,13 +49,13 @@ In your user account settings, you are able to:
4949- set your own API keys for the providers you’ve signed up with. If you don't, your requests will be billed on your HF account. More details in the [ billing section] ( ./pricing#routed-requests-vs-direct-calls ) .
5050
5151<div class =" flex justify-center " >
52- <img class="block light :hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/set-custom-key-light.png"/>
53- <img class="block dark:hidden " src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/set-custom-key-dark.png"/>
52+ <img class="block dark :hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/set-custom-key-light.png"/>
53+ <img class="hidden dark:block " src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/set-custom-key-dark.png"/>
5454</div >
5555
5656- order providers by preference. This applies to the widget and code snippets in the model pages.
5757
5858<div class =" flex justify-center " >
59- <img class="block light :hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/provider-list-light.png"/>
60- <img class="block dark:hidden " src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/provider-list-dark.png"/>
59+ <img class="block dark :hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/provider-list-light.png"/>
60+ <img class="hidden dark:block " src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/provider-list-dark.png"/>
6161</div >
0 commit comments