Skip to main content
GET
/
organizations
/
{organization_id}
/
endpoints
List endpoints
curl --request GET \
  --url https://aiproxy.infaas-amd-dev.glo1.nscale.com/organizations/{organization_id}/endpoints \
  --header 'Authorization: Bearer <token>'
{
  "models": [
    {
      "id": "<string>",
      "developer": "<string>",
      "description": "<string>",
      "licenses": [
        {
          "name": "<string>",
          "url": "<string>"
        }
      ],
      "attributions": [
        "<string>"
      ],
      "hf_id": "<string>",
      "name": "<string>",
      "model_type": "TextGeneration",
      "size": 123,
      "output_price_per_million": "<string>",
      "price_type": "PER_TOKEN",
      "parameters": 123,
      "data_type": "<string>",
      "input_price_per_million": "<string>",
      "unsupported_openai_params": [
        "<string>"
      ],
      "context_length": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

Security scheme that accepts Unikorn Identity JWTs.

Path Parameters

organization_id
string
required

Response

models
ServerlessModelEndpoint · object[]
required