Skip to content

Commit 581efb8

Browse files
techpro-aimlapigitbook-bot
authored andcommitted
GITBOOK-566: docs: fix alignment issues
1 parent 81c67b1 commit 581efb8

14 files changed

Lines changed: 106 additions & 106 deletions

docs/api-references/image-models/topaz-labs/sharpen-generative.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Sharpen Generative
22

33
{% columns %}
4-
{% column width="75%" %}
4+
{% column width="66.66666666666666%" %}
55
{% hint style="info" %}
66
This documentation is valid for the following list of our models:
77

88
* `topaz-labs/sharpen-gen`
99
{% endhint %}
1010
{% endcolumn %}
1111

12-
{% column width="25%" %}
12+
{% column width="33.33333333333334%" %}
1313

1414
{% endcolumn %}
1515
{% endcolumns %}

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Qwen2.5-72B-Instruct-Turbo
22

33
{% columns %}
4-
{% column %}
4+
{% column width="66.66666666666666%" %}
55
{% hint style="info" %}
6-
This documentation is valid for the following model:
6+
This documentation is valid for the following list of our models:
77

88
* `Qwen/Qwen2.5-72B-Instruct-Turbo`
99
{% endhint %}
1010
{% endcolumn %}
1111

12-
{% column %}
12+
{% column width="33.33333333333334%" %}
1313
<a href="https://aimlapi.com/app/qwen/qwen2-5-72b-instruct-turbo" class="button primary">Try in Playground</a>
1414
{% endcolumn %}
1515
{% endcolumns %}
@@ -24,25 +24,25 @@ A state-of-the-art large language model designed for a variety of natural langua
2424

2525
<summary>Step-by-Step Instructions</summary>
2626

27-
#### :digit\_one: Setup You Can’t Skip
27+
:digit\_one: **Setup You Can’t Skip**
2828

2929
:black\_small\_square: [**Create an Account**](https://aimlapi.com/app/sign-up): Visit the AI/ML API website and create an account (if you don’t have one yet).\
3030
:black\_small\_square: [**Generate an API Key**](https://aimlapi.com/app/keys): After logging in, navigate to your account dashboard and generate your API key. Ensure that key is enabled on UI.
3131

32-
#### :digit\_two: Copy the code example
32+
:digit\_two: **Copy the code example**
3333

3434
At the bottom of this page, you'll find [a code example](Qwen2.5-72B-Instruct-Turbo.md#code-example) that shows how to structure the request. Choose the code snippet in your preferred programming language and copy it into your development environment.
3535

36-
#### :digit\_three: Modify the code example
36+
:digit\_three: **Modify the code example**
3737

3838
:black\_small\_square: Replace `<YOUR_AIMLAPI_KEY>` with your actual AI/ML API key from your account.\
3939
:black\_small\_square: Insert your question or request into the `content` field—this is what the model will respond to.
4040

41-
#### :digit\_four: <sup><sub><mark style="background-color:yellow;">(Optional)<mark style="background-color:yellow;"><sub></sup> Adjust other optional parameters if needed
41+
:digit\_four: <sup><sub><mark style="background-color:yellow;">**(Optional)**<mark style="background-color:yellow;"><sub></sup>**&#x20;Adjust other optional parameters if needed**
4242

4343
Only `model` and `messages` are required parameters for this model (and we’ve already filled them in for you in the example), but you can include optional parameters if needed to adjust the model’s behavior. Below, you can find the corresponding [API schema](Qwen2.5-72B-Instruct-Turbo.md#api-schema), which lists all available parameters along with notes on how to use them.
4444

45-
#### :digit\_five: Run your modified code
45+
:digit\_five: **Run your modified code**
4646

4747
Run your modified code in your development environment. Response time depends on various factors, but for simple prompts it rarely exceeds a few seconds.
4848

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Qwen2.5-7B-Instruct-Turbo
22

33
{% columns %}
4-
{% column %}
4+
{% column width="66.66666666666666%" %}
55
{% hint style="info" %}
6-
This documentation is valid for the following model:
6+
This documentation is valid for the following list of our models:
77

88
* `Qwen/Qwen2.5-7B-Instruct-Turbo`
99
{% endhint %}
1010
{% endcolumn %}
1111

12-
{% column %}
12+
{% column width="33.33333333333334%" %}
1313
<a href="https://aimlapi.com/app/qwen/qwen2-5-7b-instruct-turbo" class="button primary">Try in Playground</a>
1414
{% endcolumn %}
1515
{% endcolumns %}
@@ -24,25 +24,25 @@ A cutting-edge large language model designed to understand and generate text bas
2424

2525
<summary>Step-by-Step Instructions</summary>
2626

27-
#### :digit\_one: Setup You Can’t Skip
27+
:digit\_one: **Setup You Can’t Skip**
2828

2929
:black\_small\_square: [**Create an Account**](https://aimlapi.com/app/sign-up): Visit the AI/ML API website and create an account (if you don’t have one yet).\
3030
:black\_small\_square: [**Generate an API Key**](https://aimlapi.com/app/keys): After logging in, navigate to your account dashboard and generate your API key. Ensure that key is enabled on UI.
3131

32-
#### :digit\_two: Copy the code example
32+
:digit\_two: **Copy the code example**
3333

3434
At the bottom of this page, you'll find [a code example](Qwen2.5-7B-Instruct-Turbo.md#code-example) that shows how to structure the request. Choose the code snippet in your preferred programming language and copy it into your development environment.
3535

36-
#### :digit\_three: Modify the code example
36+
:digit\_three: **Modify the code example**
3737

3838
:black\_small\_square: Replace `<YOUR_AIMLAPI_KEY>` with your actual AI/ML API key from your account.\
3939
:black\_small\_square: Insert your question or request into the `content` field—this is what the model will respond to.
4040

41-
#### :digit\_four: <sup><sub><mark style="background-color:yellow;">(Optional)<mark style="background-color:yellow;"><sub></sup> Adjust other optional parameters if needed
41+
:digit\_four: <sup><sub><mark style="background-color:yellow;">**(Optional)**<mark style="background-color:yellow;"><sub></sup>**&#x20;Adjust other optional parameters if needed**
4242

4343
Only `model` and `messages` are required parameters for this model (and we’ve already filled them in for you in the example), but you can include optional parameters if needed to adjust the model’s behavior. Below, you can find the corresponding [API schema](Qwen2.5-7B-Instruct-Turbo.md#api-schema), which lists all available parameters along with notes on how to use them.
4444

45-
#### :digit\_five: Run your modified code
45+
:digit\_five: **Run your modified code**
4646

4747
Run your modified code in your development environment. Response time depends on various factors, but for simple prompts it rarely exceeds a few seconds.
4848

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Qwen2.5-Coder-32B-Instruct
22

33
{% columns %}
4-
{% column %}
4+
{% column width="66.66666666666666%" %}
55
{% hint style="info" %}
6-
This documentation is valid for the following model:
6+
This documentation is valid for the following list of our models:
77

88
* `Qwen/Qwen2.5-Coder-32B-Instruct`
99
{% endhint %}
1010
{% endcolumn %}
1111

12-
{% column %}
12+
{% column width="33.33333333333334%" %}
1313
<a href="https://aimlapi.com/app/qwen/qwen2-5-coder-32b-instruct" class="button primary">Try in Playground</a>
1414
{% endcolumn %}
1515
{% endcolumns %}
@@ -24,25 +24,25 @@ The 32B variant of the latest code-focused model series (formerly CodeQwen). The
2424

2525
<summary>Step-by-Step Instructions</summary>
2626

27-
#### :digit\_one: Setup You Can’t Skip
27+
:digit\_one: **Setup You Can’t Skip**
2828

2929
:black\_small\_square: [**Create an Account**](https://aimlapi.com/app/sign-up): Visit the AI/ML API website and create an account (if you don’t have one yet).\
3030
:black\_small\_square: [**Generate an API Key**](https://aimlapi.com/app/keys): After logging in, navigate to your account dashboard and generate your API key. Ensure that key is enabled on UI.
3131

32-
#### :digit\_two: Copy the code example
32+
:digit\_two: **Copy the code example**
3333

3434
At the bottom of this page, you'll find [a code example](Qwen2.5-Coder-32B-Instruct.md#code-example) that shows how to structure the request. Choose the code snippet in your preferred programming language and copy it into your development environment.
3535

36-
#### :digit\_three: Modify the code example
36+
:digit\_three: **Modify the code example**
3737

3838
:black\_small\_square: Replace `<YOUR_AIMLAPI_KEY>` with your actual AI/ML API key from your account.\
3939
:black\_small\_square: Insert your question or request into the `content` field—this is what the model will respond to.
4040

41-
#### :digit\_four: <sup><sub><mark style="background-color:yellow;">(Optional)<mark style="background-color:yellow;"><sub></sup> Adjust other optional parameters if needed
41+
:digit\_four: <sup><sub><mark style="background-color:yellow;">**(Optional)**<mark style="background-color:yellow;"><sub></sup>**&#x20;Adjust other optional parameters if needed**
4242

4343
Only `model` and `messages` are required parameters for this model (and we’ve already filled them in for you in the example), but you can include optional parameters if needed to adjust the model’s behavior. Below, you can find the corresponding [API schema](Qwen2.5-Coder-32B-Instruct.md#api-schema), which lists all available parameters along with notes on how to use them.
4444

45-
#### :digit\_five: Run your modified code
45+
:digit\_five: **Run your modified code**
4646

4747
Run your modified code in your development environment. Response time depends on various factors, but for simple prompts it rarely exceeds a few seconds.
4848

docs/api-references/text-models-llm/Anthracite/magnum-v4.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# magnum-v4
22

33
{% columns %}
4-
{% column %}
4+
{% column width="66.66666666666666%" %}
55
{% hint style="info" %}
6-
This documentation is valid for the following model:
6+
This documentation is valid for the following list of our models:
77

88
* `anthracite-org/magnum-v4-72b`
99
{% endhint %}
1010
{% endcolumn %}
1111

12-
{% column %}
12+
{% column width="33.33333333333334%" %}
1313
<a href="https://aimlapi.com/app/anthracite-org/magnum-v4-72b" class="button primary">Try in Playground</a>
1414
{% endcolumn %}
1515
{% endcolumns %}
@@ -24,25 +24,25 @@ A LLM fine-tuned on top of Qwen2.5, specifically designed to replicate the prose
2424

2525
<summary>Step-by-Step Instructions</summary>
2626

27-
#### :digit\_one: Setup You Can’t Skip
27+
:digit\_one: **Setup You Can’t Skip**
2828

2929
:black\_small\_square: [**Create an Account**](https://aimlapi.com/app/sign-up): Visit the AI/ML API website and create an account (if you don’t have one yet).\
3030
:black\_small\_square: [**Generate an API Key**](https://aimlapi.com/app/keys): After logging in, navigate to your account dashboard and generate your API key. Ensure that key is enabled on UI.
3131

32-
#### :digit\_two: Copy the code example
32+
:digit\_two: **Copy the code example**
3333

3434
At the bottom of this page, you'll find [a code example](magnum-v4.md#code-example) that shows how to structure the request. Choose the code snippet in your preferred programming language and copy it into your development environment.
3535

36-
#### :digit\_three: Modify the code example
36+
:digit\_three: **Modify the code example**
3737

3838
:black\_small\_square: Replace `<YOUR_AIMLAPI_KEY>` with your actual AI/ML API key from your account.\
3939
:black\_small\_square: Insert your question or request into the `content` field—this is what the model will respond to.
4040

41-
#### :digit\_four: <sup><sub><mark style="background-color:yellow;">(Optional)<mark style="background-color:yellow;"><sub></sup> Adjust other optional parameters if needed
41+
:digit\_four: <sup><sub><mark style="background-color:yellow;">**(Optional)**<mark style="background-color:yellow;"><sub></sup>**&#x20;Adjust other optional parameters if needed**
4242

4343
Only `model` and `messages` are required parameters for this model (and we’ve already filled them in for you in the example), but you can include optional parameters if needed to adjust the model’s behavior. Below, you can find the corresponding [API schema](magnum-v4.md#api-schema), which lists all available parameters along with notes on how to use them.
4444

45-
#### :digit\_five: Run your modified code
45+
:digit\_five: **Run your modified code**
4646

4747
Run your modified code in your development environment. Response time depends on various factors, but for simple prompts it rarely exceeds a few seconds.
4848

docs/api-references/text-models-llm/alibaba-cloud/qwen-qwq-32b.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Qwen-QwQ-32B
22

33
{% columns %}
4-
{% column %}
4+
{% column width="66.66666666666666%" %}
55
{% hint style="info" %}
6-
This documentation is valid for the following model:
6+
This documentation is valid for the following list of our models:
77

88
* `Qwen/QwQ-32B`
99
{% endhint %}
1010
{% endcolumn %}
1111

12-
{% column %}
12+
{% column width="33.33333333333334%" %}
1313
<a href="https://aimlapi.com/app/qwen/qwq-32b" class="button primary">Try in Playground</a>
1414
{% endcolumn %}
1515
{% endcolumns %}
@@ -24,25 +24,25 @@ A compact reasoning model designed to tackle complex problem-solving tasks. Achi
2424

2525
<summary>Step-by-Step Instructions</summary>
2626

27-
#### :digit\_one: Setup You Can’t Skip
27+
:digit\_one: **Setup You Can’t Skip**
2828

2929
:black\_small\_square: [**Create an Account**](https://aimlapi.com/app/sign-up): Visit the AI/ML API website and create an account (if you don’t have one yet).\
3030
:black\_small\_square: [**Generate an API Key**](https://aimlapi.com/app/keys): After logging in, navigate to your account dashboard and generate your API key. Ensure that key is enabled on UI.
3131

32-
#### :digit\_two: Copy the code example
32+
:digit\_two: **Copy the code example**
3333

3434
At the bottom of this page, you'll find [a code example](qwen-qwq-32b.md#code-example) that shows how to structure the request. Choose the code snippet in your preferred programming language and copy it into your development environment.
3535

36-
#### :digit\_three: Modify the code example
36+
:digit\_three: **Modify the code example**
3737

3838
:black\_small\_square: Replace `<YOUR_AIMLAPI_KEY>` with your actual AI/ML API key from your account.\
3939
:black\_small\_square: Insert your question or request into the `content` field—this is what the model will respond to.
4040

41-
#### :digit\_four: <sup><sub><mark style="background-color:yellow;">(Optional)<mark style="background-color:yellow;"><sub></sup> Adjust other optional parameters if needed
41+
:digit\_four: <sup><sub><mark style="background-color:yellow;">**(Optional)**<mark style="background-color:yellow;"><sub></sup>**&#x20;Adjust other optional parameters if needed**
4242

4343
Only `model` and `messages` are required parameters for this model (and we’ve already filled them in for you in the example), but you can include optional parameters if needed to adjust the model’s behavior. Below, you can find the corresponding [API schema](qwen-qwq-32b.md#api-schema), which lists all available parameters along with notes on how to use them.
4444

45-
#### :digit\_five: Run your modified code
45+
:digit\_five: **Run your modified code**
4646

4747
Run your modified code in your development environment. Response time depends on various factors, but for simple prompts it rarely exceeds a few seconds.
4848

docs/api-references/text-models-llm/alibaba-cloud/qwen3-235b-a22b-thinking-2507.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# qwen3-235b-a22b-thinking-2507
22

33
{% columns %}
4-
{% column %}
4+
{% column width="66.66666666666666%" %}
55
{% hint style="info" %}
6-
This documentation is valid for the following model:
6+
This documentation is valid for the following list of our models:
77

88
* `alibaba/qwen3-235b-a22b-thinking-2507`
99
{% endhint %}
1010
{% endcolumn %}
1111

12-
{% column %}
12+
{% column width="33.33333333333334%" %}
1313
<a href="https://aimlapi.com/app/alibaba/qwen3-235b-a22b-thinking-2507" class="button primary">Try in Playground</a>
1414
{% endcolumn %}
1515
{% endcolumns %}
@@ -24,25 +24,25 @@ Significantly improved performance on reasoning tasks, including logical reasoni
2424

2525
<summary>Step-by-Step Instructions</summary>
2626

27-
#### :digit\_one: Setup You Can’t Skip
27+
:digit\_one: **Setup You Can’t Skip**
2828

2929
:black\_small\_square: [**Create an Account**](https://aimlapi.com/app/sign-up): Visit the AI/ML API website and create an account (if you don’t have one yet).\
3030
:black\_small\_square: [**Generate an API Key**](https://aimlapi.com/app/keys): After logging in, navigate to your account dashboard and generate your API key. Ensure that key is enabled on UI.
3131

32-
#### :digit\_two: Copy the code example
32+
:digit\_two: **Copy the code example**
3333

3434
At the bottom of this page, you'll find [a code example](qwen3-235b-a22b-thinking-2507.md#code-example) that shows how to structure the request. Choose the code snippet in your preferred programming language and copy it into your development environment.
3535

36-
#### :digit\_three: Modify the code example
36+
:digit\_three: **Modify the code example**
3737

3838
:black\_small\_square: Replace `<YOUR_AIMLAPI_KEY>` with your actual AI/ML API key from your account.\
3939
:black\_small\_square: Insert your question or request into the `content` field—this is what the model will respond to.
4040

41-
#### :digit\_four: <sup><sub><mark style="background-color:yellow;">(Optional)<mark style="background-color:yellow;"><sub></sup> Adjust other optional parameters if needed
41+
:digit\_four: <sup><sub><mark style="background-color:yellow;">**(Optional)**<mark style="background-color:yellow;"><sub></sup>**&#x20;Adjust other optional parameters if needed**
4242

4343
Only `model` and `messages` are required parameters for this model (and we’ve already filled them in for you in the example), but you can include optional parameters if needed to adjust the model’s behavior. Below, you can find the corresponding [API schema](qwen3-235b-a22b-thinking-2507.md#api-schema), which lists all available parameters along with notes on how to use them.
4444

45-
#### :digit\_five: Run your modified code
45+
:digit\_five: **Run your modified code**
4646

4747
Run your modified code in your development environment. Response time depends on various factors, but for simple prompts it rarely exceeds a few seconds.
4848

docs/api-references/text-models-llm/alibaba-cloud/qwen3-32b.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# qwen3-32b
22

33
{% columns %}
4-
{% column %}
4+
{% column width="66.66666666666666%" %}
55
{% hint style="info" %}
6-
This documentation is valid for the following model:
6+
This documentation is valid for the following list of our models:
77

88
* `alibaba/qwen3-32b`
99
{% endhint %}
1010
{% endcolumn %}
1111

12-
{% column %}
12+
{% column width="33.33333333333334%" %}
1313
<a href="https://aimlapi.com/app/alibaba/qwen3-32b" class="button primary">Try in Playground</a>
1414
{% endcolumn %}
1515
{% endcolumns %}
@@ -24,25 +24,25 @@ A world-class model with comparable quality to DeepSeek R1 while outperforming [
2424

2525
<summary>Step-by-Step Instructions</summary>
2626

27-
#### :digit\_one: Setup You Can’t Skip
27+
:digit\_one: **Setup You Can’t Skip**
2828

2929
:black\_small\_square: [**Create an Account**](https://aimlapi.com/app/sign-up): Visit the AI/ML API website and create an account (if you don’t have one yet).\
3030
:black\_small\_square: [**Generate an API Key**](https://aimlapi.com/app/keys): After logging in, navigate to your account dashboard and generate your API key. Ensure that key is enabled on UI.
3131

32-
#### :digit\_two: Copy the code example
32+
:digit\_two: **Copy the code example**
3333

3434
At the bottom of this page, you'll find [a code example](qwen3-32b.md#code-example) that shows how to structure the request. Choose the code snippet in your preferred programming language and copy it into your development environment.
3535

36-
#### :digit\_three: Modify the code example
36+
:digit\_three: **Modify the code example**
3737

3838
:black\_small\_square: Replace `<YOUR_AIMLAPI_KEY>` with your actual AI/ML API key from your account.\
3939
:black\_small\_square: Insert your question or request into the `content` field—this is what the model will respond to.
4040

41-
#### :digit\_four: <sup><sub><mark style="background-color:yellow;">(Optional)<mark style="background-color:yellow;"><sub></sup> Adjust other optional parameters if needed
41+
:digit\_four: <sup><sub><mark style="background-color:yellow;">**(Optional)**<mark style="background-color:yellow;"><sub></sup>**&#x20;Adjust other optional parameters if needed**
4242

4343
Only `model` and `messages` are required parameters for this model (and we’ve already filled them in for you in the example), but you can include optional parameters if needed to adjust the model’s behavior. Below, you can find the corresponding [API schema](qwen3-32b.md#api-schema), which lists all available parameters along with notes on how to use them.
4444

45-
#### :digit\_five: Run your modified code
45+
:digit\_five: **Run your modified code**
4646

4747
Run your modified code in your development environment. Response time depends on various factors, but for simple prompts it rarely exceeds a few seconds.
4848

0 commit comments

Comments
 (0)