From 1b53a04f22de2296c90394312ba48b0fe318e173 Mon Sep 17 00:00:00 2001 From: Chunte Lee <68782870+Reeray@users.noreply.github.com> Date: Tue, 8 Jul 2025 17:06:34 -0700 Subject: [PATCH] Adding dark&light versions of first-api-call.md thumbnail --- docs/inference-providers/guides/first-api-call.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/inference-providers/guides/first-api-call.md b/docs/inference-providers/guides/first-api-call.md index 8bcdfc608..5331fd7ab 100644 --- a/docs/inference-providers/guides/first-api-call.md +++ b/docs/inference-providers/guides/first-api-call.md @@ -1,5 +1,10 @@ # Your First Inference Provider Call +
+ + +
+ In this guide we're going to help you make your first API call with Inference Providers. 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: - How does billing work? - What other models can you use? -Continue to the next guide to understand the provider ecosystem and make informed choices about authentication and billing. \ No newline at end of file +Continue to the next guide to understand the provider ecosystem and make informed choices about authentication and billing.