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

google /gemini-3-pro:f58d3bef

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)
audio
string
Input audio to send with the prompt (max 1 audio file, up to 8.4 hours)
system_instruction
string
System instruction to guide the model's behavior
thinking_level
None
Thinking level for reasoning (low or high). Replaces thinking_budget for Gemini 3 models.
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

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