List models
Lists the currently available models, and provides basic information about each one such as the owner and availability.
curl -X GET "https://api.openroute.cn/v1/models"
Last updated on
Lists the currently available models, and provides basic information about each one such as the owner and availability.
curl -X GET "https://api.openroute.cn/v1/models"
Last updated on
{
"object": "list",
"data": [
{
"id": "text-davinci-003",
"object": "model",
"created": 1677610602,
"owned_by
{
"error": {
"message": "string",
"type": "string",
"param": "string",
"code": "string"
}
}
curl -X GET "https://api.openroute.cn/v1/models"