Ishaan Jaffer
68105ce1a7
fix type
2025-09-16 15:41:52 -07:00
Ishaan Jaff and GitHub
8e22cf5d65
[Fix] /responses API - add cancel endpoint + allow non-admins to use this as an llm api endpoint ( #14594 )
...
* fix: ensure /responses/cancel works for non admins
* test: cancel endpoint
* fix responses API cancel endpoint
* test fix
* TestGoogleAIStudioResponsesAPITest
2025-09-15 18:49:54 -07:00
Sameer Kankute and GitHub
110ce543c2
[Feat]Add cancel endpoint support for openai and azure ( #14561 )
...
* Add cancel endpoint support for openai
and azure
* fix lint error
* fix cancel url contruction azure
* readd changes
2025-09-15 07:08:56 -07:00
Ishaan Jaff and GitHub
93af8fd6ba
[QA] E2E - Testing for bedrock batches api ( #14525 )
...
* add bedrock/batch-anthropic.claude-3-5-sonnet-20240620-v1:0
* test_bedrock_batches_api
* fix
* fix import
* test_bedrock_batches_api
2025-09-12 19:31:19 -07:00
Ishaan Jaff and GitHub
04dc1a5351
[Feat] Add support for returning images with gemini/gemini-2.5-flash-image-preview with /chat/completions ( #13983 )
...
* add gemini-2.5-flash-image-preview
* add gemini-2.5-flash-image-preview
* add image in ChatCompletionResponseMessage
* test_gemini_image_generation_async
* Revert "Merge pull request #13394 from Deviad/feature/enhance_logging_for_containers"
This reverts commit 539b94ad4e , reversing
changes made to 71af7bcf9c .
* include `image` in Delta
* fix _process_candidates should show the image response
* fix: _handle_special_delta_attributes
* test_gemini_image_generation_async_stream
* image_generation_chat
* UI - allow looking at generated images from /chat/completions
* _create_streaming_choice
* fix import StreamingChoices
* fix ChatCompletionResponseMessage
* test_gemini_image_generation
* add gemini img migration
* fix _extract_candidate_metadata
* ui fix
* fix batch endpoint test
2025-08-27 16:16:19 -07:00
Krish Dholakia and GitHub
22d28f5853
Batches - support batch retrieve with target model Query Param + Anthropic - completion bridge, yield content_block_stop chunk ( #12228 )
...
* fix(batches_endpoints/endpoints.py): support passing target model names for batch list as a query param
Fixes issue where cloud run fails calls because GET can't contain request body
* test(test_openai_batches_endpoints.py): add unit test
* docs(managed_batches.md): update docs
* feat(spend_tracking_utils.py): support STORE_PROMPTS_IN_SPEND_LOGS env var
ensures prompt is stored in spend logs
* fix(streaming_iterator.py): fix anthropic - completion streaming iterator to yield content block stop
ensures claude code renders messages
* test: skip local test
2025-07-01 22:13:48 -07:00
Ishaan Jaff and GitHub
4e7115bc34
Bug Fix - responses api fix got multiple values for keyword argument 'litellm_trace_id' ( #12225 )
...
* fix - handling trace id arg on responses api
* test_async_response_api_handler_merges_trace_id_without_error
* test_anthropic_with_responses_api
2025-07-01 18:12:22 -07:00
Ishaan Jaff
2e3a0222e6
Revert "test_anthropic_with_responses_api"
...
This reverts commit 2f0bdf887e80f85669fb0bae9fcede16863d658e.
2025-07-01 17:43:21 -07:00
Ishaan Jaff
648e8d6533
test_anthropic_with_responses_api
2025-07-01 17:43:21 -07:00
Ishaan Jaff
e3094c2249
set flaky tests as flaky
2025-06-14 13:51:52 -07:00
Ishaan Jaff
2e9fb2f6ba
# expect an error when getting the response again since
2025-04-25 09:42:35 -07:00
Ishaan Jaff
cb87dbbd51
fix responses test
2025-04-24 21:23:25 -07:00
Ishaan Jaff and GitHub
5de101ab7b
[Feat] Add GET, DELETE Responses endpoints on LiteLLM Proxy ( #10297 )
...
* add GET responses endpoints on router
* add GET responses endpoints on router
* add GET responses endpoints on router
* add DELETE responses endpoints on proxy
* fixes for testing GET, DELETE endpoints
* test_basic_responses api e2e
2025-04-24 17:34:26 -07:00
Ishaan Jaff
d41856ce3d
test_bad_request_bad_param_error
2025-03-13 16:02:21 -07:00
Ishaan Jaff
3b632ac825
test_async_bad_request_bad_param_error
2025-03-13 15:57:19 -07:00
Ishaan Jaff
63783383e7
add basic validation tests for e2e responses create endpoint
2025-03-13 15:25:50 -07:00
Ishaan Jaff
e9f3d97eb0
working e2e tests for responses api
2025-03-13 15:17:47 -07:00
Ishaan Jaff
08f4a6844b
rename folder to test openai endpoints
2025-03-13 15:13:48 -07:00