---
title: "List models from catalog"
method: GET
path: "/cloud/v3/inference/models"
tags: ["Everywhere Inference"]
---

# List models from catalog

`GET /cloud/v3/inference/models`

## Query parameters

- `limit` integer — Optional. Limit the number of returned items
- `offset` integer — Optional. Offset value is used to exclude the first set of records from the result
- `order_by` 'name.asc' | 'name.desc'

## Response `200`

OK

- MLCatalogModelCardListSerializerV3
  - `count` integer, required — Number of objects
  - `results` MLCatalogModelCardSerializerV3[], required — Objects
    - `category` string, nullable, required — Category of the model.
    - `default_flavor_name` string, nullable, required — Default flavor for the model.
    - `description` string, required — Description of the model.
    - `developer` string, nullable, required — Developer of the model.
    - `documentation_page` string, nullable, required — Path to the documentation page.
    - `eula_url` string, nullable, required — URL to the EULA text.
    - `example_curl_request` string, nullable, required — Example curl request to the model.
    - `has_eula` boolean, required — Whether the model has an EULA.
    - `id` string, uuid, required — Model ID.
    - `image_registry_id` string, nullable, required — Image registry of the model.
    - `image_url` string, required — Image URL of the model.
    - `inference_backend` string, nullable, required — Describing underlying inference engine.
    - `inference_frontend` string, nullable, required — Describing model frontend type.
    - `model_id` string, nullable, required — Model name to perform inference call.
    - `name` string, required — Name of the model.
    - `openai_compatibility` string, nullable, required — OpenAI compatibility level.
    - `port` integer, required — Port on which the model runs.
    - `version` string, nullable, required — Version of the model.

---

[API](https://skmtc.net/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.net/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/versions/09e652815095/schema)
