litellm/tests/test_litellm/llms
Julio Quinteros Pro 97f4cfc14a test: Fix additional broken tests
1. test_bedrock_converse_budget_tokens_preserved:
   - Fixed mocking at the correct level (litellm.acompletion instead of client.post)
   - The previous mock didn't work because the code runs through run_in_executor
     and the passed client parameter was not being used

2. test_error_class_returns_volcengine_error:
   - Changed isinstance check to class name comparison
   - This avoids issues when module reloading (in conftest.py) causes class
     identity mismatches during parallel test execution
2026-02-15 13:08:41 -03:00
..
amazon_nova/chat
anthropic test: Fix additional broken tests 2026-02-15 13:08:41 -03:00
azure test_o1_parallel_tool_calls 2026-02-14 10:47:38 -08:00
azure_ai fix: support Azure AD token auth for non-Claude azure_ai models (#20981) 2026-02-11 10:48:44 -08:00
baseten/chat
bedrock Merge pull request #20935 from BerriAI/litellm_anthropic_filter_bedrock_headers 2026-02-11 18:19:01 +05:30
bytez/chat
chat
chatgpt
cohere
cometapi/chat
compactifai
custom_httpx fix(http_handler): bypass cache when shared_session is provided for aiohttp tracing (#20630) 2026-02-12 19:57:57 +05:30
dashscope
databricks fix: Sanitize empty text content blocks for databricks provider (#20384) 2026-02-10 16:12:57 +05:30
datarobot
deepgram
deepinfra
docker_model_runner
featherless_ai/chat
fireworks_ai Fix: Extra inputs are not permitted, field: 'messages[2].provider_specific_fields' 2026-02-03 16:23:18 +05:30
gemini Add get files API support and tests 2026-02-03 18:57:39 +05:30
github_copilot
heroku
hosted_vllm fix(hosted_vllm): route through base_llm_http_handler to support ssl_verify (#19893) 2026-01-28 22:33:07 -08: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
meta_llama
minimax
mistral
moonshot
nebius
novita/chat
nscale/chat
oci/chat Fixes #20957 2026-02-11 11:20:18 +00:00
ollama [Critical] - Fix ollama_chat reasoning content (#20750) 2026-02-10 16:00:36 +05:30
openai fix(openrouter): preserve token counts from streaming usage chunks (#21011) 2026-02-13 18:27:22 +05:30
openai_like Fix: vllm embedding format 2026-01-30 16:42:59 +05:30
openrouter
ovhcloud
perplexity
pg_vector/vector_stores
publicai
ragflow/chat
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 fix(sagemaker): Support TEI raw array response format for embeddings (#20487) 2026-02-12 19:39:05 +05:30
sambanova
sap
snowflake
stability
vercel_ai_gateway feat(vercel_ai_gateway): add embeddings support 2026-01-23 15:11:37 -03:00
vertex_ai ci/cd fixes - streaming role & bedrock model cost (#21200) 2026-02-14 09:18:29 -08:00
volcengine test: Fix additional broken tests 2026-02-15 13:08:41 -03:00
voyage/rerank
wandb
watsonx Fix test isolation for test_watsonx_gpt_oss_prompt_transformation (#20474) 2026-02-05 12:57:20 -08:00
xai Add xai websearch params support 2026-01-28 09:54:43 +05:30
zai
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_lifecycle_fix.py fix: revert httpx client caching that caused closed client errors (#20025) 2026-02-03 16:15:04 -08:00
test_oom_fixes.py