curl --location --request GET 'https://api.302.ai/v1/status?model=' \
--header 'Authorization: Bearer '{
"data": [
{
"first_byte_req_time": "1.99",
"id": "gpt-3.5-turbo",
"object": "model"
},
{
"first_byte_req_time": "1.88",
"id": "gpt-3.5-turbo-0125",
"object": "model"
},
{
"first_byte_req_time": "1.31",
"id": "gpt-4-gizmo-*",
"object": "model"
},
{
"first_byte_req_time": "25.00",
"id": "text-embedding-3-large",
"object": "model"
},
{
"first_byte_req_time": "25.00",
"id": "text-embedding-3-small",
"object": "model"
}
],
"object": "list"
}