---
title: "List available LLMs models"
method: GET
path: "/v1/models"
tags: ["AIs"]
---

# List available LLMs models

`GET /v1/models`

## Response `200`

Success - Model list retrieved successfully.

- object
  - `creator` string
  - `ok` boolean
  - `object` string
  - `data` object[]
    - `id` string — Unique identifier for the model
    - `object` string
    - `created` integer — Timestamp of model creation
    - `owned_by` string
    - `type` string — Type of AI model
    - `endpoint` string — API endpoint for the model
    - `cost` integer — Model usage cost per request
    - `max_tokens` integer — Maximum tokens allowed
    - `access` object
      - `free` boolean — Indicates if the model is free to use

## Other responses

- `400` — Bad Request - Invalid or missing parameters.
- `500` — Server Error - Unable to process the request.

---

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