Skip to content
Open
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
4 changes: 4 additions & 0 deletions amplifier_module_provider_gemini/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,10 @@ def get_info(self) -> ProviderInfo:
"max_tokens": 8192,
"temperature": 0.7,
"timeout": 600.0,
"context_window": 1_048_576,
"max_output_tokens": 65_536,
# Gemini charges 2x input / 1.5x output above 200k tokens
"context_budget_cap": 200_000,
},
config_fields=[
ConfigField(
Expand Down