---
title: "Gets all models"
method: GET
path: "/v1/models"
---

# Gets all models

`GET /v1/models`

## Query parameters

- `name` string, nullable

## Response `200`

- ModelsV1 — A list of models.
  - `models` ModelV1[], required
    - `id` string, required — Unique identifier of the model
    - `created_at` string, date-time, required — Time the model was created in ISO 8601 format
    - `name` string, required — Name of the model
    - `deployments_count` integer, required — Number of deployments of the model
    - `production_deployment_id` string, nullable, required — Unique identifier of the production deployment of the model
    - `development_deployment_id` string, nullable, required — Unique identifier of the development deployment of the model
    - `instance_type_name` string, required — Name of the instance type for the production deployment of the model
    - `team_name` string, required — Name of the team associated with the model.

---

[API](https://skmtc.net/baseten/apis/baseten-inference-api.md) · [All operations](https://skmtc.net/baseten/apis/baseten-inference-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baseten/baseten-inference-api/versions/a55a2f64c3c5/schema)
