---
title: "GET /v1/models"
method: GET
path: "/v1/models"
tags: ["Models"]
---

# GET /v1/models

`GET /v1/models`

## Response `200`

Ok

- OAIModelsResponse
  - `object` 'list', required
  - `data` OAIModel[], required
    - `id` string, required
    - `object` 'model', required
    - `created` number, double, required
    - `owned_by` string, required

## Changes

- **2025-10-30** `53f210d0a941` — 1 breaking, 4 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - the endpoint scheme security `api_key` was removed from the API
  - removed `#/components/schemas/ResultSuccess__model-string_-Array_, #/components/schemas/ResultError_string_` from the response body `anyOf` list for the response status `200`
  - added the required property `data` to the response with the `200` status
  - …1 more

[Change history](https://skmtc.dev/helicone/apis/helicone-api/changes/v1/models/get.md)

---

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