---
title: "GET /models"
method: GET
path: "/models"
---

# GET /models

`GET /models`

## Response `200`

A list of available models.

- object[]
  - `id` string, required — Unique identifier of the model.
  - `type` string, required — Model interaction type.
  - `info` object, required — Metadata describing the model.
    - `name` string, required — Human-readable model name.
    - `developer` string, required — Organization or company that developed the model.
    - `description` string, required — Short description of the model and its primary capabilities.
    - `contextLength` integer — Maximum supported context window size in tokens.
    - `maxTokens` integer — Maximum number of tokens that can be generated in a single response.
    - `url` string, uri, required — Public model landing page on AIML API website.
    - `docs_url` string, uri, required — Link to the official API documentation for this model.
  - `features` string[], required — List of supported features and API capabilities for the model.
  - `endpoints` string[], required — API endpoints through which this model can be accessed.

---

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