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
None
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
None
gm
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'}