LocalAI/.bruno/LocalAI Test Requests/tts/musicgen.bru
Ettore Di Giacinto a96c1f9bcd feat(transformers): merge musicgen functionalities to a single backend
So we optimize space

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2025-01-17 15:22:09 +01:00

23 lines
310 B
Text

meta {
name: musicgen
type: http
seq: 2
}
post {
url: {{PROTOCOL}}{{HOST}}:{{PORT}}/tts
body: json
auth: none
}
headers {
Content-Type: application/json
}
body:json {
{
"backend": "transformers",
"model": "facebook/musicgen-small",
"input": "80s Synths playing Jazz"
}
}