Files
litellm/tests/llm_translation
Krish Dholakia f0c8254665 Add new gemini preview models + Fix cohere v2 embedding 'embedding_types' param mapping (#10991)
* build(model_prices_and_context_window.json): add new gemini preview models

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

* fix(cohere/embed): Fix encoding format <-> embedding types param mapping

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

* fix(aim.py): fix syntax error
2025-05-20 22:39:31 -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-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.