Files
litellm/tests/llm_translation
3a73309006 Add bedrock llama4 pricing + handle llama4 templating on bedrock invoke route (#10582)
* build(model_prices_and_context_window.json): add bedrock llama4 models to model cost map

* fix template conversion for Llama 4 models in Bedrock (#10557)

* test: add testing to repro https://github.com/BerriAI/litellm/pull/10557

* test: add unit testing

* test(test_main.py): refactor where test is kept

---------

Co-authored-by: aswny <87371411+aswny@users.noreply.github.com>
2025-05-06 16:06:24 -07:00
..
2025-04-07 21:02:52 -07:00
2025-04-02 09:46:45 -07:00
2024-12-02 22:00:01 -08:00
2024-12-03 20:52:19 -08:00
2025-04-29 18:54:49 -07:00
2025-05-03 18:10:30 -07:00
2025-03-11 16:32:15 -04:00
2025-03-14 18:14:41 +01: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.