mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-07 23:08:07 +00:00
41436fefa0
* feat: add Lambda AI provider support Add support for Lambda AI (lambda.ai) as a new LLM provider in LiteLLM. Lambda AI provides access to a wide range of open-source models through their cloud GPU infrastructure. Changes: - Add Lambda AI provider implementation (OpenAI-compatible) - Register 20 Lambda AI models with accurate pricing and 131k context windows - Add comprehensive tests for Lambda AI integration - Add detailed documentation with usage examples - Use "lambda_ai" as provider name to avoid Python keyword conflict Models include Llama 3.x, DeepSeek, Hermes, Qwen, and specialized models for coding and vision tasks. * fix(tests): ensure lambda_ai_models list is repopulated after model cost reload Updated test cases to clear and repopulate the lambda_ai_models list after reloading the model cost map. This ensures that the tests accurately reflect the current state of available models. * feat: add Lambda AI chat configuration support Added support for Lambda AI chat configuration in the ProviderConfigManager. This enhancement allows the integration of Lambda AI as a provider, expanding the capabilities of LiteLLM.
In total litellm runs 1000+ tests
[02/20/2025] Update:
To make it easier to contribute and map what behavior is tested,
we've started mapping the litellm directory in tests/litellm
This folder can only run mock tests.