Files
letta-server/tests/model_settings/claude-4-5-sonnet.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
282 B
JSON

{
"handle": "anthropic/claude-sonnet-4-5-20250929",
"model_settings": {
"provider_type": "anthropic",
"temperature": 1.0,
"max_output_tokens": 4096,
"parallel_tool_calls": false,
"thinking": {
"type": "enabled",
"budget_tokens": 1024
}
}
}