Data Extraction

Pull structured data out of messy text — ingredients from a recipe, fields from a contract, attributes from a product description. The plumbing behind catalogue, intake, and processing pipelines.

0
Duration
40s
Input Tokens
621
Output Tokens
202
Cost
$0.00
Context
Input
Analyze the following instructions and extract all appliances mentioned. Order is not important
Expected output
{
  "appliances": [
    "hair dryer",
    "coffee maker",
    "kettle",
    "vacuum cleaner",
    "microwave"
  ]
}
Model output
{
  "appliances": [
    "microwave",
    "oven-mitts",
    "vacuum-cleaner",
    "dust-container",
    "kettle",
    "hair-dryer",
    "water-reservoir",
    "coffee-maker",
    "coffee-filter",
    "carafe"
  ]
}