Files
letta-server/tests/model_settings/gemini-2.5-pro.json
cthomas 7b0bd1cb13 feat: cutover repo to 1.0 sdk client LET-6256 (#6361)
feat: cutover repo to 1.0 sdk client
2025-11-24 19:11:18 -08:00

14 lines
287 B
JSON

{
"handle": "google_ai/gemini-2.5-pro",
"model_settings": {
"provider_type": "google_ai",
"temperature": 0.7,
"max_output_tokens": 65536,
"parallel_tool_calls": false,
"thinking_config": {
"include_thoughts": true,
"thinking_budget": 1024
}
}
}