Skip to content

Commit ce504af

Browse files
techpro-aimlapigitbook-bot
authored andcommitted
GITBOOK-894: docs: add a link to browser use integration page
1 parent d5e9239 commit ce504af

143 files changed

Lines changed: 144 additions & 1006 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Open the API reference and copy a working example to integrate it into your code
1515

1616
***
1717

18-
<table data-header-hidden data-full-width="false"><thead><tr><th width="281.09991455078125" valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top"><p><strong>Start with this code block</strong><br><br>🚀 <a href="quickstart/setting-up.md"><strong>Setup guide</strong></a> <br><br>🧩 <a href="quickstart/supported-sdks.md"><strong>SDKs</strong></a> </p><p></p><p>▶️ <a href="https://aimlapi.com/app/"><strong>Run in Playground</strong></a></p></td><td valign="top"><pre class="language-python" data-overflow="wrap"><code class="lang-python">from openai import OpenAI
18+
<table data-header-hidden data-full-width="false"><thead><tr><th width="281.09991455078125" valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top"><p><strong>Start with this code block</strong><br><br>🚀 <a href="/broken/pages/ngeSCZKxiGVWqYZTHDjY"><strong>Setup guide</strong></a> <br><br>🧩 <a href="/broken/pages/7AtalEv20tLYnxLuZl2D"><strong>SDKs</strong></a> </p><p></p><p>▶️ <a href="https://aimlapi.com/app/"><strong>Run in Playground</strong></a></p></td><td valign="top"><pre class="language-python" data-overflow="wrap"><code class="lang-python">from openai import OpenAI
1919
client = OpenAI(
2020
base_url="https://api.aimlapi.com/v1",
2121
api_key="&#x3C;YOUR_AIMLAPI_KEY>",

docs/SUMMARY.md

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

55
* [🧭 Documentation Map](README.md)
6-
* [Quickstart \[OLD\]](quickstart/setting-up.md)
76
* [Quickstart](quickstart/u9q0-g/README.md)
87
* [Requesting more advanced models](quickstart/u9q0-g/u9q0.md)
9-
* [Supported SDKs \[OLD\]](quickstart/supported-sdks.md)
108
* [Supported SDKs](quickstart/u9q.md)
119

1210
## API REFERENCES
@@ -530,9 +528,9 @@
530528

531529
* [Our Integration List](integrations/our-integration-list.md)
532530
* [Agno](integrations/agno.md)
533-
* [Browser Use](integrations/browser-use.md)
534531
* [Aider](integrations/aider.md)
535532
* [AutoGPT](integrations/autogpt.md)
533+
* [Browser Use](integrations/browser-use.md)
536534
* [Cline](integrations/cline.md)
537535
* [continue.dev](integrations/continue.dev.md)
538536
* [⭐ Cursor](integrations/cursor.md)

docs/api-references/music-models/MiniMax/minimax-music-[legacy].md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Only `prompt` is a required parameter for this model (and we’ve already filled
6060
Run your modified code in your development environment. Response time depends on various factors, but for simple prompts it rarely exceeds 1 minute.
6161

6262
{% hint style="success" %}
63-
If you need a more detailed walkthrough for setting up your development environment and making a request step by step — feel free to use our [Quickstart guide](../../../quickstart/setting-up.md).
63+
If you need a more detailed walkthrough for setting up your development environment and making a request step by step — feel free to use our [Quickstart guide](/broken/pages/ngeSCZKxiGVWqYZTHDjY).
6464
{% endhint %}
6565

6666
</details>

docs/api-references/music-models/elevenlabs/eleven_music.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Only `prompt` is a required parameter for this model (and we’ve already filled
5454
Run your modified code in your development environment. Response time depends on various factors, but for simple prompts it rarely exceeds 30 seconds.
5555

5656
{% hint style="success" %}
57-
If you need a more detailed walkthrough for setting up your development environment and making a request step by step — feel free to use our [Quickstart guide](../../../quickstart/setting-up.md).
57+
If you need a more detailed walkthrough for setting up your development environment and making a request step by step — feel free to use our [Quickstart guide](/broken/pages/ngeSCZKxiGVWqYZTHDjY).
5858
{% endhint %}
5959

6060
</details>

docs/api-references/music-models/google/lyria-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Only `prompt` is a required parameter for this model (and we’ve already filled
5454
Run your modified code in your development environment. Response time depends on various factors, but for simple prompts it rarely exceeds 40 seconds.
5555

5656
{% hint style="success" %}
57-
If you need a more detailed walkthrough for setting up your development environment and making a request step by step — feel free to use our [Quickstart guide](../../../quickstart/setting-up.md).
57+
If you need a more detailed walkthrough for setting up your development environment and making a request step by step — feel free to use our [Quickstart guide](/broken/pages/ngeSCZKxiGVWqYZTHDjY).
5858
{% endhint %}
5959

6060
</details>

docs/api-references/speech-models/voice-chat/elevenlabs/v3_alpha.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Only `text` and `voice` are required parameters for this model (and we’ve alre
4545
Run your modified code in your development environment. Response time depends on various factors, but for simple prompts it rarely exceeds 5 seconds.
4646

4747
{% hint style="success" %}
48-
If you need a more detailed walkthrough for setting up your development environment and making a request step by step — feel free to use our [Quickstart guide](../../../../quickstart/setting-up.md).
48+
If you need a more detailed walkthrough for setting up your development environment and making a request step by step — feel free to use our [Quickstart guide](/broken/pages/ngeSCZKxiGVWqYZTHDjY).
4949
{% endhint %}
5050

5151
</details>

docs/api-references/text-models-llm/Alibaba-Cloud/Qwen2.5-72B-Instruct-Turbo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Depending on the model type, you can add optional parameters to control the outp
4545
Run the updated code in your development environment. Response time depends on the model and request size, but simple requests typically return quickly.
4646

4747
{% hint style="success" %}
48-
If you need a more detailed walkthrough for setting up your development environment and making a request step by step — feel free to use our [Quickstart guide](../../../quickstart/setting-up.md).
48+
If you need a more detailed walkthrough for setting up your development environment and making a request step by step — feel free to use our [Quickstart guide](/broken/pages/ngeSCZKxiGVWqYZTHDjY).
4949
{% endhint %}
5050

5151
</details>

docs/api-references/text-models-llm/Alibaba-Cloud/Qwen2.5-7B-Instruct-Turbo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Depending on the model type, you can add optional parameters to control the outp
4545
Run the updated code in your development environment. Response time depends on the model and request size, but simple requests typically return quickly.
4646

4747
{% hint style="success" %}
48-
If you need a more detailed walkthrough for setting up your development environment and making a request step by step — feel free to use our [Quickstart guide](../../../quickstart/setting-up.md).
48+
If you need a more detailed walkthrough for setting up your development environment and making a request step by step — feel free to use our [Quickstart guide](/broken/pages/ngeSCZKxiGVWqYZTHDjY).
4949
{% endhint %}
5050

5151
</details>

docs/api-references/text-models-llm/Alibaba-Cloud/qwen-max.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Depending on the model type, you can add optional parameters to control the outp
4646
Run the updated code in your development environment. Response time depends on the model and request size, but simple requests typically return quickly.
4747

4848
{% hint style="success" %}
49-
If you need a more detailed walkthrough for setting up your development environment and making a request step by step — feel free to use our [Quickstart guide](../../../quickstart/setting-up.md).
49+
If you need a more detailed walkthrough for setting up your development environment and making a request step by step — feel free to use our [Quickstart guide](/broken/pages/ngeSCZKxiGVWqYZTHDjY).
5050
{% endhint %}
5151

5252
</details>

docs/api-references/text-models-llm/Alibaba-Cloud/qwen-plus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Depending on the model type, you can add optional parameters to control the outp
4545
Run the updated code in your development environment. Response time depends on the model and request size, but simple requests typically return quickly.
4646

4747
{% hint style="success" %}
48-
If you need a more detailed walkthrough for setting up your development environment and making a request step by step — feel free to use our [Quickstart guide](../../../quickstart/setting-up.md).
48+
If you need a more detailed walkthrough for setting up your development environment and making a request step by step — feel free to use our [Quickstart guide](/broken/pages/ngeSCZKxiGVWqYZTHDjY).
4949
{% endhint %}
5050

5151
</details>

0 commit comments

Comments
 (0)