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/music-2.0.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ This endpoint generates a music piece based on the prompt (which includes style
32
32
33
33
### 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>
34
34
35
-
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.
35
+
After sending a request for music generation, this task is added to the queue.
# This is the main function of the program. From here, we sequentially call the audio generation and then repeatedly request the result from the server every 10 seconds:
87
+
# This is the main function of the program. From here, we sequentially call the audio generation and then repeatedly request the result from the server every 15 seconds:
88
88
defmain():
89
89
# Running video generation and getting a task id
90
90
gen_response = generate_audio()
@@ -234,7 +234,7 @@ Status: generating. Checking again in 15 seconds.
Copy file name to clipboardExpand all lines: docs/api-references/text-models-llm/google/gemma-3.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
# gemma-3 (4B and 12B)
2
2
3
-
<tabledata-header-hiddendata-full-width="true"><thead><tr><thwidth="546.4443969726562"valign="top"></th><thwidth="202.666748046875"valign="top"></th></tr></thead><tbody><tr><tdvalign="top"><divdata-gb-custom-blockdata-tag="hint"data-style="info"class="hint hint-info"><p>This documentation is valid for the following list of our models:</p><ul><li><code>google/gemma-3-4b-it</code></li><li><code>google/gemma-3-12b-it</code></li></ul></div></td><tdvalign="top"><br><ahref="https://aimlapi.com/app/google/gemma-3-4b-it"class="button primary">Try in Playground</a><br><ahref="https://aimlapi.com/app/google/gemma-3-12b-it"class="button primary">Try in Playground</a></td></tr></tbody></table>
3
+
{% hint style="info" %}
4
+
This documentation is valid for the following list of our models:
5
+
{% endhint %}
6
+
7
+
<tabledata-header-hiddendata-full-width="true"><thead><tr><thwidth="237.13336181640625"></th><th></th></tr></thead><tbody><tr><td><code>google/gemma-3-4b-it</code></td><td><ahref="https://aimlapi.com/app/google/gemma-3-4b-it"class="button primary">Try in Playground</a></td></tr><tr><td><code>google/gemma-3-12b-it</code></td><td><ahref="https://aimlapi.com/app/google/gemma-3-12b-it"class="button primary">Try in Playground</a></td></tr></tbody></table>
0 commit comments