Try Bifrost Enterprise free for 14 days. Explore now
curl --request GET \
--url http://localhost:8080/openai/openai/deployments/{deployment-id}/models{
"object": "list",
"data": [
{
"id": "<string>",
"object": "model",
"owned_by": "<string>",
"created": 123,
"active": true,
"context_window": 123
}
]
}curl --request GET \
--url http://localhost:8080/openai/openai/deployments/{deployment-id}/models{
"object": "list",
"data": [
{
"id": "<string>",
"object": "model",
"owned_by": "<string>",
"created": 123,
"active": true,
"context_window": 123
}
]
}Was this page helpful?