Skip to main content

CompleteRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/CompleteRequestBody.json
maxTokensint64

Max output tokens

modelUuidstring

Model UUID (uses default LLM if empty)

promptstringrequired

Prompt text

systemPromptstring

System prompt

temperaturedouble

Generation temperature

CompleteRequestBody
{
"$schema": "https://example.com/schemas/CompleteRequestBody.json",
"maxTokens": 0,
"modelUuid": "string",
"prompt": "string",
"systemPrompt": "string",
"temperature": 0
}