cURL
curl --request GET \ --url https://api.tokenfactory.nebius.com/v1/models \ --header 'Authorization: Bearer <token>'
{ "object": "list", "data": [ { "id": "meta-llama/Llama-3.3-70B-Instruct", "created": 1717511223, "object": "model", "owned_by": "system" } ] }
Lists the currently available models, and provides basic information about each one such as the owner and availability.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Project ID to list models from.
OK
The object type, which is always list.
list
"list"
A list of currently available models.
Show child attributes
Was this page helpful?