GET
/
v1
/
models
List models
curl --request GET \
  --url https://api.studio.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"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

ai_project_id
string | null

Project ID to list models from.

verbose
boolean
default:false

Response

OK

The response is of type object.