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
4s
Input Tokens
913
Output Tokens
232
Cost
$0.01
Context
Input
A customer from Poland is interested in the following product, return the product sheet. Base the response only in the context.
Expected output
{
  "country": "Poland",
  "product": "OmniCoat CrystalShield",
  "ingredients": [
    "Hydroxymethyl Polyoxirane (HPOX)",
    "Flexible Silicate Mesh-7",
    "Dimethyl Ether of Ketocarbene (DEK-2)",
    "Colorimetric Trace Agent (Blue-21B)",
    "Silicone-Alkyne Emulsion",
    "Neutral Suspension Gel N-14"
  ],
  "allowed": false
}
Model output
{
  "country": "Poland",
  "product": "OmniCoat CrystalShield",
  "ingredients": [
    "Hydroxymethyl Polyoxirane (HPOX)",
    "Flexible Silicate Mesh-7",
    "Dimethyl Ether of Ketocarbene (DEK-2)",
    "Colorimetric Trace Agent (Blue-21B)",
    "Silicone-Alkyne Emulsion",
    "Neutral Suspension Gel N-14"
  ],
  "allowed": false
}