| Name | Type | Description | Notes |
|---|---|---|---|
| prompt | Prompt | ||
| stream | Boolean | [optional] | |
| streamOptions | OpenAIStreamOptions | [optional] | |
| maxTokens | Integer | The maximum number of tokens to generate | [optional] |
| model | String | The name of the model used for generating the completion | |
| temperature | BigDecimal | The temperature of the generated text | [optional] |
| topP | BigDecimal | The top-p value for nucleus sampling | [optional] |
| stop | Stop1 | [optional] |