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/api-references/music-models/MiniMax/minimax-music-[legacy].md
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,12 @@ An advanced AI model that generates diverse high-quality audio compositions by a
14
14
15
15
<summary>Step-by-Step Instructions</summary>
16
16
17
-
#### :digit\_one: Setup You Can’t Skip
17
+
:digit\_one: **Setup You Can’t Skip**
18
18
19
19
: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).\
20
20
: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.
21
21
22
-
#### :digit\_two: Copy the code example
22
+
:digit\_two: **Copy the code example**
23
23
24
24
At the bottom of this page, you'll find [a code example](minimax-music-\[legacy].md#quick-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.
25
25
@@ -32,7 +32,7 @@ Generating a music piece using this model involves sequentially calling two endp
32
32
The code example combines both endpoint calls.
33
33
{% endhint %}
34
34
35
-
#### :digit\_three: Modify the code example
35
+
:digit\_three: **Modify the code example**
36
36
37
37
:black\_small\_square: Replace `<YOUR_AIMLAPI_KEY>` with your actual AI/ML API key from your account.\
38
38
:black\_small\_square: Provide your lyrics via the `prompt` parameter. The model will use it to generate a song.
@@ -43,11 +43,11 @@ Keep in mind that the maximum length of generated audio is 1 minute. If you prov
43
43
44
44
:black\_small\_square: Via `reference_audio_url` parameter, provide a URL to a reference track from which the model will extract the genre, style, tempo, vocal and instrument timbres, and the overall mood of the piece.
45
45
46
-
#### :digit\_four: <sup><sub><markstyle="background-color:yellow;">(Optional)<markstyle="background-color:yellow;"><sub></sup>Adjust other optional parameters if needed
46
+
:digit\_four: <sup><sub><markstyle="background-color:yellow;">**(Optional)**<markstyle="background-color:yellow;"><sub></sup>** Adjust other optional parameters if needed**
47
47
48
48
Only `prompt` is a required parameter for this model (and we’ve already filled it 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](minimax-music-\[legacy].md#api-schemas) ("Generate a music sample"), which lists all available parameters along with notes on how to use them.
49
49
50
-
#### :digit\_five: Run your modified code
50
+
:digit\_five: **Run your modified code**
51
51
52
52
Run your modified code in your development environment. Response time depends on various factors, but for simple prompts it rarely exceeds 1 minute.
53
53
@@ -57,6 +57,24 @@ If you need a more detailed walkthrough for setting up your development environm
57
57
58
58
</details>
59
59
60
+
## API Schemas
61
+
62
+
### Generate a music sample
63
+
64
+
This endpoint creates and sends a music generation task to the server — and returns a generation ID and the task status.
### Retrieve the generated music sample from the server <ahref="#retrieve-the-generated-video-from-the-server"id="retrieve-the-generated-video-from-the-server"></a>
71
+
72
+
After sending a request for music generation, this task is added to the queue. Based on the service's load, the generation can be completed in 50-60 seconds or take a bit more.
### Retrieve the generated music sample from the server <ahref="#retrieve-the-generated-video-from-the-server"id="retrieve-the-generated-video-from-the-server"></a>
337
-
338
-
After sending a request for music generation, this task is added to the queue. Based on the service's load, the generation can be completed in 50-60 seconds or take a bit more.
Copy file name to clipboardExpand all lines: docs/api-references/music-models/MiniMax/music-01.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,25 @@ An advanced AI model that generates diverse high-quality audio compositions by a
12
12
13
13
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).
14
14
15
+
## API Schemas
16
+
17
+
### Upload a reference sample
18
+
19
+
This endpoint uploads a reference music piece to the server, analyzes it, and returns identifiers for the voice and/or instrumental patterns to use later.
This endpoint uploads a reference music piece to the server, analyzes it, and returns identifiers for the voice and/or instrumental patterns to use later.
Copy file name to clipboardExpand all lines: docs/api-references/music-models/elevenlabs/eleven_music.md
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,12 @@ An advanced audio generation model designed to create high-quality audio tracks
14
14
15
15
<summary>Step-by-Step Instructions</summary>
16
16
17
-
#### :digit\_one: Setup You Can’t Skip
17
+
:digit\_one: **Setup You Can’t Skip**
18
18
19
19
: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).\
20
20
: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.
21
21
22
-
#### :digit\_two: Copy the code example
22
+
:digit\_two: **Copy the code example**
23
23
24
24
At the bottom of this page, you'll find [a code example](eleven_music.md#full-example-generating-and-retrieving-the-video-from-the-server) that shows how to structure the request. Choose the code snippet in your preferred programming language and copy it into your development environment.
25
25
@@ -32,16 +32,16 @@ Generating a music piece using this model involves sequentially calling two endp
32
32
The code example combines both endpoint calls.
33
33
{% endhint %}
34
34
35
-
#### :digit\_three: Modify the code example
35
+
:digit\_three: **Modify the code example**
36
36
37
37
:black\_small\_square: Replace `<YOUR_AIMLAPI_KEY>` with your actual AI/ML API key from your account.\
38
38
:black\_small\_square: Provide your instructions via the `prompt` parameter. The model will use them to generate a musical composition.
39
39
40
-
#### :digit\_four: <sup><sub><markstyle="background-color:yellow;">(Optional)<markstyle="background-color:yellow;"><sub></sup>Adjust other optional parameters if needed
40
+
:digit\_four: <sup><sub><markstyle="background-color:yellow;">**(Optional)**<markstyle="background-color:yellow;"><sub></sup>** Adjust other optional parameters if needed**
41
41
42
42
Only `prompt` is a required parameter for this model (and we’ve already filled it 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](eleven_music.md#api-schemas) ("Generate a music sample"), which lists all available parameters along with notes on how to use them.
43
43
44
-
#### :digit\_five: Run your modified code
44
+
:digit\_five: **Run your modified code**
45
45
46
46
Run your modified code in your development environment. Response time depends on various factors, but for simple prompts it rarely exceeds 30 seconds.
47
47
@@ -51,6 +51,24 @@ If you need a more detailed walkthrough for setting up your development environm
51
51
52
52
</details>
53
53
54
+
## API Schemas
55
+
56
+
### Generate a music sample
57
+
58
+
This endpoint creates and sends a music generation task to the server — and returns a generation ID and the task status.
### Retrieve the generated music sample from the server <ahref="#retrieve-the-generated-video-from-the-server"id="retrieve-the-generated-video-from-the-server"></a>
65
+
66
+
After sending a request for music generation, this task is added to the queue. Based on the service's load, the generation can be completed in 30-40 seconds or take a bit more.
### Retrieve the generated music sample from the server <ahref="#retrieve-the-generated-video-from-the-server"id="retrieve-the-generated-video-from-the-server"></a>
165
-
166
-
After sending a request for music generation, this task is added to the queue. Based on the service's load, the generation can be completed in 30-40 seconds or take a bit more.
Copy file name to clipboardExpand all lines: docs/api-references/music-models/google/lyria-2.md
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,12 @@ An advanced audio generation model designed to create high-quality audio tracks
14
14
15
15
<summary>Step-by-Step Instructions</summary>
16
16
17
-
#### :digit\_one: Setup You Can’t Skip
17
+
:digit\_one: **Setup You Can’t Skip**
18
18
19
19
: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).\
20
20
: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.
21
21
22
-
#### :digit\_two: Copy the code example
22
+
:digit\_two: **Copy the code example**
23
23
24
24
At the bottom of this page, you'll find [a code example](lyria-2.md#full-example-generating-and-retrieving-the-video-from-the-server) that shows how to structure the request. Choose the code snippet in your preferred programming language and copy it into your development environment.
25
25
@@ -32,16 +32,16 @@ Generating a music piece using this model involves sequentially calling two endp
32
32
The code example combines both endpoint calls.
33
33
{% endhint %}
34
34
35
-
#### :digit\_three: Modify the code example
35
+
:digit\_three: **Modify the code example**
36
36
37
37
:black\_small\_square: Replace `<YOUR_AIMLAPI_KEY>` with your actual AI/ML API key from your account.\
38
38
:black\_small\_square: Provide your instructions via the `prompt` parameter. The model will use them to generate a musical composition.
39
39
40
-
#### :digit\_four: <sup><sub><markstyle="background-color:yellow;">(Optional)<markstyle="background-color:yellow;"><sub></sup>Adjust other optional parameters if needed
40
+
:digit\_four: <sup><sub><markstyle="background-color:yellow;">**(Optional)**<markstyle="background-color:yellow;"><sub></sup>** Adjust other optional parameters if needed**
41
41
42
42
Only `prompt` is a required parameter for this model (and we’ve already filled it 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](lyria-2.md#api-schemas) ("Generate a music sample"), which lists all available parameters along with notes on how to use them.
43
43
44
-
#### :digit\_five: Run your modified code
44
+
:digit\_five: **Run your modified code**
45
45
46
46
Run your modified code in your development environment. Response time depends on various factors, but for simple prompts it rarely exceeds 40 seconds.
47
47
@@ -51,6 +51,24 @@ If you need a more detailed walkthrough for setting up your development environm
51
51
52
52
</details>
53
53
54
+
## API Schemas
55
+
56
+
### Generate a music sample
57
+
58
+
This endpoint creates and sends a music generation task to the server — and returns a generation ID and the task status.
### Retrieve the generated music sample from the server <ahref="#retrieve-the-generated-video-from-the-server"id="retrieve-the-generated-video-from-the-server"></a>
65
+
66
+
After sending a request for music generation, this task is added to the queue. Based on the service's load, the generation can be completed in 30-40 seconds or take a bit more.
`"Majestic orchestral film score recorded in a top-tier London studio. A full-scale symphony orchestra delivers sweeping, cinematic music with rich emotional depth. The composition features soaring themes, dynamic contrasts, and complex harmonies. Expect powerful percussion, expressive strings, and prominent French horns and timpani. The arrangement emphasizes a dramatic narrative arc with intricate orchestrations and a profound, awe-inspiring atmosphere."`
303
321
{% endembed %}
304
-
305
-
## API Schemas
306
-
307
-
### Generate a music sample
308
-
309
-
This endpoint creates and sends a music generation task to the server — and returns a generation ID and the task status.
### Retrieve the generated music sample from the server <a href="#retrieve-the-generated-video-from-the-server" id="retrieve-the-generated-video-from-the-server"></a>
316
-
317
-
After sending a request for music generation, this task is added to the queue. Based on the service's load, the generation can be completed in30-40 seconds or take a bit more.
0 commit comments