You're looking at a specific version of this model. Jump to the model overview.
andreasjansson /monkey-island-figaro:0c97a99a
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
Field | Type | Default value | Description |
---|---|---|---|
input |
string
(enum)
|
Options: folshop, voodoo1, monkeyisl, stan1, ghostdance, flove, fetuchini, lechuck, meleefor, journey, theme, scumm, melee, prelude |
Monkey Island music piece to base the prediction on
|
max_bars |
integer
|
8
Min: 1 Max: 128 |
Maximum number of bars to generate
|
initial_context |
integer
|
1
Min: 1 Max: 1000 |
Number of steps to reuse from the input piece
|
soundfont |
string
(enum)
|
gm
Options: gm, Yamaha3812, TX16w, ColomboMT32 |
Soundfont to use
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'midi': {'format': 'uri', 'title': 'Midi', 'type': 'string'},
'mp3': {'format': 'uri', 'title': 'Mp3', 'type': 'string'}},
'required': ['midi', 'mp3'],
'title': 'Output',
'type': 'object'}