Endpoint#

Endpoint
GET https://api.xpluse.plus/gemini/v1beta/models
GET https://api.xpluse.plus/gemini/v1beta/models/{provider}
GET https://api.xpluse.plus/gemini/v1beta/models/{provider}/{model_id}

Use the Gemini protocol endpoint to list available models, filter by provider, and get model details. This is a public endpoint and does not require an API Key.

cURL
curl https://api.xpluse.plus/gemini/v1beta/models

The response structure matches the OpenAI protocol Models endpoint (OpenRouter standard).

Last updated on June 22, 2026