litellm/tests/test_litellm/llms
FuChen 511363d3a7 test: Add comprehensive test cases for cachePoint support
- test_assistant_message_cache_control: Tests assistant messages with string content and cache_control
- test_assistant_message_list_content_cache_control: Tests assistant messages with list content and cache_control
- test_tool_message_cache_control: Tests tool messages with list content and cache_control
- test_tool_message_string_content_cache_control: Tests tool messages with string content and cache_control
- test_assistant_tool_calls_cache_control: Tests assistant tool_calls with cache_control
- test_multiple_tool_calls_with_mixed_cache_control: Tests multiple tool calls with mixed cache_control
- test_no_cache_control_no_cache_point: Tests that messages without cache_control don't generate cachePoint blocks

These tests ensure that cachePoint blocks are correctly generated for all message types when cache_control is present.
2025-08-15 11:56:34 +08:00
..
anthropic [Bug Fix] /messages endpoint - ensure tool use arguments are returned for non-anthropic models (#13638) 2025-08-14 17:29:42 -07:00
azure [Bug Fix]: Azure OpenAI GPT-5 max_tokens + reasoning param support (#13510) 2025-08-11 15:40:53 -07:00
azure_ai/chat Litellm dev 06 18 2025 p1 (#11872) 2025-06-18 21:24:36 -07:00
bedrock test: Add comprehensive test cases for cachePoint support 2025-08-15 11:56: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/chat Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00
cometapi/chat feat: add CometAPI provider support with chat completions and streaming (#13458) 2025-08-11 18:06:37 -07:00
custom_httpx Fix: Fix custom ca bundle support in aiohttp transport (#12281) 2025-07-04 12:48:20 -07:00
dashscope Added dashscope (alibaba's cloud - qwen) as a provider (#12361) 2025-07-10 18:09:26 -07:00
databricks [Bug Fix] [Bug]: New Databricks Foundation Models databricks-gpt-oss-20b and databricks-gpt-oss-120b failed with error: litellm.APIConnectionError: 'signature' (#13318) 2025-08-05 17:46:40 -07:00
datarobot Add support for DataRobot as a provider in LiteLLM (#10385) 2025-06-02 08:37:21 -07:00
deepgram [Feat] Add Eleven Labs - Speech To Text Support on LiteLLM (#12119) 2025-06-27 17:50:49 -07: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 [Feat] GEMINI CLI Integration - Add /countTokens endpoint support (#13545) 2025-08-12 16:19:58 -07:00
github_copilot fix: add X-Initiator header for GitHub Copilot to reduce premium requests (#13016) 2025-07-28 09:55:24 -07:00
hosted_vllm [Feat] Add reasoning_effort param for hosted_vllm provider (#13620) 2025-08-14 10:10:30 -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
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 Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00
meta_llama [Bug Fix] Fix Error code: 307 for LlamaAPI Streaming Chat (#11946) 2025-06-30 16:52:42 -07:00
mistral feat: Turn Mistral to use llm_http_handler (#12245) 2025-07-02 14:01:56 -07: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 Support OCI provider (#13206) 2025-08-04 15:59:25 -07:00
ollama Enhance chunk parsing for Ollama streaming responses 2025-08-11 07:02:25 -06:00
openai [LLM Translation] Fix Realtime API endpoint for no intent (#13476) 2025-08-14 16:24:14 -07:00
openrouter/chat Openrouter - filter out cache_control flag for non-anthropic models (allows usage with claude code) (#12850) 2025-07-21 22:15:48 -07:00
perplexity add Perplexity citation annotations support (#13225) 2025-08-02 08:47:35 -07:00
pg_vector/vector_stores [Bug Fix] QA - Use PG Vector Vector Store with LiteLLM (#12716) 2025-07-18 08:41:18 -07:00
recraft [Feat] Add Recraft API - Image Edits Support (#12874) 2025-07-22 15:03:08 -07:00
sagemaker Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00
sambanova Feat/sambanova embeddings (#13308) 2025-08-12 17:15:26 -07:00
vertex_ai VertexAI - camelcase optional params for image generation + Anthropic - streaming, always ensure assistant role set on only first chunk (#12889) 2025-07-27 10:09:43 -07:00
watsonx Fixing watsonx error: 'model_id' or 'model' cannot be specified in the request body for models in a deployment space (#11854) 2025-06-23 10:14:10 -07:00
test_volcengine.py fix(volcengine): handle thinking disabled parameter properly (#13598) 2025-08-14 09:10:06 -07:00