litellm-mirror/litellm/llms/base_llm
Krish Dholakia d58fe5a9f9 Add OpenAI gpt-4o-transcribe support (#9517)
* refactor: introduce new transformation config for gpt-4o-transcribe models

* refactor: expose new transformation configs for audio transcription

* ci: fix config yml

* feat(openai/transcriptions): support provider config transformation on openai audio transcriptions

allows gpt-4o and whisper audio transformation to work as expected

* refactor: migrate fireworks ai + deepgram to new transform request pattern

* feat(openai/): working support for gpt-4o-audio-transcribe

* build(model_prices_and_context_window.json): add gpt-4o-transcribe to model cost map

* build(model_prices_and_context_window.json): specify what endpoints are supported for `/audio/transcriptions`

* fix(get_supported_openai_params.py): fix return

* refactor(deepgram/): migrate unit test to deepgram handler

* refactor: cleanup unused imports

* fix(get_supported_openai_params.py): fix linting error

* test: update test
2025-03-26 23:10:25 -07:00
..
anthropic_messages (Refactor) /v1/messages to follow simpler logic for Anthropic API spec (#9013) 2025-03-06 00:43:08 -08:00
audio_transcription Add OpenAI gpt-4o-transcribe support (#9517) 2025-03-26 23:10:25 -07:00
chat fix(azure_ai/transformation.py): support passing api version to azure ai services endpoint 2025-03-12 15:16:42 -07:00
completion refactor: update method signature 2025-03-12 15:23:38 -07:00
embedding refactor: update method signature 2025-03-12 15:23:38 -07:00
image_variations refactor: update method signature 2025-03-12 15:23:38 -07:00
rerank Add cohere v2/rerank support (#8421) (#8605) 2025-02-22 22:25:29 -08:00
responses fix code quality checks 2025-03-20 13:57:35 -07:00
base_model_iterator.py Litellm dev 12 30 2024 p2 (#7495) 2025-01-01 18:57:29 -08:00
base_utils.py Add anthropic thinking + reasoning content support (#8778) 2025-02-24 21:54:30 -08:00