---
title: "获取可用模型列表"
method: GET
path: "/models"
tags: ["Models"]
---

# 获取可用模型列表

`GET /models`

获取当前账户可用的所有AI模型列表，包括文本模型、图像模型、语音模型、视频模型等。

## Response `200`

成功响应

- object
  - `object` 'list' — 响应对象类型
  - `data` object[], required — 模型列表
    - `id` string, required — 模型唯一标识
    - `name` string, required — 模型显示名称
    - `type` 'chat' | 'image' | 'audio' | 'video' | 'embedding', required — 模型类型
    - `created` integer — 模型创建时间戳
    - `owned_by` string — 模型所有者/提供商
    - `context` integer — 上下文窗口大小(token数)
    - `is_free` boolean — 是否免费
    - `platform` object — 平台信息
      - `name` string — 平台名称
      - `alias` string — 平台别名
      - `website` string, uri — 平台网站

## Other responses

- `401` — 未授权
- `500` — 标准错误响应

---

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