litellm/litellm
berriai-litellm-provider-info-sync[bot] 010a5a5b1c
chore(prices): sync OpenRouter prices: 5 models
openrouter/~anthropic/claude-fable-latest: supports_tool_choice
openrouter/~deepseek/deepseek-pro-latest: max_tokens, max_output_tokens, input_cost_per_token, output_cost_per_token, cache_read_input_token_cost
openrouter/anthropic/claude-fable-5.1: supports_tool_choice
openrouter/deepseek/deepseek-v4-pro-0813: max_tokens, max_output_tokens, input_cost_per_token, output_cost_per_token, cache_read_input_token_cost, off_peak_pricing
openrouter/qwen/qwen3.6-35b-a3b: input_cost_per_token, output_cost_per_token
2026-09-20 18:30:53 +00:00
..
a2a_protocol refactor(types): replace Any with proven types in 34 files 2026-09-20 10:16:48 +00:00
anthropic_interface docs: stop advertising sk-1234 as the master key in shipped configs and examples 2026-09-19 12:59:48 -07:00
assistants refactor(typing): replace Any with proven types in 89 more backend files 2026-09-02 23:08:42 +00:00
batch_completion
batches Merge remote-tracking branch 'origin/main' into litellm_mistral_ocr_batches 2026-09-18 21:51:33 -07:00
caching refactor(proxy): trim the invalidation docstrings and inject the page read failure 2026-09-16 16:41:13 -07:00
chat_completions route stuff through dispatch no direct main 2026-09-17 11:06:46 -07:00
completion_extras style(responses_bridge): apply ruff format 2026-09-16 23:52:53 +00:00
compression merge: main into litellm_headroom_protect_cached_prefix 2026-09-15 04:12:28 +00:00
containers docs: stop advertising sk-1234 as the master key in shipped configs and examples 2026-09-19 12:59:48 -07:00
endpoints/speech/speech_to_completion_bridge refactor(speech): freeze httpx response header dicts (LIT002) 2026-08-31 21:12:53 -07:00
evals
experimental_mcp_client docs(mcp): clarify method-preserving redirect scope 2026-09-19 15:52:07 -07:00
files Merge remote-tracking branch 'origin/main' into litellm_mistral_ocr_batches 2026-09-18 21:51:33 -07:00
fine_tuning refactor(typing): replace Any with proven types in 89 more backend files 2026-09-02 23:08:42 +00:00
google_genai fix(google_genai): drop non-object tool parameters instead of forwarding them 2026-09-19 19:19:33 -07:00
images feat(azure_ai): support FLUX.2 flex images 2026-09-15 12:25:19 -05:00
integrations refactor(types): keep agentops preset imports optional 2026-09-20 10:28:06 +00:00
interactions refactor(types): replace Any with proven types in 34 files 2026-09-20 10:16:48 +00:00
litellm_core_utils refactor(types): replace Any with proven types in 34 files 2026-09-20 10:16:48 +00:00
llms Merge pull request #41980 from BerriAI/litellm_fal_seedance_video 2026-09-20 10:18:48 -07:00
messages route stuff through dispatch no direct main 2026-09-17 11:06:46 -07:00
models fix(proxy): estimate auto-router baseline costs from durable cache history 2026-09-19 12:44:47 -07:00
ocr feat(rust): add Amazon Textract to litellm.ocr and sign provider requests after host hooks 2026-09-19 09:11:52 -07:00
passthrough Merge pull request #41557 from BerriAI/litellm_azure_speech_passthrough 2026-09-18 14:05:55 -07:00
proxy Merge pull request #41879 from BerriAI/litellm_jev_test_budget_1789764884 2026-09-20 10:10:21 -07:00
proxy_auth
rag fix(s3_vectors): embed registered-store ingests with the store's embedding model 2026-09-19 04:31:15 -07:00
realtime_api fix(vertex_ai): apply finals before interims and refresh the token per stream 2026-09-18 16:53:06 -07:00
repositories refactor(batches): annotate the stored file row so its model import is a real use 2026-09-19 12:39:44 -07:00
rerank_api fix(rerank): adopt declared authenticating providers in arerank instead of resolving them 2026-09-01 14:47:59 -07:00
responses chore(mcp): merge main with unit test timeout safeguards 2026-09-19 09:42:08 -07:00
router_strategy refactor(types): replace Any with proven types in 34 files 2026-09-20 10:16:48 +00:00
router_utils Merge pull request #42045 from BerriAI/litellm_lit_8201_notfound_retry_policy 2026-09-19 19:37:45 -07:00
rust_bridge refactor(rust): rename legacy callback adapter crate 2026-09-19 23:06:26 +00:00
sandbox
search fix(search): forward search-tool params through the router, complete Parallel AI v1 param mapping (#37883) 2026-09-01 21:46:46 -07:00
secret_managers refactor(vault): type the KV read body walk as Mapping[str, object] 2026-09-18 09:28:20 +00:00
skills feat(skills): semantic search over the LiteLLM-hosted skill registry (#39401) 2026-09-07 12:28:38 -07:00
types Merge pull request #42045 from BerriAI/litellm_lit_8201_notfound_retry_policy 2026-09-19 19:37:45 -07:00
vector_store_files refactor(typing): replace Any with proven types in 42 more backend files 2026-09-02 15:35:01 +00:00
vector_stores Merge remote-tracking branch 'origin/litellm_internal_staging' into litellm_python_version_ci 2026-09-03 00:16:19 -07:00
videos refactor(videos): make video upload param keyword-only on public edit fns 2026-08-24 15:55:07 -07:00
__init__.py chore: remove the dead telemetry flag from the SDK, proxy CLI and configs 2026-09-20 01:44:10 +00:00
_internal_context.py fix(proxy): price one cost estimate at one moment 2026-09-07 18:38:12 -07:00
_lazy_imports.py fix(lazy_imports): type import_map as Mapping to stay under the LIT001 budget 2026-09-05 16:12:45 -07:00
_lazy_imports_registry.py fix(vertex_ai): keep reasoning_effort unsupported on Vertex AI Mistral partner models 2026-09-18 13:16:56 -07:00
_logging.py Merge pull request #40934 from BerriAI/litellm_fix_ocr_native_multipage_pdf 2026-09-16 18:06:11 -07:00
_redis.py fix(redis): accept every truthy flag and sign serverless ElastiCache caches 2026-09-10 10:13:03 -04:00
_redis_credential_provider.py fix(redis): accept every truthy flag and sign serverless ElastiCache caches 2026-09-10 10:13:03 -04:00
_service_logger.py chore: merge origin/litellm_internal_staging into litellm_decrease_anys_opus5_r4 2026-09-04 18:59:35 -07:00
_uuid.py
_version.py
anthropic_beta_headers_config.json Merge pull request #41203 from clonylu/fix/anthropic-thinking-binding-beta-header 2026-09-18 12:50:55 -07:00
anthropic_beta_headers_manager.py
blog_posts.json
budget_manager.py
constants.py feat(batches): run hosted_vllm batches inside LiteLLM 2026-09-19 01:47:43 -07:00
cost.json
cost_calculator.py fix(cost): keep the deployment's OCR page rate when the model has no published price 2026-09-19 01:59:39 -07:00
exceptions.py fix(exceptions): keep internal_server_error as the public type of an upstream 500 2026-09-18 22:28:58 -07:00
main.py merge: origin/main into litellm_lit_7346_multi_choice_stream_guardrails 2026-09-19 17:34:43 -07:00
model_prices_and_context_window_backup.json chore(prices): sync OpenRouter prices: 5 models 2026-09-20 18:30:53 +00:00
policy_templates_backup.json
provider_endpoints_support_backup.json fix(batches): honor deployment OCR page pricing in batch cost and answer 400 for unsupported Mistral file purposes 2026-09-18 23:57:41 -07:00
py.typed
router.py Merge pull request #42062 from BerriAI/litellm_pr38499_batch_retrieve_model_group 2026-09-19 18:23:06 -07:00
scheduler.py
setup_wizard.py feat(models): add Claude Fable 5.1 across Anthropic, Bedrock, Vertex AI, and Azure AI 2026-09-01 18:07:06 +00:00
timeout.py
utils.py Merge pull request #41980 from BerriAI/litellm_fal_seedance_video 2026-09-20 10:18:48 -07:00