---
title: "List all conversation models"
method: GET
path: "/conversations/models"
tags: ["conversations"]
---

# List all conversation models

`GET /conversations/models`

Retrieve all conversation models

## Response `200`

List of all conversation models

- ConversationModelSchema[]
  - `id` string, required — An explicit id for the model, otherwise the API will return a response with an auto-generated conversation model id.
  - `model_name` string, required — Name of the LLM model offered by OpenAI, Cloudflare or vLLM
  - `api_key` string — The LLM service's API Key
  - `history_collection` string, required — Typesense collection that stores the historical conversations
  - `account_id` string — LLM service's account ID (only applicable for Cloudflare)
  - `system_prompt` string — The system prompt that contains special instructions to the LLM
  - `ttl` integer — Time interval in seconds after which the messages would be deleted. Default: 86400 (24 hours)
  - `max_bytes` integer, required — The maximum number of bytes to send to the LLM in every API call. Consult the LLM's documentation on the number of bytes supported in the context window.
  - `vllm_url` string — URL of vLLM service

---

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