---
title: "Public List Models"
method: GET
path: "/v1/models"
tags: ["public-api"]
---

# Public List Models

`GET /v1/models`

List the models this team can call.

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- GatewayModelInfo[]
  - `id` string, required
  - `object` string
  - `created` integer, required
  - `owned_by` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/trainloop/apis/trainloop-api.md) · [All operations](https://skmtc.dev/trainloop/apis/trainloop-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trainloop/trainloop-api/revisions/aedb0e4b59f8/schema)
