đ Banner is live! Learn more
English
cURL
curl --request GET \ --url https://api.deepseek.com/models \ --header 'Authorization: Bearer <token>'
{ "object": "list", "data": [ { "id": "deepseek-chat", "object": "model", "owned_by": "deepseek" }, { "id": "deepseek-reasoner", "object": "model", "owned_by": "deepseek" } ] }
Lists the currently available models, and provides basic information about each one such as the owner and availability. Check Models & Pricing for our currently supported models.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK, return to the model list
Show child attributes