> ## 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                                                      |
| ----------------- | ----------- | -------- | ---------------------------------------------------------------- |
| obj               | JSON        | Yes      | The object to extract information from.                          |
| features          | ARRAY       | Yes      | The features to extract.                                         |
| featuresToExtract | ARRAY       | No       | The features to extract.                                         |
| featuresToLookAt  | ARRAY       | No       | The features to look at.                                         |
| model             | SHORT\_TEXT | No       | The model to use for the request. Defaults to gpt-3.5-turbo-16k. |

## Sample Output

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