Summarization use case
Summarization use case
In the summarization use case, the LLM ingests text and returns a summary of the text as a response.
The context length is 2048 tokens. No options can be configured.
POST
Summarization use case
Documentation Index
Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Bearer token used for authentication. Format: Authorization: Bearer ACCESS_TOKEN.
application/json
Example:
"application/json"
Path Parameters
Unique identifier for the model.
Body
application/json
The batch of key:value pairs used as inputs in the prediction. Up to 32 inputs per request are allowed.
Maximum array length:
32Provides fields and values that specify ranges for tokens. Fields used for specific use cases and models are specified. The default values are used if other values are not specified.
Response
200 - application/json
OK