Routescope APIRoutescope API

List Gemini-style Models

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

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

Authorization

BearerAuth

AuthorizationBearer <token>

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

In: header

Response Body

application/json

Last updated on