Skip to content

Commit 8fd1495

Browse files
authored
Adding dark&light versions of first-api-call.md thumbnail (#1827)
1 parent 5110944 commit 8fd1495

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/inference-providers/guides/first-api-call.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Your First Inference Provider Call
22

3+
<div class="flex justify-center">
4+
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers-guides/first-api-call-thumbnail-light.png"/>
5+
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers-guides/first-api-call-thumbnail-dark.png"/>
6+
</div>
7+
38
In this guide we're going to help you make your first API call with Inference Providers.
49

510
Many developers avoid using open source AI models because they assume deployment is complex. This guide will show you how to use a state-of-the-art model in under five minutes, with no infrastructure setup required.
@@ -243,4 +248,4 @@ Now that you've seen how easy it is to use AI models, you might wonder:
243248
- How does billing work?
244249
- What other models can you use?
245250

246-
Continue to the next guide to understand the provider ecosystem and make informed choices about authentication and billing.
251+
Continue to the next guide to understand the provider ecosystem and make informed choices about authentication and billing.

0 commit comments

Comments
 (0)