| .. |
|
anthropic
|
Fix: Skip empty text blocks in Anthropic system messages (#17442)
|
2025-12-03 21:25:06 -08:00 |
|
azure
|
Fix: Lack of None value checks & update publicai_chat_transformation tests (#17539)
|
2025-12-05 09:43:52 -08:00 |
|
azure_ai
|
fix tests/test_litellm/llms/azure_ai/claude/test_azure_anthropic_handler.py
|
2025-11-27 22:59:29 +05:30 |
|
baseten/chat
|
add testing and remove redundant function
|
2025-08-21 11:25:26 -07:00 |
|
bedrock
|
fix bedrock qwen anthropic beta (#17467)
|
2025-12-05 15:47:34 -08:00 |
|
bytez/chat
|
Integration: Bytez as a model provider (#12121)
|
2025-07-12 10:50:39 -07:00 |
|
chat
|
Litellm fix GitHub action testing (#11163)
|
2025-05-26 14:41:42 -07:00 |
|
cohere
|
fix(unified_guardrail.py): support during_call event type for unified guardrails (#17514)
|
2025-12-04 22:06:13 -08:00 |
|
cometapi/chat
|
feat: add CometAPI provider support with chat completions and streaming (#13458)
|
2025-08-11 18:06:37 -07:00 |
|
compactifai
|
Fix CompactifAI provider tests and implementation
|
2025-09-15 22:03:42 +02:00 |
|
custom_httpx
|
🐛 Fix proxy caching between requests in aiohttp transport (#17122)
|
2025-12-02 14:37:45 -08:00 |
|
dashscope
|
feat: support dashscope tiered pricing
|
2025-11-03 20:27:25 -08:00 |
|
databricks
|
Update Databricks model pricing and add new models (including databricks pricing test). (#17277)
|
2025-12-01 20:06:47 -08:00 |
|
datarobot
|
Updated URL handling for DataRobot provider base
|
2025-08-21 19:42:46 -06:00 |
|
deepgram
|
fix: return the diarized transcript when it's required in the request (#16133)
|
2025-11-02 09:45:18 -08:00 |
|
deepinfra
|
fix deepinfra test
|
2025-09-10 19:39:23 -07:00 |
|
docker_model_runner
|
fix docker model runner tests
|
2025-11-22 11:07:56 -08:00 |
|
featherless_ai/chat
|
test: fixes
|
2025-05-31 12:42:56 -07:00 |
|
fireworks_ai/chat
|
Litellm fix GitHub action testing (#11163)
|
2025-05-26 14:41:42 -07:00 |
|
gemini
|
Add Gemini image edit support (#16430)
|
2025-11-12 18:48:27 -08:00 |
|
github_copilot
|
fix(github_copilot): preserve encrypted_content in reasoning items for multi-turn conversations (#17130)
|
2025-12-05 12:42:25 -08:00 |
|
heroku
|
adds tool calling test
|
2025-08-06 14:23:55 -06:00 |
|
hosted_vllm
|
fix: fix vllm test
|
2025-09-27 10:01:48 -07:00 |
|
huggingface
|
refactor: cleanup huggingface rerank transformation
|
2025-06-06 10:30:44 -07:00 |
|
jina_ai/embedding
|
feat(JinaAI): support multimodal embedding models (#13181)
|
2025-08-05 19:21:56 -07:00 |
|
lemonade
|
Adding unit tests and documentation
|
2025-09-30 12:12:24 -06:00 |
|
litellm_proxy/chat
|
LiteLLM SDK <-> Proxy: support user param + Prisma - remove use_prisma_migrate flag - redundant as this is now default (#13555)
|
2025-08-12 22:03:39 -07:00 |
|
llamafile/chat
|
test llamafile
|
2025-07-03 22:35:22 -07:00 |
|
lm_studio
|
fix(lm_studio): resolve illegal Bearer header value issue
|
2025-09-12 22:41:30 +02:00 |
|
meta_llama
|
[Bug Fix] Fix Error code: 307 for LlamaAPI Streaming Chat (#11946)
|
2025-06-30 16:52:42 -07:00 |
|
mistral
|
Added thinking streaming support for mistral (#16434)
|
2025-11-10 18:41:45 -08:00 |
|
moonshot
|
[Feat] New LLM API Integration - Add Moonshot API (Kimi) (#12551) (#12592)
|
2025-07-14 15:23:34 -07:00 |
|
nebius
|
test: fixes
|
2025-05-31 12:42:56 -07:00 |
|
novita/chat
|
Litellm fix GitHub action testing (#11163)
|
2025-05-26 14:41:42 -07:00 |
|
nscale/chat
|
Litellm fix GitHub action testing (#11163)
|
2025-05-26 14:41:42 -07:00 |
|
oci/chat
|
OCI Provider: Fix pydantic validation errors during tool call with streaming. (#16899)
|
2025-11-23 22:03:44 -08:00 |
|
ollama
|
Fixes #13652 - auth not working with ollama.com (#17191)
|
2025-12-05 15:52:54 -08:00 |
|
openai
|
feat: Add xhigh reasoning effort for gpt-5.1-codex-max (#17585)
|
2025-12-06 09:48:18 -08:00 |
|
openai_like
|
Refactor: Skip PublicAI tests if API key is not set (#17540)
|
2025-12-05 10:22:07 -08:00 |
|
openrouter/chat
|
Support Deepseek 3.2 with Reasoning (#17384)
|
2025-12-02 22:00:19 -08:00 |
|
ovhcloud
|
Add support of audio transcription for OVHcloud (#17305)
|
2025-12-01 18:26:39 -08:00 |
|
perplexity
|
Revert "Update perplexity cost tracking (#15743)" (#16345)
|
2025-11-06 19:00:45 -08:00 |
|
pg_vector/vector_stores
|
[Bug Fix] QA - Use PG Vector Vector Store with LiteLLM (#12716)
|
2025-07-18 08:41:18 -07:00 |
|
publicai
|
Fix: Lack of None value checks & update publicai_chat_transformation tests (#17539)
|
2025-12-05 09:43:52 -08:00 |
|
ragflow/chat
|
fix failing vertex tests
|
2025-12-06 00:04:04 +05:30 |
|
recraft
|
[Feat] Add Recraft API - Image Edits Support (#12874)
|
2025-07-22 15:03:08 -07:00 |
|
runwayml
|
[Feat] RunwayML - Add support for /audio/speech eleven_multilingual_v2 endpoint (#16604)
|
2025-11-13 14:32:09 -08:00 |
|
sagemaker
|
[Oct Staging Branch] (#15460)
|
2025-10-17 17:52:25 -07:00 |
|
sambanova
|
Feat/sambanova embeddings (#13308)
|
2025-08-12 17:15:26 -07:00 |
|
snowflake
|
Snowflake provider support: added embeddings, PAT, account_id (#15727)
|
2025-11-17 20:27:46 -08:00 |
|
vercel_ai_gateway
|
Fix vercel_ai_gateway entry for glm-4.6 (#16084)
|
2025-10-30 19:40:35 -07:00 |
|
vertex_ai
|
fix(gemini): use thought:true instead of thoughtSignature to detect thinking blocks (#17266)
|
2025-12-05 15:51:51 -08:00 |
|
volcengine
|
add more test
|
2025-09-16 12:11:10 +08:00 |
|
wandb
|
(feat): Add W&B Inference to LiteLLM
|
2025-09-11 00:07:30 +05:30 |
|
watsonx
|
fix: make test_watsonx_gpt_oss_prompt_transformation deterministic (#17597)
|
2025-12-06 08:48:39 -08:00 |
|
xai
|
Prompt security litellm (#16365)
|
2025-11-24 11:44:20 -08:00 |
|
zai
|
feat(provider): add Z.AI (Zhipu AI) as built-in provider (#17307)
|
2025-12-01 19:56:47 -08:00 |