Skip to content

Commit 751ac5a

Browse files
committed
add titles to toc
1 parent 6a2660e commit 751ac5a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/api-inference/hub-integration.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,27 @@ It is also possible to select all or multiple providers and filter their availab
2222

2323
Several Hugging Face features utilize Inference Providers and count towards your monthly credits. The included monthly credits for PRO and Enterprise should cover moderate usage of these features for most users.
2424

25-
- [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.
25+
### Inference Widgets
26+
27+
Interactive widgets available on model pages (e.g. [deepseek-ai/DeepSeek-V3-0324](https://huggingface.co/deepseek-ai/DeepSeek-V3-0324)). This is the entry point to quickly test a model on the Hub.
2628

2729
<div class="flex justify-center">
2830
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/widget-select-provider-light.png"/>
2931
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/widget-select-provider-dark.png"/>
3032
</div>
3133

32-
- [Inference Playground](https://huggingface.co/playground): A comprehensive chat interface supporting various models and providers.
34+
### Inference Playground
35+
36+
A comprehensive chat interface supporting various models and providers available at https://huggingface.co/playground.
3337

3438
<div class="flex justify-center">
3539
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/playground-example-light.png"/>
3640
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/playground-example-dark.png"/>
3741
</div>
3842

39-
- [Data Studio AI](https://huggingface.co/datasets/open-r1/codeforces-cots/viewer): Converts text to SQL queries for datasets.
43+
### Data Studio AI
44+
45+
Converts text to SQL queries on dataset pages (e.g. [open-r1/codeforces-cots](https://huggingface.co/datasets/open-r1/codeforces-cots/viewer)).
4046

4147
<div class="flex justify-center">
4248
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/data-studio-example-light.png"/>

0 commit comments

Comments
 (0)