litellm-mirror/litellm/llms/openai
Krish Dholakia 217681eb5e
Litellm dev 04 22 2025 p1 (#10206)
* fix(openai.py): initial commit adding generic event type for openai responses api streaming

Ensures handling for undocumented event types - e.g. "response.reasoning_summary_part.added"

* fix(transformation.py): handle unknown openai response type

* fix(datadog_llm_observability.py): handle dict[str, any] -> dict[str, str] conversion

Fixes https://github.com/BerriAI/litellm/issues/9494

* test: add more unit testing

* test: add unit test

* fix(common_utils.py): fix message with content list

* test: update testing
2025-04-22 23:58:43 -07:00
..
chat fix(o_series_transformation.py): correctly map o4 to openai o_series model (#10079) 2025-04-16 21:51:31 -07:00
completion build(pyproject.toml): add new dev dependencies - for type checking (#9631) 2025-03-29 11:02:13 -07:00
fine_tuning build(pyproject.toml): add new dev dependencies - for type checking (#9631) 2025-03-29 11:02:13 -07:00
image_variations [BETA] Add OpenAI /images/variations + Topaz API support (#7700) 2025-01-11 23:27:46 -08:00
realtime (code quality) run ruff rule to ban unused imports (#7313) 2024-12-19 12:33:42 -08:00
responses Litellm dev 04 22 2025 p1 (#10206) 2025-04-22 23:58:43 -07:00
transcriptions VertexAI non-jsonl file storage support (#9781) 2025-04-09 14:01:48 -07:00
common_utils.py get_openai_client_cache_key 2025-03-18 18:35:50 -07:00
cost_calculation.py Support Gemini audio token cost tracking + fix openai audio input token cost tracking (#9535) 2025-03-26 17:26:25 -07:00
openai.py VertexAI non-jsonl file storage support (#9781) 2025-04-09 14:01:48 -07:00