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

# List models

`GET /v1/models`

This endpoint mimics the OpenAI models endpoint format, returning a list of
available models with their associated metadata. Each model includes standard
OpenAI-compatible fields to ensure compatibility with existing OpenAI client libraries.

## Response `200`

List of available models

- ModelList — Response object for the models listing endpoint
  - `data` Model[], required — List of model objects
    - `created` integer, required — Unix timestamp (in seconds) when this model was created
    - `id` string, required — The model identifier
    - `object` string, required — The object type, which is always "model"
    - `owned_by` string, required — Organization that owns the model
  - `object` string, required — The object type, which is always "list"

## Other responses

- `500` — Failed to retrieve list of available models

---

[API](https://skmtc.net/atomaai/apis/atoma-proxy.md) · [All operations](https://skmtc.net/atomaai/apis/atoma-proxy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atomaai/atoma-proxy/versions/07694b7228b0/schema)
