---
title: "List AI models"
method: GET
path: "/public/v1/ai-models"
tags: ["AI Models"]
---

# List AI models

`GET /public/v1/ai-models`

Returns available AI models. Use these IDs when configuring an agent setting.

## Query parameters

- `type` 'TEXT' | 'TRANSCRIPTION' | 'FILE_ANALYSIS'

## Response `200`

A list of AI models

- object — Standard list response
  - `results` AiModel[], required
    - `id` number, required
    - `name` string, required
    - `description` string, nullable
    - `creditsPerMessage` number
    - `isDefault` boolean
    - `order` number
    - `analyticsColor` string, nullable
    - `externalId` string, nullable
    - `aiVendor` string
    - `reasoningModel` boolean
    - `type` 'TEXT' | 'TRANSCRIPTION' | 'FILE_ANALYSIS'

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/getfrontline/apis/public-api.md) · [All operations](https://skmtc.net/getfrontline/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getfrontline/public-api/revisions/9d33b6aad674/schema)
