You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/quickstart/u9q0-g/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
---
2
2
description: >-
3
3
Access leading AI models (GPT-4o, Gemini, and others) through a single unified
4
-
API. Initial setup usually takes just a few minutes. New accounts can make up
5
-
to 10 free requests per hour.
4
+
API. Initial setup takes just a few minutes. New accounts can make up to 10
5
+
free requests per hour.
6
6
icon: hand-wave
7
7
---
8
8
@@ -61,7 +61,7 @@ Each language has recommended environments for running code samples.
61
61
<table data-header-hidden><thead><tr><th width="196.9332275390625" valign="top"></th><th></th></tr></thead><tbody><tr><td valign="top"><strong>cURL</strong></td><td><ul><li><a href="https://reqbin.com/curl">REQBIN</a> is a web-based REST client that lets you quickly run cURL requests directly in your browser, without installing any tools.</li><li><a href="https://git-scm.com/install/windows">Git Bash</a> (Windows) or the built-in Terminal (macOS/Linux) allow you to run cURL examples and other command-line tools locally. </li></ul></td></tr><tr><td valign="top"><strong>Python</strong></td><td><ul><li><a href="https://jupyter.org/try-jupyter/notebooks/?path=Untitled.ipynb">Jupyter Notebook</a> is a popular online environment for running Python code and is the fastest option if you do not want to install anything locally.</li><li><a href="https://code.visualstudio.com/download">Visual Studio Code</a> (VS Code) is a lightweight and widely used code editor that supports both Python and Node.js. It is suitable for running and debugging local examples and for working on real projects.</li></ul></td></tr><tr><td valign="top"><strong>JavaScript</strong></td><td><ul><li><a href="https://code.visualstudio.com/download">Visual Studio Code</a> (VS Code)</li></ul></td></tr></tbody></table>
62
62
63
63
{% hint style="info" %}
64
-
In the examples below for JavaScript and Python, we use the [**REST API SDK**](../supported-sdks.md#rest-api). This approach works with all of our APIs, but it is not the only way to integrate. You can use [**other supported SDKs**](../supported-sdks.md), or make direct requests using **cURL** without any SDK.
64
+
In the examples below for cURL, JavaScript and Python, we use the [**REST API**](../supported-sdks.md#rest-api). This approach works with all of our APIs, but it is not the only way to integrate. You can use [**other supported SDKs**](../supported-sdks.md).
65
65
{% endhint %}
66
66
67
67
## Making an API Call
@@ -72,7 +72,7 @@ If you want to get started really quickly, choose one of the four expandable sec
72
72
Each one contains instructions for calling our model using different tools and environments. \
73
73
The first two options are especially simple and suitable even for beginners.
74
74
75
-
For completeness, we also walk through the same example step by step for each language [later in this guide](./#code-explanation).
75
+
For completeness, the same example is explained in detail in the [Code Step-by-Step](./#code-step-by-step-explanation) section.
76
76
77
77
{% tabs %}
78
78
{% tab title="cURL" %}
@@ -418,7 +418,7 @@ The city is famous for its iconic Golden Gate Bridge, an engineering marvel and
418
418
419
419
***
420
420
421
-
## Code Step-by-Step Explanation
421
+
## Code Step-by-Step
422
422
423
423
Below is a step-by-step explanation of the same API call in three variants: cURL, JavaScript, and Python. All three examples send an identical request to the `google/gemma-3-4b-it` chat model.
Copy file name to clipboardExpand all lines: docs/quickstart/u9q0-g/u9q0.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Requesting more advanced models
2
2
3
-
This guide uses a more advanced model, GPT-4o. If you need help with API keys or environment configuration, go back to the previous step and follow [the detailed quickstart guide](../setting-up.md) for the free Gemma 3 model.
3
+
This guide uses a more advanced model, GPT-4o. If you need help with API keys or environment configuration, go back to the previous step and follow [the detailed quickstart guide](./) for the free Gemma 3 model.
0 commit comments