Tokaify APITokaify API
API Reference
AI Model APIModel DiscoveryOpenAI Model Discovery APIModels

List Models

Returns the OpenAI-style model list available to the current gateway token.

GET
/v1/models

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