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
5s
Input Tokens
656
Output Tokens
386
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",
    "vacuum cleaner",
    "kettle",
    "hair dryer",
    "coffee maker"
  ]
}