Duration
4s
Input Tokens
559
Output Tokens
113
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
{
"type": "outerwear",
"color": "medium blue",
"size": "M"
}