List Models
Returns the OpenAI-style model list available to the current gateway token.
curl -X GET "https://api.routescope.ai/v1/models"{
"object": "list",
"data": {}
}{
"error": null,
"message": "success"
}Authorization
BearerAuth
AuthorizationBearer <token>
Model relay interface recognition. Request heading: Autoration: Bearer .
In: header
Response Body
application/json
application/json
Last updated on