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
5s
Input Tokens
997
Output Tokens
211
Cost
$0.00
Context
Input
Return if the following product is allowed in EU, USA and Asia. Only follow the guidelines in the text, no other knowledge
Expected output
{
  "allowed_in_eu": false,
  "allowed_in_usa": true,
  "allowed_in_asia": false
}
Model output
{
  "allowed_in_eu": false,
  "allowed_in_usa": true,
  "allowed_in_asia": false
}