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
3s
Input Tokens
820
Output Tokens
325
Cost
$0.00
Context
Input
A customer from the USA is interested in the following product, return the product sheet. Base the response only in the context.
Expected output
{
  "country": "USA",
  "product": "AeroSeal-X Polymer Matrix",
  "ingredients": [
    "NanoSilicon Oxide-Δ3",
    "Isomerized Hexaoxy Toluate (IHT)",
    "Zinc Pyrithionate Modulator",
    "Tetramethyl Ethyloxy Resinate",
    "Polyether Vinylcaprolactam",
    "ThermoReactive Benzonate (TRB-9)"
  ],
  "allowed": false
}
Model output
{
  "country": "USA",
  "product": "AeroSeal-X Polymer Matrix",
  "ingredients": [
    "NanoSilicon Oxide-Δ3",
    "Isomerized Hexaoxy Toluate (IHT)",
    "Zinc Pyrithionate Modulator",
    "Tetramethyl Ethyloxy Resinate",
    "Polyether Vinylcaprolactam",
    "ThermoReactive Benzonate (TRB-9)"
  ],
  "allowed": false
}