---
title: "list model"
method: GET
path: "/admin/model/list"
tags: ["modelkit"]
---

# list model

`GET /admin/model/list`

## Response `200`

OK

- object
  - `data` ModelLLM[]
    - `api_header` string
    - `api_key` string
    - `api_version` string
    - `base_url` string
    - `completion_tokens` integer
    - `created_at` integer
    - `id` integer
    - `is_active` boolean
    - `message` string
    - `model` string
    - `parameters` ModelLLMModelParam
      - `context_window` integer
      - `max_tokens` integer
      - `r1_enabled` boolean
      - `support_computer_use` boolean
      - `support_images` boolean
      - `support_prompt_cache` boolean
    - `prompt_tokens` integer
    - `provider` string
    - `rag_id` string
    - `show_name` string
    - `status` 'normal' | 'error'
    - `total_tokens` integer
    - `type` 'chat' | 'embedding' | 'rerank' | 'analysis' | 'analysis-vl'
    - `updated_at` integer
  - `err` string
  - `msg` string
  - `success` boolean
  - `trace_id` string

---

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