Skip to content

Commit 2fe6bb8

Browse files
techpro-aimlapigitbook-bot
authored andcommitted
GITBOOK-882: docs: fix small issues
1 parent b273d8b commit 2fe6bb8

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/SUMMARY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
## Quickstart
44

55
* [🧭 Documentation Map](README.md)
6-
* [Quickstart](quickstart/setting-up.md)
6+
* [Quickstart \[OLD\]](quickstart/setting-up.md)
77
* [Quickstart](quickstart/u9q0-g/README.md)
88
* [Requesting more advanced models](quickstart/u9q0-g/u9q0.md)
9-
* [Supported SDKs](quickstart/supported-sdks.md)
9+
* [Supported SDKs \[OLD\]](quickstart/supported-sdks.md)
1010
* [Supported SDKs](quickstart/u9q.md)
1111

1212
## API REFERENCES

docs/quickstart/u9q0-g/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
description: >-
33
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.
66
icon: hand-wave
77
---
88

@@ -61,7 +61,7 @@ Each language has recommended environments for running code samples.
6161
<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>
6262

6363
{% 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).
6565
{% endhint %}
6666

6767
## Making an API Call
@@ -72,7 +72,7 @@ If you want to get started really quickly, choose one of the four expandable sec
7272
Each one contains instructions for calling our model using different tools and environments. \
7373
The first two options are especially simple and suitable even for beginners.
7474

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.
7676

7777
{% tabs %}
7878
{% tab title="cURL" %}
@@ -418,7 +418,7 @@ The city is famous for its iconic Golden Gate Bridge, an engineering marvel and
418418

419419
***
420420

421-
## Code Step-by-Step Explanation
421+
## Code Step-by-Step
422422

423423
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.
424424

docs/quickstart/u9q0-g/u9q0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Requesting more advanced models
22

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.
44

55
***
66

0 commit comments

Comments
 (0)