获取令牌支持模型
OpenAPI Specification
yaml
openapi: 3.0.1
info:
title: ''
description: ''
version: 1.0.0
paths:
/v1/models:
get:
summary: 获取令牌支持模型
deprecated: false
description: ''
tags:
- 系统API
parameters:
- name: content-type
in: header
description: ''
required: true
example: application/json
schema:
type: string
- name: Authorization
in: header
description: 系统令牌
required: false
example: '{{YOUR_API_KEY}}'
schema:
type: string
responses:
'200':
description: ''
content:
application/json:
schema:
type: object
properties: {}
headers: {}
x-apifox-name: 成功
security: []
x-apifox-folder: 系统API
x-apifox-status: released
x-run-in-apifox: https://app.apifox.com/web/project/5443236/apis/api-301363879-run
components:
schemas: {}
securitySchemes:
bearer:
type: http
scheme: bearer
servers:
- url: https://www.anyapi.vip
description: 正式环境
security:
- bearer: []