Try Bifrost Enterprise free for 14 days. Explore now
cURL
curl --request GET \ --url http://localhost:8080/anthropic/v1/models
{ "data": [ { "id": "<string>", "type": "model", "display_name": "<string>", "created_at": "2023-11-07T05:31:56Z" } ], "has_more": true, "first_id": "<string>", "last_id": "<string>" }
Lists available models in Anthropic format.
Maximum number of models to return
Return models before this ID
Return models after this ID
Successful response
Show child attributes
Was this page helpful?