---
title: "get model list"
method: GET
path: "/api/v1/model/list"
tags: ["model"]
---

# get model list

`GET /api/v1/model/list`

get model list

## Response `200`

OK

- object
  - `code` integer
  - `data` GithubComChaitinPandaWikiDomainModelListItem
    - `api_header` string
    - `api_key` string
    - `api_version` string — for azure openai
    - `base_url` string
    - `completion_tokens` integer
    - `id` string
    - `is_active` boolean
    - `model` string
    - `parameters` GithubComChaitinPandaWikiDomainModelParam
      - `context_window` integer
      - `max_tokens` integer
      - `r1_enabled` boolean
      - `support_computer_use` boolean
      - `support_images` boolean
      - `support_prompt_cache` boolean
      - `temperature` number
    - `prompt_tokens` integer
    - `provider` 'BaiZhiCloud' | 'BaiZhiCloudModelStore'
    - `total_tokens` integer
    - `type` 'chat' | 'embedding' | 'rerank' | 'analysis' | 'analysis-vl'
  - `message` string
  - `success` boolean

---

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