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

List Gemini-style Models

Returns the Gemini-style model list available to the current gateway token, suitable for native Gemini clients.

GET
/v1beta/models

Authorization

BearerAuth

AuthorizationBearer <token>

Model relay interface recognition. Request heading: Autoration: Bearer .

In: header

Response Body

application/json

curl -X GET "https://api.tokaify.com/v1beta/models"
{
  "models": [],
  "nextPageToken": "string"
}

How is this guide?

Last updated on