litellm/tests/test_litellm/llms
michelligabriele ea3853e977
fix(vertex_ai): support model names with slashes in passthrough URLs (#19944)
The regex in get_vertex_model_id_from_url() was using [^/:]+
which stopped at the first slash, truncating model names like
'gcp/google/gemini-2.5-flash' to just 'gcp'. This caused
access_groups checks to fail for custom model names.

Changed the pattern to [^:]+ to allow slashes in model names,
only stopping at the colon before the action (e.g., :generateContent).
2026-01-28 09:33:53 -08:00
..
amazon_nova/chat [New Model] Add Amazon Nova as first party provider for chat completions (#17351) 2025-12-06 14:43:55 -08:00
anthropic Fix test_calculate_usage_completion_tokens_details_always_populated and logging object test 2026-01-28 18:00:42 +05:30
azure Merge pull request #19638 from BerriAI/main 2026-01-23 14:54:17 +05:30
azure_ai fix authentication errors at messages API via azure_ai 2025-12-29 15:29:54 +01:00
baseten/chat
bedrock fix(bedrock): support tool search header translation for Sonnet 4.5 (#19871) 2026-01-27 12:17:09 -08:00
bytez/chat
chat
chatgpt Add ChatGPT subscription support and responses bridge (#19030) 2026-01-19 05:37:45 -08: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
compactifai
custom_httpx fix: HTTP client memory leaks in Presidio, OpenAI, and Gemini (#19190) 2026-01-19 19:02:55 -08:00
dashscope
databricks [Fix] CI/CD - litellm_mapped_tests_llms (#18563) 2026-01-01 11:46:32 -08:00
datarobot
deepgram
deepinfra Fix: tool content should be str 2026-01-07 11:01:31 +05:30
docker_model_runner fix docker model runner tests 2025-11-22 11:07:56 -08:00
featherless_ai/chat
fireworks_ai Add support for reasoning param 2025-12-15 09:12:35 +05:30
gemini fix(gemini): use JSON instead of form-data for image edit requests (#18012) 2025-12-16 07:41:02 +05:30
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
hosted_vllm feat(hosted_vllm): support thinking parameter for /v1/messages endpoint 2026-01-26 13:49:55 -03:00
huggingface Fix duplicate test_handler.py filenames causing pytest collection errors (#19385) 2026-01-21 08:47:50 -08:00
jina_ai/embedding
lemonade
litellm_proxy/chat
llamafile/chat
lm_studio
manus [Feat] New provider - Manus API on /responses, GET /responses (#18804) 2026-01-08 18:37:42 +05:30
meta_llama
minimax Add tests for chat completion minmax 2025-12-23 17:10:46 +05:30
mistral
moonshot
nebius
novita/chat
nscale/chat
oci/chat OCI Provider: Fix pydantic validation errors during tool call with streaming. (#16899) 2025-11-23 22:03:44 -08:00
ollama fix(ollama): set finish_reason to tool_calls and remove broken capability check (#18924) 2026-01-14 03:52:26 +05:30
openai Fix duplicate test_handler.py filenames causing pytest collection errors (#19385) 2026-01-21 08:47:50 -08:00
openai_like fix: add xiaomi_mimo to LlmProviders enum to fix router support (#18819) 2026-01-08 23:45:57 +05:30
openrouter Add tests for openrouter 2026-01-14 10:17:01 +05:30
ovhcloud Add support of audio transcription for OVHcloud (#17305) 2025-12-01 18:26:39 -08:00
perplexity fix(perplexity): use API-provided cost instead of manual calculation (#17887) 2025-12-14 08:24:44 +05:30
pg_vector/vector_stores
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
runwayml
s3_vectors [Feat] RAG API - Add s3_vectors as provider on /vector_store/search API + UI for creating + PDF support for /rag/ingest (#19895) 2026-01-27 16:30:59 -08:00
sagemaker
sambanova
sap Add header for SAP AI Core Tracking (#18714) 2026-01-06 23:59:02 +05:30
snowflake Snowflake provider support: added embeddings, PAT, account_id (#15727) 2025-11-17 20:27:46 -08:00
stability feat(stability): add Stability AI image generation support (#17894) 2025-12-14 08:29:45 +05:30
vercel_ai_gateway feat(vercel_ai_gateway): add embeddings support 2026-01-23 15:11:37 -03:00
vertex_ai fix(vertex_ai): support model names with slashes in passthrough URLs (#19944) 2026-01-28 09:33:53 -08:00
volcengine Fix:test_supported_params_limited_to_docs 2026-01-20 17:26:40 +05:30
voyage/rerank [Fix] CI/CD – Clean Up Performance PR Changes & others (#17838) 2025-12-11 12:50:03 -08:00
wandb
watsonx chore: allow passing scope id for watsonx inferencing (#18959) 2026-01-14 03:47:20 +05:30
xai Add xai websearch params support 2026-01-28 09:54:43 +05:30
zai feat(zai): Add GLM-4.7 model with reasoning support (#18476) 2026-01-04 00:44:19 +05:30
test_cache_control_and_reasoning.py Add Prompt caching and reasoning support for MiniMax, GLM, Xiaomi 2026-01-28 17:25:26 +05:30
test_oom_fixes.py fix: HTTP client memory leaks in Presidio, OpenAI, and Gemini (#19190) 2026-01-19 19:02:55 -08:00