Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions google/genai/_gaos/types/interactions/agentoption.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
"deep-research-preview-04-2026",
# Gemini Deep Research Max Agent
"deep-research-max-preview-04-2026",
# Use the Antigravity managed agent to perform multi-step tasks that require reasoning, file operations, and tool use.
"antigravity-preview-05-2026",
],
UnrecognizedStr,
]
Expand Down
2 changes: 2 additions & 0 deletions google/genai/_gaos/types/interactions/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
"gemini-3.1-flash-lite-preview",
# Gemini 3.1 Flash TTS: Powerful, low-latency speech generation. Enjoy natural outputs, steerable prompts, and new expressive audio tags for precise narration control.
"gemini-3.1-flash-tts-preview",
# Our most intelligent model for sustained frontier performance in agentic and coding tasks.
"gemini-3.5-flash",
# Our low-latency, music generation model optimized for high-fidelity audio clips and precise rhythmic control.
"lyria-3-clip-preview",
# Our advanced, full-song generative model with deep compositional understanding, optimized for precise structural control and complex transitions across diverse musical styles.
Expand Down
Loading