Routescope APIRoutescope API

List Gemini-compatible OpenAI-style Models

Returns the OpenAI-style model list through the Gemini-compatible route.

GET
/v1beta/openai/models
curl -X GET "https://api.routescope.ai/v1beta/openai/models"
{
  "object": "list",
  "data": {}
}

Authorization

BearerAuth

AuthorizationBearer <token>

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

In: header

Response Body

application/json

Last updated on