Duration
17s
Input Tokens
622
Output Tokens
351
Cost
$0.01
Context
Input
From the extracted description about an outfit. Extract info about the the shoesExpected output
{
"type": "brogues",
"color": "brown",
"size": "M"
}Model output
{
"size": "M",
"type": "leather brogues",
"color": "brown"
}