Try Bifrost Enterprise free for 14 days. Explore now
cURL
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 } ] }
Azure deployment ID
Successful response
Show child attributes
Was this page helpful?