Optional
apiWriter API key
Optional
bestGenerates this many completions server-side and returns the "best"."
Optional
frequencyPenalizes repeated tokens according to frequency.
Optional
logprobsWhether to return log probabilities.
Optional
maxMaximum number of tokens to generate in the completion.
Optional
minMinimum number of tokens to generate.
Optional
modelModel to use
Optional
nNumber of completions to generate.
Optional
orgWriter organization ID
Optional
presencePenalizes repeated tokens regardless of frequency.
Optional
temperatureSampling temperature to use
Optional
topPTotal probability mass of tokens to consider at each step.
Generated using TypeDoc
Interface for the input parameters specific to the Writer model.