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
10s
Input Tokens
638
Output Tokens
368
Cost
$0.01
Context
Input
From the extracted description about an outfit. Extract info about the top piece of clothing (not the outerwear)
Expected output
{
  "type": "shirt",
  "color": "blue",
  "size": "M"
}
Model output
{
  "type": "shirt",
  "color": "medium blue",
  "size": "M"
}