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/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
@@ -4,9 +4,7 @@ description: Learn how to get started with the AI/ML API
4
4
5
5
# 🧭 Documentation Map
6
6
7
-
This documentation portal is designed to help you choose and configure the AI **model** that best suits your needs—or one of our **solutions** (ready-to-use tools for specific practical tasks) from our available options and correctly integrate it into your code.
8
-
9
-
Have suggestions for improvement? [**Let us know!**](https://forms.aimlapi.com/doc)
7
+
This page helps you quickly find the right AI model or ready-to-use solution for your task. Open the API reference and copy a working example to integrate it into your code in minutes.
10
8
11
9
***
12
10
@@ -16,7 +14,7 @@ Have suggestions for improvement? [**Let us know!**](https://forms.aimlapi.com/d
16
14
17
15
***
18
16
19
-
<tabledata-header-hiddendata-full-width="false"><thead><tr><thwidth="281.09991455078125"valign="top"></th><thvalign="top"></th></tr></thead><tbody><tr><tdvalign="top"><p><strong>Start with this code block</strong><br><br><spandata-gb-custom-inlinedata-tag="emoji"data-code="1fa81">🪁</span> Step-by-step example:</p><p><ahref="quickstart/setting-up.md">Setting Up</a><br><br><spandata-gb-custom-inlinedata-tag="emoji"data-code="1fa81">🪁</span> Choose the SDK to use:</p><p><ahref="quickstart/supported-sdks.md">Supported SDKs</a></p></td><tdvalign="top"><preclass="language-python"data-overflow="wrap"><codeclass="lang-python">from openai import OpenAI
17
+
<tabledata-header-hiddendata-full-width="false"><thead><tr><thwidth="281.09991455078125"valign="top"></th><thvalign="top"></th></tr></thead><tbody><tr><tdvalign="top"><p><strong>Start with this code block</strong><br><br>🚀 <ahref="quickstart/setting-up.md"><strong>Setup guide</strong></a> <br><br>🧩 <ahref="quickstart/supported-sdks.md"><strong>SDKs</strong></a> </p><p></p><p>▶️ <ahref="https://aimlapi.com/app/"><strong>Run in Playground</strong></a></p></td><tdvalign="top"><preclass="language-python"data-overflow="wrap"><codeclass="lang-python">from openai import OpenAI
20
18
client = OpenAI(
21
19
base_url="https://api.aimlapi.com/v1",
22
20
api_key="<YOUR_AIMLAPI_KEY>",
@@ -26,7 +24,7 @@ model="gpt-4o",
26
24
messages=[{"role": "user", "content": "Write a one-sentence story about numbers."}]
0 commit comments