| .. |
|
anthropic_interface
|
|
|
|
assistants
|
|
|
|
batch_completion
|
|
|
|
batches
|
(feat)Litellm x twelvelabs bedrock[Async Invoke Support] (#14871)
|
2025-10-02 18:52:33 -07:00 |
|
caching
|
[Performance] Reduce complexity of InMemoryCache.evict_cache from O(n*log(n)) to O(log(n)) (#15000)
|
2025-09-30 16:49:35 -07:00 |
|
completion_extras
|
fix: fix import errors
|
2025-09-14 09:32:21 -07:00 |
|
endpoints/speech/speech_to_completion_bridge
|
fix: fix import errors
|
2025-09-14 09:32:21 -07:00 |
|
experimental_mcp_client
|
fix: resolve regression with duplicate Mcp-Protocol-Version header
|
2025-09-30 07:12:56 +09:00 |
|
files
|
Litellm gemini batch (#14733)
|
2025-09-19 15:22:52 -07:00 |
|
fine_tuning
|
|
|
|
google_genai
|
fix mypy check issues
|
2025-09-30 10:37:21 +08:00 |
|
images
|
fix(main.py): remove image edit optional param from image generation
|
2025-09-06 11:24:25 -07:00 |
|
integrations
|
Merge pull request #15015 from anthony-liner/fix/langfuse-total-tokens
|
2025-10-02 17:33:43 -07:00 |
|
litellm_core_utils
|
Fix whitespace handling in _has_meaningful_content function
|
2025-10-03 13:46:51 +08:00 |
|
llms
|
Merge branch 'BerriAI:main' into kowyo/fix-ollama-think
|
2025-10-04 10:35:20 +08:00 |
|
passthrough
|
|
|
|
proxy
|
Merge pull request #15007 from TobiMayr/feature/add-max-requests-env-var
|
2025-10-03 15:30:15 -07:00 |
|
realtime_api
|
|
|
|
rerank_api
|
[Feat] Add Nvidia NIM Rerank Support (#15152)
|
2025-10-02 18:58:52 -07:00 |
|
responses
|
[Feat] Return Cost for Responses API Streaming requests (#15053)
|
2025-09-29 19:47:04 -07:00 |
|
router_strategy
|
fix: remove router inefficiencies (from O(M*N) to O(1)) - 62.5% faster P99 latency (#15046)
|
2025-09-29 15:49:46 -07:00 |
|
router_utils
|
fix: fix import errors
|
2025-09-14 09:32:21 -07:00 |
|
secret_managers
|
fix: use fastuuid helper (#14903)
|
2025-09-25 15:47:01 -07:00 |
|
types
|
[Feat] VertexAI - Support googlemap grounding in vertex ai (#15179)
|
2025-10-03 16:07:51 -07:00 |
|
vector_stores
|
|
|
|
__init__.py
|
Add "eu.anthropic.claude-sonnet-4-5-20250929-v1:0" in "model_prices_and_context_window.json" (#15181)
|
2025-10-03 15:52:18 -07:00 |
|
_logging.py
|
|
|
|
_redis.py
|
[Security] Fix: Ensure .info() logs are not used for request/responses + Add code QA check for possible violations (#14386)
|
2025-09-09 13:55:56 -07:00 |
|
_service_logger.py
|
|
|
|
_uuid.py
|
Fix: revert fastuuid optional dependency, always use fastuuid in .__uid helper (#14941)
|
2025-09-26 09:14:20 -07:00 |
|
_version.py
|
|
|
|
budget_manager.py
|
|
|
|
constants.py
|
(feat)Litellm x twelvelabs bedrock[Async Invoke Support] (#14871)
|
2025-10-02 18:52:33 -07:00 |
|
cost_calculator.py
|
Removing get_model_info from Lemonade provider. Implemented get_models which gets hooked into get_valid_models litellm utility. Also, added a simple cost calculator implementation for Lemonade so calling cost_calculator.completion_cost() doesn't return an error when a model is not found in the model_cost json.
|
2025-09-30 12:12:24 -06:00 |
|
cost.json
|
|
|
|
exceptions.py
|
Revert "[Feature]: Replace HTTPException with ParallelRequestLimitError in pa…" (#15095)
|
2025-09-30 21:17:04 -07:00 |
|
main.py
|
Merge branch 'BerriAI:main' into gemini-adapter-fixes
|
2025-10-01 09:53:51 +08:00 |
|
model_prices_and_context_window_backup.json
|
Add "eu.anthropic.claude-sonnet-4-5-20250929-v1:0" in "model_prices_and_context_window.json" (#15181)
|
2025-10-03 15:52:18 -07:00 |
|
mypy.ini
|
fix mypy
|
2025-09-27 12:21:32 -07:00 |
|
py.typed
|
|
|
|
router.py
|
[Fix] - Router: optimize unhealthy deployment filtering in retry path (O(n*m) → O(n+m)) (#15110)
|
2025-10-02 18:55:18 -07:00 |
|
scheduler.py
|
|
|
|
timeout.py
|
|
|
|
utils.py
|
[Feat] Add Nvidia NIM Rerank Support (#15152)
|
2025-10-02 18:58:52 -07:00 |