litellm/tests/llm_translation
2026-01-31 11:23:48 -08:00
..
fixtures
test_llm_response_utils fix: handle empty error objects in response conversion (#18493) 2026-01-04 00:37:52 +05:30
test_skills_data [Feat] Unified Skills API - works across Anthropic, Vertex, Azure, Bedrock (#18232) 2025-12-19 18:55:59 +05:30
test-skill [Feat] New API - Claude Skills API (Anthropic) (#17042) 2025-11-24 15:01:40 -08:00
base_audio_transcription_unit_tests.py
base_embedding_unit_tests.py
base_llm_unit_tests.py fix img URL for tests 2025-11-22 09:41:15 -08:00
base_rerank_unit_tests.py
conftest.py
dog.wav
duck.png
gettysburg.wav
guinea.png
log.xt
Readme.md
test_anthropic_completion.py Fix : test_anthropic_via_responses_api 2026-01-22 18:28:56 +05:30
test_aws_base_llm.py
test_azure_agents.py [Fixes] A2a Gateway - ensure azure foundry agents work (#17943) 2025-12-13 16:08:03 -08:00
test_azure_ai.py [Feat] v2 - Logs view with side panel and improved UX (#20091) 2026-01-30 18:34:13 -08:00
test_azure_o_series.py TestAzureOpenAIO3Mini 2025-12-20 23:18:19 +05:30
test_azure_openai.py Fix CI: Revert security scan changes and add GitGuardian ignore rules (#18358) 2025-12-22 17:03:53 -08:00
test_bedrock_agentcore.py fix(agentcore): simplify agentcore streaming (#17141) 2026-01-19 05:20:24 -08:00
test_bedrock_agents.py
test_bedrock_common_utils.py fix(bedrock): strip throughput tier suffixes from model names (#19147) 2026-01-15 18:43:10 -08:00
test_bedrock_completion.py test_bedrock_nova_grounding_web_search_options_non_streaming 2026-01-31 11:23:48 -08:00
test_bedrock_dynamic_auth_params_unit_tests.py
test_bedrock_embedding.py
test_bedrock_govcloud.py
test_bedrock_gpt_oss.py
test_bedrock_invoke_tests.py Fix: test_nova_invoke_streaming_chunk_parsing 2026-01-23 19:49:42 +05:30
test_bedrock_llama.py
test_bedrock_moonshot.py Add tests for kimi 2 bedrock model 2026-01-08 10:07:33 +05:30
test_bedrock_nova_embedding.py fix: request body for image embedding request 2025-12-22 16:55:04 +05:30
test_bedrock_nova_json.py
test_clarifai_completion.py
test_cloudflare.py
test_cohere.py
test_containers_api.py [Feat] Containers API - add new container API file management + UI Interface (#17745) 2025-12-09 17:33:26 -08:00
test_convert_dict_to_image.py
test_databricks.py fix: test_databricks_embeddings[True] 2026-01-06 14:20:30 +05:30
test_deepgram.py
test_deepseek_completion.py test_deepseek_mock_completion 2026-01-17 16:36:42 -08:00
test_elevenlabs.py Integrate eleven labs text-to-speech (#16573) 2025-11-24 18:49:30 -08:00
test_fireworks_ai_translation.py fix img URL for tests 2025-11-22 09:41:15 -08:00
test_gemini_image_usage.py fix: ci test 2026-01-17 09:17:31 +09:00
test_gemini.py [Fix] - Reliability fix OOMs with image url handling (#19257) 2026-01-16 16:41:44 -08:00
test_gigachat.py Fix: ensure function content is valid JSON for GigaChat 2026-01-23 15:27:46 +00:00
test_gpt4o_audio.py
test_groq.py Add grok reasoning content 2026-01-27 16:34:57 +05:30
test_huggingface_chat_completion.py
test_hyperbolic.py
test_infinity.py
test_jina_ai.py
test_lambda_ai.py
test_langgraph.py [Feat] New Provider - add langgraph (#17783) 2025-12-10 12:30:35 -08:00
test_litellm_proxy_provider.py
test_minimax_tts.py Add support for minmax tts 2025-12-23 21:53:53 +05:30
test_mistral_api.py
test_morph.py
test_nvidia_nim.py TestNvidiaNim 2025-12-13 16:38:11 -08:00
test_openai_o1.py
test_openai_realtime.py Fix: handling of model name in query param 2026-01-15 15:06:37 +05:30
test_openai.py fix remove flaky test 2025-12-22 16:32:13 +05:30
test_openrouter.py fix: ci test 2026-01-17 09:17:31 +09:00
test_optional_params.py feat: Limit stop sequence as per openai spec 2026-01-22 17:52:13 +05:30
test_perplexity_reasoning.py
test_prompt_caching.py
test_prompt_factory.py add better err handling for antropic (#18955) 2026-01-12 17:03:03 +05:30
test_replicate.py Add all replicate models in model cost map 2026-01-12 15:19:49 +05:30
test_rerank.py
test_router_llm_translation_tests.py
test_sambanova_chat_transformation.py
test_skills_api.py [Feat] New API - Claude Skills API (Anthropic) (#17042) 2025-11-24 15:01:40 -08:00
test_skills_e2e.py test_slack_gif_skill_creates_gif 2025-12-20 21:35:25 +05:30
test_snowflake.py
test_text_completion_unit_tests.py fix(openai): use optimized async http client for text completions (#17831) 2025-12-11 14:54:26 -08:00
test_text_completion.py
test_together_ai.py
test_triton.py
test_unit_test_bedrock_invoke.py
test_v0.py
test_voyage_ai.py
test_watsonx.py chore: allow passing scope id for watsonx inferencing (#18959) 2026-01-14 03:47:20 +05:30
test_xai.py Add web search tests 2026-01-30 14:56:11 +05:30

Unit tests for individual LLM providers.

Name of the test file is the name of the LLM provider - e.g. test_openai.py is for OpenAI.