OPENAPI / COMPONENTS / SCHEMAS
Create Completion Request data structure
CreateCompletionRequestStructural definition for Create Completion Request in the OpenAI API contract.
best_ofintegerbest of value in the OpenAI API contract.
echobooleanecho value in the OpenAI API contract.
frequency_penaltynumberfrequency penalty value in the OpenAI API contract.
logit_biasobjectlogit bias value in the OpenAI API contract.
logprobsintegerlogprobs value in the OpenAI API contract.
max_tokensintegermax tokens value in the OpenAI API contract.
modelstringrequiredmodel value in the OpenAI API contract.
nintegern value in the OpenAI API contract.
presence_penaltynumberpresence penalty value in the OpenAI API contract.
promptstringrequiredprompt value in the OpenAI API contract.
seedintegerseed value in the OpenAI API contract.
stopStopConfigurationstop value in the OpenAI API contract.
streambooleanstream value in the OpenAI API contract.
stream_optionsChatCompletionStreamOptionsstream options value in the OpenAI API contract.
suffixstringsuffix value in the OpenAI API contract.
temperaturenumbertemperature value in the OpenAI API contract.
top_pnumbertop p value in the OpenAI API contract.
userstringuser value in the OpenAI API contract.