---
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
    - `chat_model` string — 自定义对话模型名称
    - `mode` string — 模式: manual 或 auto
  - `message` string
  - `success` boolean

## Changes

- **2025-11-04** `bee6d25b9002` — 1 info
  - endpoint added
- **2025-10-20** `381889362c45` — 1 breaking
  - api path removed without deprecation

[Change 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/bee6d25b9002/schema)
