> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aiapi.xiaoliu.fun/llms.txt
> Use this file to discover all available pages before exploring further.

# 查看所有可用模型



## OpenAPI

````yaml /api-reference/model/list-models.json get /v1/models
openapi: 3.1.0
info:
  title: API
  version: 1.0.0
  description: API 文档，支持绘图、语音生成、视频生成、音乐生成等多种 AIGC 接口。
servers:
  - url: https://aiapi.xiaoliu.fun
    description: 生产服务器
security:
  - bearerAuth: []
paths:
  /v1/models:
    get:
      tags:
        - 其他接口
      summary: 获取模型列表
      responses:
        '200':
          description: 模型列表
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````