Method: models.get

Gets information about a specific Model.

HTTP request

GET https://generativelanguage.googleapis.com/v1beta/{name=models/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The resource name of the model.

This name should match a model name returned by the models.list method.

Format: models/{model}

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Model.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/generative-language
  • https://www.googleapis.com/auth/generative-language.tuning
  • https://www.googleapis.com/auth/generative-language.tuning.readonly
  • https://www.googleapis.com/auth/generative-language.retriever
  • https://www.googleapis.com/auth/generative-language.retriever.readonly

For more information, see the Authentication Overview.