Files
litellm/tests/llm_translation
kothamah 12530b375f Litellm bedrock OpenAI model support (#17368)
* Update constants.py

added constants

* Update base_aws_llm.py

added steps

* Update invoke_handler.py

added openai support

* Update base_invoke_transformation.py

added

* Update test_bedrock_completion.py

added
2025-12-02 09:19:53 -08:00
..
2025-10-16 18:00:46 -07:00
2025-11-22 09:41:15 -08:00
2025-04-07 21:02:52 -07:00
2025-10-25 12:42:01 -07:00
2025-10-17 11:18:29 -07:00
2025-11-03 18:58:03 -08:00
2024-12-02 22:00:01 -08:00
2025-07-22 18:44:44 -07:00
2025-10-31 19:10:38 -07:00
2025-11-01 09:25:29 -07:00
2025-11-21 17:12:55 -08:00
2025-05-31 12:42:56 -07:00

Unit tests for individual LLM providers.

Name of the test file is the name of the LLM provider - e.g. test_openai.py is for OpenAI.