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

jhurliman /music-flamingo:0fa8fa07

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
Audio file to analyze (WAV, MP3, FLAC). Max ~10 minutes.
prompt
string
Describe this track in full detail - tell me the genre, tempo, and key, then dive into the instruments, production style, and overall mood it creates.
Question or instruction about the audio.
max_new_tokens
integer
1024

Min: 64

Max: 2048

Maximum number of tokens to generate.
temperature
number
0.7

Max: 1.5

Sampling temperature. Higher = more creative, lower = more focused.
do_sample
boolean
True
Whether to use sampling (True) or greedy decoding (False).

Output schema

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

Schema
{'title': 'Output', 'type': 'string'}