---
title: "获取当前用户的模型配置列表"
method: GET
path: "/api/v1/users/models"
tags: ["【用户】模型管理"]
---

# 获取当前用户的模型配置列表

`GET /api/v1/users/models`

获取当前登录用户的所有模型配置

## Query parameters

- `cursor` string
- `limit` integer

## Response `200`

成功

- object
  - `code` integer
  - `data` DomainListModelResp
    - `models` DomainModel[]
      - `access_level` string — 访问级别 basic | pro
      - `api_key` string
      - `base_url` string
      - `context_limit` integer
      - `created_at` integer
      - `id` string
      - `interface_type` 'openai_chat' | 'openai_responses' | 'anthropic'
      - `is_default` boolean
      - `is_free` boolean
      - `is_hidden` boolean
      - `last_check_at` integer
      - `last_check_error` string
      - `last_check_success` boolean
      - `model` string
      - `output_limit` integer
      - `owner` DomainOwner
        - `id` string
        - `name` string
        - `type` 'private' | 'public' | 'team'
      - `provider` string
      - `remark` string
      - `support_image` boolean
      - `temperature` number
      - `thinking_enabled` boolean
      - `updated_at` integer
      - `weight` integer
    - `page` DbCursor
      - `cursor` string — 游标
      - `has_next_page` boolean — 是否有下一页
  - `message` string

## Other responses

- `401` — 未授权
- `500` — 服务器内部错误

---

[API](https://skmtc.net/chaitin/apis/untitled-api.md) · [All operations](https://skmtc.net/chaitin/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chaitin/untitled-api/revisions/5a5929cb17f2/schema)
