Returns metadata for a specific model 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.
Path Parameters
Model name (e.g.,
gemini-2.5-pro, gemini-2.5-flash). Aliases are also accepted.Authentication
Authentication is not required for the public model metadata read endpoint.Response
Model resource name in
models/{model} format.Human-readable model name.
Maximum input tokens (context window).
Maximum output tokens.
List of supported generation methods (e.g.,
generateContent, countTokens, embedContent).Public version string when available.
Human-readable model description when available.
Default temperature when the upstream exposes it.
Default top-p value when available.
Default top-k value when available.
Maximum supported temperature when available.
Errors
- Invalid GETs that accidentally include
:generateContentor:streamGenerateContentreturn405 METHOD_NOT_ALLOWED. - Missing models return
404 NOT_FOUND.