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
3s
Input Tokens
511
Output Tokens
389
Cost
$0.00
Context
Input
From the extracted description. Extract all colors found in the clothing
Expected output
{
  "colors": [
    "blue",
    "navy",
    "black",
    "beige",
    "brown",
    "gray"
  ]
}
Model output
{
  "colors": [
    "blue",
    "navy",
    "beige",
    "brown",
    "silver",
    "black",
    "gray"
  ]
}