graphiti/tests/llm_client
Daniel Chalef 8b7ad6f84c
Update default Anthropic model to claude-haiku-4-5 (#1070)
* Update default Anthropic model to claude-haiku-4-5-latest

- Add Claude 4.5 models to AnthropicModel type (claude-sonnet-4-5-latest, claude-sonnet-4-5-20250929, claude-haiku-4-5-latest)
- Change DEFAULT_MODEL from claude-3-7-sonnet-latest to claude-haiku-4-5-latest
- Update test assertions to reflect new default model

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Add Claude 4.5 models to max_tokens mapping

- Add claude-sonnet-4-5-latest, claude-sonnet-4-5-20250929, and claude-haiku-4-5-latest to ANTHROPIC_MODEL_MAX_TOKENS
- All Claude 4.5 models support 64K (65536) max output tokens
- Based on official Anthropic documentation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Update uv.lock dependencies

---------

Co-authored-by: Claude <noreply@anthropic.com>
2025-11-15 09:07:18 -08:00
..
test_anthropic_client.py Update default Anthropic model to claude-haiku-4-5 (#1070) 2025-11-15 09:07:18 -08:00
test_anthropic_client_int.py Anthropic cleanup (#431) 2025-05-03 09:15:03 -04:00
test_azure_openai_client.py Fix Azure structured completions (#1039) 2025-11-01 18:40:43 -07:00
test_client.py Anthropic cleanup (#431) 2025-05-03 09:15:03 -04:00
test_errors.py Anthropic client (#361) 2025-04-16 12:35:07 -07:00
test_gemini_client.py save edge update (#721) 2025-07-14 11:15:38 -04:00