Skip to main content
GET
获取指定模型详情

请求/响应参数明细

授权

Authorization
string
header
必填

API认证token

路径参数

model
string
必填

模型ID

响应

成功响应

id
string
必填

模型唯一标识

示例:

"gpt-4"

name
string
必填

模型显示名称

示例:

"GPT-4"

type
enum<string>
必填

模型类型

可用选项:
chat,
image,
audio,
video,
embedding
desc
string

模型详细描述

示例:

"GPT-4是一个大规模语言模型..."

created
integer<unix-timestamp>

模型创建时间戳

示例:

1689127080

owned_by
string

模型所有者/提供商

示例:

"openai"

context
integer

上下文窗口大小

示例:

8192

platform
object

平台信息

is_free
boolean

是否免费

示例:

true

price
object

价格信息