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