Duration
7s
Input Tokens
517
Output Tokens
364
Cost
$0.00
Context
Input
From the extracted description about an outfit. Extract info about the the outerwear
Expected output
{
"type": "blazer",
"color": "navy",
"size": "L"
}
Model output
{
"size": "large",
"type": "blazer",
"color": "navy"
}