latestOpenAPI 3.0.02026-08-10525163.8 KB
327b3674db26
/ai/
post/ai/generate-stream
Request body
Example request
{
"input": "Text generation example.",
"parameters": {
"logit_bias_exp": [
{
"sequence": [
9288,
286,
10690
],
"bias": 4,
"ensure_sequence_finish": true,
"generate_once": true
},
{
"sequence": [
9288,
286
],
"bias": 2
}
]
}
}Response
The request has been accepted and the output is generating (SSE).