Retrieve model
Retrieves a model instance, providing basic information about the model such as the owner and permissioning.
Last updated on
Retrieves a model instance, providing basic information about the model such as the owner and permissioning.
Last updated on
In: header
The ID of the model to use for this request.
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"
}
}
curl -X GET "https://api.openroute.cn/v1/models/text-davinci-003"