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
55s
Input Tokens
607
Output Tokens
1155
Cost
$0.00
Context
Input
From the extracted description about an outfit. Extract info about the the bottom piece of clothing
Expected output
{
  "type": "chinos",
  "color": "beige",
  "size": "M"
}
Model output
{
  "type": "chinos",
  "color": "medium beige",
  "size": "M"
}