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

# List models

`GET /v1/models`

Retrieve a list of available models that can be used for text generation, chat completions, and other AI tasks.

## Response `200`

Successful response

- ModelsResponse
  - `models` ModelInfo[], required — The [ID of the model](https://dev.writer.com/home/models) to use for processing the request.
    - `name` string, required — The name of the particular LLM that you want to use.
    - `id` string, required — The ID of the particular LLM that you want to use

---

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