Skip to main content
POST
Start Uncensored Chat

Request

Send a POST request to below endpoint and append the response of the api back to the request.
curl

Body Attributes

string
required
Your API key used for request authorization.
string
required
A string of tags containing <system>, <user>, and <assistant> tags that define the chat conversation.
number
default:"40000"
The maximum number of tokens (words or characters) allowed in the response. Default: 40000. Max supported by model.
string
default:"./Tifa-Deepsex-14b-CoT-Crazy-Q8.gguf"
The path or name of the model to use for generating the chat response. Default: ./Tifa-Deepsex-14b-CoT-Crazy-Q8.gguf
number
default:"0.8"
Sampling temperature for randomness in output (higher means more random). Range: 0.0 - 1.0
number
default:"0.9"
Controls nucleus sampling — limits next token selection to a subset of tokens with cumulative probability top_p. Range: 0.0 - 1.0

Body

json

Body

application/json
key
string
required

Your API key

prompt
string
required

User's input prompt

max_tokens
integer
default:40000

Maximum number of tokens allowed in the response

model
string
default:./Tifa-Deepsex-14b-CoT-Crazy-Q8.gguf

The model path or name

temperature
number
default:0.8

Sampling temperature for randomness

top_p
number
default:0.9

Nucleus sampling probability

Response

200 - application/json

Chat response generated successfully

status
string
required
message
string
required
meta
object