检索模型
检索模型实例,提供模型的基本信息,如所有者和权限。
curl -X GET "https://api.openroute.cn/v1/models/text-davinci-003"
Last updated on
检索模型实例,提供模型的基本信息,如所有者和权限。
curl -X GET "https://api.openroute.cn/v1/models/text-davinci-003"
Last updated on
curl -X GET "https://api.openroute.cn/v1/models/text-davinci-003"
{
"id": "text-davinci-003",
"object": "model",
"created": 1677610602,
"owned_by": "openai"
}
{
"error": {
"message": "string",
"type": "string",
"param": "string",
"code": "string"
}
}
{
"error": {
"message": "string",
"type": "string",
"param": "string",
"code": "string"
}
}