You're looking at a specific version of this model. Jump to the model overview.
lucataco /orpheus-3b-0.1-ft:79f2a473
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 |
---|---|---|---|
text |
string
|
Text to convert to speech
|
|
voice |
string
(enum)
|
tara
Options: tara, dan, josh, emma |
Voice to use
|
temperature |
number
|
0.6
Min: 0.1 Max: 1.5 |
Temperature for generation
|
top_p |
number
|
0.95
Min: 0.1 Max: 1 |
Top P for nucleus sampling
|
repetition_penalty |
number
|
1.1
Min: 1 Max: 2 |
Repetition penalty
|
max_new_tokens |
integer
|
1200
Min: 100 Max: 2000 |
Maximum number of tokens to generate
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}