|
Information about a Generative Language Model.
Required. The resource name of the Format:
Examples:
|
|
Required. The name of the base model, pass this to the generation request. Examples:
|
|
Required. The version number of the model. This represents the major version ( |
|
The human-readable name of the model. E.g. "Gemini 1.5 Flash". The name can be up to 128 characters long and can consist of any UTF-8 characters. |
|
A short description of the model. |
|
Maximum number of input tokens allowed for this model. |
|
Maximum number of output tokens available for this model. |
|
The model's supported generation methods. The corresponding API method names are defined as Pascal
case strings, such as |
|
Controls the randomness of the output. Values can range over |
|
The maximum temperature this model can use. |
|
For Nucleus sampling considers the smallest set of tokens whose
probability sum is at least |
|
For Top-k sampling. Top-k sampling considers the set of |