Skip to content

Commit 46015b9

Browse files
techpro-aimlapigitbook-bot
authored andcommitted
GITBOOK-584: docs: minor fixes
1 parent 75ad0c2 commit 46015b9

2 files changed

Lines changed: 36 additions & 4 deletions

File tree

docs/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
* [gemma-3](api-references/text-models-llm/google/gemma-3.md)
6666
* [gemma-3n-4b](api-references/text-models-llm/google/gemma-3n-4b.md)
6767
* [Gryphe](api-references/text-models-llm/gryphe/README.md)
68-
* [MythoMax L2 13b](api-references/text-models-llm/gryphe/mythomax-l2-13b.md)
68+
* [MythoMax L2 (13b)](api-references/text-models-llm/gryphe/mythomax-l2-13b.md)
6969
* [Meta](api-references/text-models-llm/Meta/README.md)
7070
* [Llama-3-chat-hf](api-references/text-models-llm/Meta/Llama-3-chat-hf.md)
7171
* [Llama-3-8B-Instruct-Lite](api-references/text-models-llm/Meta/Meta-Llama-3-8B-Instruct-Lite.md)

docs/api-references/text-models-llm/gryphe/mythomax-l2-13b.md

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MythoMax L2 13b
1+
# MythoMax L2 (13b)
22

33
{% columns %}
44
{% column width="66.66666666666666%" %}
@@ -22,9 +22,41 @@ This model represents a pinnacle in the evolution of LLMs, specifically tailored
2222

2323
If you don’t have an API key for the AI/ML API yet, feel free to use our [Quickstart guide](https://docs.aimlapi.com/quickstart/setting-up).
2424

25-
## Submit a request
25+
## How to Make a Call
2626

27-
### API Schema
27+
<details>
28+
29+
<summary>Step-by-Step Instructions</summary>
30+
31+
:digit\_one: **Setup You Can’t Skip**
32+
33+
: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).\
34+
: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.
35+
36+
:digit\_two: **Copy the code example**
37+
38+
At the bottom of this page, you'll find [a code example](mythomax-l2-13b.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.
39+
40+
:digit\_three: **Modify the code example**
41+
42+
:black\_small\_square: Replace `<YOUR_AIMLAPI_KEY>` with your actual AI/ML API key from your account.\
43+
:black\_small\_square: Insert your question or request into the `content` field—this is what the model will respond to.
44+
45+
:digit\_four: <sup><sub><mark style="background-color:yellow;">**(Optional)**<mark style="background-color:yellow;"><sub></sup>**&#x20;Adjust other optional parameters if needed**
46+
47+
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](mythomax-l2-13b.md#api-schema), which lists all available parameters along with notes on how to use them.
48+
49+
:digit\_five: **Run your modified code**
50+
51+
Run your modified code in your development environment. Response time depends on various factors, but for simple prompts it rarely exceeds a few seconds.
52+
53+
{% hint style="success" %}
54+
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).
55+
{% endhint %}
56+
57+
</details>
58+
59+
## API Schema
2860

2961
{% openapi-operation spec="mythomax-l2-13b" path="/v1/chat/completions" method="post" %}
3062
[OpenAPI mythomax-l2-13b](https://raw.githubusercontent.com/aimlapi/api-docs/refs/heads/main/docs/api-references/text-models-llm/Gryphe/mythomax-l2-13b.json)

0 commit comments

Comments
 (0)