Returns a list of available models in Google Gemini API format.Documentation Index
Fetch the complete documentation index at: https://docs.lemondata.cc/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Maximum number of models to return. Default:
1000, maximum: 1000.Continuation token returned by a previous page. Pass it back unchanged to fetch the next slice.
Authentication
Authentication is not required for the public model catalog read endpoints. Gemini-style auth hints such as?key= or x-goog-api-key do not change the response contract here.
Response
Array of model objects.
Returned when more models are available. Pass this value as
pageToken to continue pagination.Errors
- Invalid
pageTokenreturns400 INVALID_ARGUMENT. - Unexpected list failures return
500 INTERNAL.