Text Generation
- : Needed to execute actions related to the text generation.
Your Emporix tenant name.
Note: The tenant name should always be provided in lowercase.
Represents a request body for a text generation operation.
Identifier of the request. The value is not mandatory - if provided, the ID is returned in the text generation response.
A prompt to AI engine. A desired text content is generated based on the prompt.
Maximum number of tokens that should be used during text generation. If not provided, then 4097 is used.
Object represents the text generation response.
Identifier of the text generation request. The value is populated only if the ID was provided in the request.
Text generation result.
The request was syntactically incorrect.
The authorization token is invalid or has expired.
Authorization scopes of the access token are not sufficient and do not match the scopes required by the endpoint.
A server-side error occurred.
Last updated
Was this helpful?

