Try Bifrost Enterprise free for 14 days. Explore now
cURL
curl --request GET \ --url http://localhost:8080/openai/v1/models
{ "object": "list", "data": [ { "id": "<string>", "object": "model", "owned_by": "<string>", "created": 123, "active": true, "context_window": 123 } ] }
Lists available models in OpenAI format.
Note: This endpoint also works without the /v1 prefix (e.g., /openai/models).
/v1
/openai/models
Successful response
Show child attributes
Was this page helpful?