Duration
3s
Input Tokens
518
Output Tokens
186
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": "blazer",
"color": "navy",
"size": "L"
}