---
title: "Playground list models"
method: GET
path: "/api/v1/{workspaceID}/playground/models"
tags: ["Playground Chat"]
---

# Playground list models

`GET /api/v1/{workspaceID}/playground/models`

Lists available models in the playground. Requires `ai.operate` or `ai.manage` permission.
Returns models in OpenAI-compatible format.

## Path parameters

- `workspaceID` string, required

## Response `200`

List of models

- object
  - `object` 'list'
  - `data` object[]
    - `id` string
    - `name` string
    - `context_length` integer

## Other responses

- `401` — Missing authentication
- `403` — Forbidden

---

[API](https://skmtc.dev/liara-cloud/apis/ai-playground.md) · [All operations](https://skmtc.dev/liara-cloud/apis/ai-playground/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/liara-cloud/ai-playground/revisions/544ed3b7b053/schema)
