You're looking at a specific version of this model. Jump to the model overview.
google /gemini-2.5-flash:a441f4c6
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
|
|
| images |
array
|
[]
|
Input images to send with the prompt (max 10 images, each up to 7MB)
|
| videos |
array
|
[]
|
Input videos to send with the prompt (max 10 videos, each up to 45 minutes)
|
| 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.95
Max: 1 |
Nucleus sampling parameter - the model considers the results of the tokens with top_p probability mass
|
| max_output_tokens |
integer
|
65535
Min: 1 Max: 65535 |
Maximum number of tokens to generate
|
| thinking_budget |
integer
|
Max: 24576 |
Thinking budget for reasoning (0 to disable thinking, higher values allow more reasoning)
|
| dynamic_thinking |
boolean
|
False
|
Enable dynamic thinking - the model will adjust the thinking budget based on the complexity of the request (overrides thinking_budget parameter)
|
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'}