best for
expressive conversational hinglish: reactions, banter, support, storytelling.
model id
mugawell supported for
- language: romanised hinglish — latin-script hindi with english code-mixing.
- content: short, expressive conversational lines: reactions, banter, support replies, storytelling.
- emotion: six tones (neutral, happy, excited, sad, angry, whisper) plus
inline
<laugh>,<chuckle>, and<sigh>. - length: 2 to 40 second utterances.
how it works
- paragraph tone: prefix your text with one tone tag, e.g.
[happy]. - inline events: drop
<laugh>,<chuckle>, or<sigh>where you want them. - script: latin script only (romanised hinglish). avoid devanagari.
- length: best at 2 to 40 second utterances.
tones
| tone | tag | delivery |
|---|---|---|
| neutral | [neutral] | flat, even, no affect |
| happy | [happy] | bright, smiling, mid-energy |
| excited | [excited] | loud, fast, pitch-up |
| sad | [sad] | slow, breathy, low pitch |
| angry | [angry] | tight, clipped, sharp |
| whisper | [whisper] | quiet, breathy, no voiced energy |
example request
parameters
muga is steered by the tone tag in your text. it also accepts the shared
sampling parameters. see the API reference for the full schema
and a live playground.
| field | default | notes |
|---|---|---|
text | n/a | required. up to 2000 characters. prefix with a tone. |
temperature | 0.6 | sampling temperature. 0.7 is reliable for muga. |
top_p | 0.95 | nucleus sampling. |
top_k | 50 | top-k sampling. |
repetition_penalty | 1.2 | penalize repeated tokens. |
max_new_tokens | 2048 | output length cap. |