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

e7mac /beatnet:d579bc73

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
audio
string
Path to the input music. Supports mp3 and wav format.
click_track
boolean
False
Option to generate a click track.
combine_click_track
boolean
False
Option to generate a click track overlaid on the audio.

Output schema

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

Schema
{'properties': {'beats': {'format': 'uri', 'title': 'Beats', 'type': 'string'},
                'click': {'format': 'uri', 'title': 'Click', 'type': 'string'},
                'combined': {'format': 'uri',
                             'title': 'Combined',
                             'type': 'string'}},
 'required': ['beats'],
 'title': 'Output',
 'type': 'object'}