Try Bifrost Enterprise free for 14 days. Explore now
cURL
curl --request GET \ --url http://localhost:8080/genai/v1beta/models
{ "models": [ { "name": "<string>", "baseModelId": "<string>", "version": "<string>", "displayName": "<string>", "description": "<string>", "inputTokenLimit": 123, "outputTokenLimit": 123, "supportedGenerationMethods": [ "<string>" ], "thinking": true, "temperature": 123, "maxTemperature": 123, "topP": 123, "topK": 123 } ], "nextPageToken": "<string>" }
Lists available models in Google Gemini API format.
Maximum number of models to return
Page token for pagination
Successful response
Show child attributes
Was this page helpful?