litellm/tests/test_litellm/llms/openai
Sameer Kankute 4f1e484a9b Merge branch 'main' into litellm_dev_sameer_16_march_week
Resolve conflicts in common_request_processing.py (keep main streaming,
post_call_success_hook try/finally, deferred logging; retain skip_pre_call_logic)
and utils.py (defer + internal-call skip + sync success callbacks for all calls).

Tighten _has_post_call_guardrails for event_hook=None; align deferred
guardrail test. Sync model_prices_and_context_window_backup.json.

Pyright: narrow ignores for passthrough StreamingResponse and post_call hook.
Made-with: Cursor
2026-03-22 00:29:38 +05:30
..
chat fix(openai): handle missing 'id' field in streaming chunks for MiniMax (#23931) 2026-03-19 13:04:47 +05:30
completion fix(text_completion): support token IDs (list of integers) as prompt (#18011) 2026-01-12 17:33:24 +05:30
embeddings/guardrail_translation [Fix] Guardrails API - Ensure OpenAI Moderations Guard works with OpenAI Embeddings (#20523) 2026-02-05 14:40:15 -08:00
evals Update tests/test_litellm/llms/openai/evals/test_openai_evals_transformation.py 2026-02-17 19:30:58 +05:30
image_generation test(image_generation): add tests for extra_headers propagation 2026-02-25 01:51:18 +08:00
realtime [Feat] Add xAI /realtime API Support - works with LiveKitSDK (#20381) 2026-02-03 19:58:28 -08:00
responses merge: resolve conflicts between main and litellm_oss_staging_03_11_2026 2026-03-12 09:38:31 -03:00
speech fix(unified_guardrail.py): support during_call event type for unified guardrails (#17514) 2025-12-04 22:06:13 -08:00
transcriptions test: use real completion_cost() instead of duplicating inline logic 2026-02-26 16:24:48 -03:00
vector_store_files Vector store files Stable Release (#16643) 2025-11-15 13:00:33 -08:00
vector_stores Fix create, search vector store error (#13285) 2025-08-06 11:15:17 -07:00
test_gpt5_transformation.py Fix gpt-5.4 using remote model cost map for tests 2026-03-20 23:35:00 +05:30
test_o_series_transformation.py 🐛 Fix a bug where openai image edit siltently ignores multiple images 2025-09-26 10:56:06 +05:30
test_openai_common_utils.py fix: make LITELLM_CLIENT_SPECIFIC_PARAMS a tuple to prevent TypeError 2026-02-21 13:25:23 -08:00
test_openai_empty_response.py (fix): empty response + vllm streaming (#17516) 2025-12-04 19:24:28 -08:00
test_openai_image_edit_transformation.py merge: resolve conflicts between main and litellm_oss_staging_03_11_2026 2026-03-12 09:38:31 -03:00