> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usebrainbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Extract information

Extract information from text.

## Input

| Property     | Type        | Required | Description                                                                                                                                                                                                                                   |
| ------------ | ----------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| text         | LONG\_TEXT  | Yes      | The text from which the information needs to be extracted.                                                                                                                                                                                    |
| titles       | SHORT\_TEXT | Yes      | Titles for the information to be extracted, separated by commas. For example, "Name, Interest in position, Job experience"."                                                                                                                  |
| descriptions | SHORT\_TEXT | Yes      | Descriptions for the information to be extracted, separated by commas. For example, "The name of the person on the page, The person's interest in the position from 1 (least) to 5 (most), The person's last companies in bullet point list". |
| enums        | SHORT\_TEXT | Yes      | Enums for the information to be extracted, separated by commas. For example, "1, 2, 3, 4, 5, 6, 7, 8, 9, 10".                                                                                                                                 |
| temperature  | NUMBER      | No       | The temperature of the model. Higher values mean the model will take more risks. Try 0.9 for more creative applications, and 0 (default) for ones with a well-defined answer.                                                                 |
| model        | SHORT\_TEXT | No       | The model to use for the request. Defaults to gpt-3.5-turbo-16k.                                                                                                                                                                              |

## Sample Output

```json theme={null}
{}
```
