List all models
Last updated
Last updated
GET /v1/models HTTP/1.1
Host: llm.onerouter.pro
Authorization: text
Accept: */*
{
"data": [
{
"id": "all-minilm-l12-v2",
"object": "model",
"created": 1626777600
},
{
"id": "all-minilm-l6-v2",
"object": "model",
"created": 1626777600
}
],
"success": true
}