
get https://api.openai.com/v1/models/{模型}
检索模型实例,提供有关模型的基本信息,例如所有者和权限。
模型 字符串 必填
用于此请求的模型的 ID
curl https://api.openai.com/v1/models/text-davinci-003 \ -H 'Authorization: Bearer YOUR_API_KEY'
