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.

100
Duration
3m 31s
Input Tokens
486
Output Tokens
113
Cost
$0.00
Context
Input
Analyze the following instructions and extract all appliances mentioned. Order is not important
Expected output
{
  "appliances": [
    "vacuum cleaner",
    "microwave",
    "kettle"
  ]
}
Model output
{
  "appliances": [
    "microwave",
    "vacuum cleaner",
    "kettle"
  ]
}