Commit Graph

13 Commits

Author SHA1 Message Date
Sameer Kankute
01148511fb Fix: litellm/tests/llm_responses_api_testing/test_anthropic_responses_api.py 2026-02-20 17:30:53 -08:00
Sameer Kankute
51146c4c94 Fix:test_anthropic_messages_with_all_beta_headers 2026-02-19 08:35:38 +05:30
Sameer Kankute
181a1c3a89 Fix test conifg 2026-02-17 21:09:01 +05:30
Sameer Kankute
fc5e947a4d Add azure-ai and vertex ai in test_anthropic_messages_with_all_beta_headers 2026-02-16 15:57:14 +05:30
Ishaan Jaffer
55a78e564d test_anthropic_messages_with_all_beta_headers 2026-02-14 13:03:52 -08:00
Ishaan Jaffer
ec7eb79634 ANTHROPIC_API_KEY 2026-02-14 12:20:55 -08:00
Ishaan Jaffer
1730008657 claude-sonnet-4-5-20250929 2026-02-14 11:28:45 -08:00
Sameer Kankute
bece16069e Add e2e tests for checking if all beta headers in the mapping works 2026-02-13 15:49:50 +05:30
Ishaan Jaffer
671fd848da fix: bedrock-converse-claude-sonnet-4.5 2026-01-31 14:41:02 -08:00
Ishaan Jaffer
a4acf81286 fix bedrock-nova-premier 2026-01-31 13:44:09 -08:00
shin-bot-litellm
dff7f83e7c fix(proxy): resolve 'multiple values for keyword argument' in batch cancel and file retrieve
- batch_endpoints.py: Pop batch_id from data before creating CancelBatchRequest
  to avoid duplicate batch_id when data already contains it from earlier cast

- files_endpoints.py: Pop file_id from data before calling afile_retrieve
  to avoid duplicate file_id when data was initialized with {"file_id": file_id}

- test_claude_agent_sdk.py: Disable bedrock-nova-premier test as it requires
  an inference profile for on-demand throughput (AWS limitation)

Fixes: e2e_openai_endpoints tests (test_batches_operations, test_file_operations)
Fixes: proxy_e2e_anthropic_messages_tests (nova-premier model skip)
2026-01-31 21:26:29 +00:00
shin-bot-litellm
ecd0202f70
litellm_fix(e2e): disable bedrock-converse-claude-sonnet-4.5 model in tests (#20131) 2026-01-31 00:32:42 -08:00
Ishaan Jaff
476f0b29d2
[Feat] LiteLLM x Claude Agent SDK Integration (#20035)
* fix: bedrock invoke - does not support prompt-caching-scope

* fix: UNSUPPORTED_BEDROCK_INVOKE_BETA_PATTERNS

* init requirements.txt

* init README for claude Agent SDK

* fix: using converse models with UNSUPPORTED_BEDROCK_CONVERSE_BETA_PATTERNS

* fix main.py

* init: proxy_e2e_anthropic_messages_tests
2026-01-29 17:48:38 -08:00