You're looking at a specific version of this model. Jump to the model overview.

google /gemini-2.5-flash:ac2b8866

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.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
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'}