You're looking at a specific version of this model. Jump to the model overview.

malerlab /u-must-contin-u:88b1ad32

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
score
string
Piano score as a PDF (pages are rasterized and every system is detected in reading order).
first_page
integer
1

Min: 1

First page to render (1-based).
last_page
integer
0
Last page to render; 0 = until the end.
dpi
integer
300

Min: 150

Max: 300

Rasterization resolution.
seed
integer
0
Random seed.
attention_threshold
number
0.5

Min: 0.3

Max: 0.8

Cross-attention mass on the second system that marks the boundary between two systems' audio.
max_systems
integer
0
Stop after this many systems; 0 = all.

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'properties': {'audio': {'format': 'uri', 'title': 'Audio', 'type': 'string'},
                'duration_sec': {'title': 'Duration Sec', 'type': 'number'},
                'n_pages': {'title': 'N Pages', 'type': 'integer'},
                'n_systems': {'title': 'N Systems', 'type': 'integer'},
                'notes': {'title': 'Notes', 'type': 'string'},
                'systems': {'items': {'format': 'uri', 'type': 'string'},
                            'title': 'Systems',
                            'type': 'array'}},
 'required': ['audio',
              'duration_sec',
              'n_pages',
              'n_systems',
              'systems',
              'notes'],
 'title': 'Output',
 'type': 'object'}