---
title: "Get Models"
method: GET
path: "/v1/models"
---

# Get Models

`GET /v1/models`

Returns all available models supported by Helicone AI Gateway (OpenAI-compatible endpoint)

## Response `200`

Successful response

- object
  - `object` 'list', required
  - `data` object[], required
    - `id` string, required — Model identifier
    - `object` 'model', required
    - `created` integer, required — Unix timestamp of model creation
    - `owned_by` string, required — Organization that owns the model

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/helicone/apis/helicone-ai-gateway-api.md) · [All operations](https://skmtc.net/helicone/apis/helicone-ai-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/helicone/helicone-ai-gateway-api/versions/921a3ac63a09/schema)
