You're looking at a specific version of this model. Jump to the model overview.
google /gemini-2.5-flash:c4ccdac8
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
| Field | Type | Default value | Description |
|---|---|---|---|
| prompt |
string
|
The text prompt to send to the model
|
|
| system_instruction |
string
|
System instruction to guide the model's behavior
|
|
| temperature |
number
|
1
Max: 2 |
Sampling temperature between 0 and 2
|
| top_p |
number
|
0.8
Max: 1 |
Nucleus sampling parameter - the model considers the results of the tokens with top_p probability mass
|
| top_k |
integer
|
10
Min: 1 |
Top-k sampling parameter - the model considers the top k tokens
|
| max_output_tokens |
integer
|
4096
Min: 1 |
Maximum number of tokens to generate
|
| thinking_budget |
integer
|
Thinking budget for reasoning (0 to disable thinking, higher values allow more reasoning)
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'items': {'type': 'string'},
'title': 'Output',
'type': 'array',
'x-cog-array-display': 'concatenate',
'x-cog-array-type': 'iterator'}