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

# get model mode setting

`GET /api/v1/model/mode-setting`

get current model mode setting including mode, API key and chat model

## Response `200`

OK

- object
  - `data` DomainModelModeSetting
    - `auto_mode_api_key` string — 百智云 API Key
    - `auto_mode_provider` 'BaiZhiCloud' | 'BaiZhiCloudModelStore'
    - `chat_model` string — 自定义对话模型名称
    - `is_manual_embedding_updated` boolean — 手动模式下嵌入模型是否更新
    - `mode` 'manual' | 'auto'
  - `message` string
  - `success` boolean

## Changes

- **2025-11-11** `9adc9c836c08` — 1 info
  - endpoint added
- **2025-11-11** `63d2422e5cff` — 1 breaking
  - api path removed without deprecation
- **2025-11-10** `f5422deed13a` — 1 info
  - endpoint added
- **2025-11-04** `089b3a154276` — 1 breaking
  - api path removed without deprecation
- **2025-11-04** `bee6d25b9002` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/chaitin/apis/panda-wiki-api/changes/api/v1/model/mode-setting/get.md)

---

[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)
