latestOpenAPI 3.0.02026-08-10525163.8 KB
327b3674db26
/ai/
Generate text. IMPORTANT NOTICE FOR EXISTING API TEXTGEN USERS.
Generate text using NovelAI's language models. IMPORTANT NOTE FOR EXISTING API USERS: We are deprecating Kayra for subscribed users from this API. Read more information on the Text Generation documentation at the start of this page.
post/ai/generate
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 output has been successfully generated.