litellm/tests/llm_translation
Ishaan Jaff 9f78287000
[Bug Fix]: Azure OpenAI GPT-5 max_tokens + reasoning param support (#13510)
* add AzureOpenAIGPT5Config

* add AzureOpenAIGPT5Config

* add AzureOpenAIGPT5Config

* add AzureOpenAIGPT5Config

* test_azure_gpt5_supports_reasoning_effort

* test_azure_gpt5_reasoning

* test_azure_gpt5_reasoning

* ruff check fixes

* docs azure gpt5
2025-08-11 15:40:53 -07:00
..
test_llm_response_utils
base_audio_transcription_unit_tests.py
base_embedding_unit_tests.py
base_llm_unit_tests.py test_function_calling_with_tool_response 2025-08-05 09:55:47 -07:00
base_rerank_unit_tests.py
conftest.py
dog.wav
duck.png
gettysburg.wav
guinea.png
log.xt
Readme.md
test_aiohttp_openai.py
test_anthropic_completion.py 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
test_aws_base_llm.py
test_azure_ai.py [Bug Fix]: Azure OpenAI GPT-5 max_tokens + reasoning param support (#13510) 2025-08-11 15:40:53 -07:00
test_azure_o_series.py
test_azure_openai.py Anthropic /v1/messages - Custom LLM Server support (#12016) 2025-06-24 22:00:44 -07:00
test_bedrock_agents.py Add 'audio_url' message type support for VLLM (#12270) 2025-07-02 20:37:45 -07:00
test_bedrock_completion.py Bedrock Passthrough cost tracking (/invoke + /converse routes - streaming + non-streaming) (#12123) 2025-06-27 20:01:12 -07:00
test_bedrock_dynamic_auth_params_unit_tests.py
test_bedrock_embedding.py
test_bedrock_govcloud.py [LLM Translation] Add Gov Cloud bedrock model pricing and context windows (#12773) 2025-07-19 16:12:05 -07:00
test_bedrock_invoke_tests.py
test_bedrock_llama.py
test_bedrock_nova_json.py
test_clarifai_completion.py
test_cloudflare.py
test_cohere_generate_api.py
test_cohere.py
test_convert_dict_to_image.py
test_databricks.py test: skip dbrx claude 3-7 sonnet test - rate limit errors 2025-07-28 17:34:42 -07:00
test_deepgram.py
test_deepseek_completion.py test_completion_cost_deepseek 2025-07-23 13:16:12 -07:00
test_elevenlabs.py [Feat] Add Eleven Labs - Speech To Text Support on LiteLLM (#12119) 2025-06-27 17:50:49 -07:00
test_fireworks_ai_translation.py
test_gemini.py [Bug Fix] Mistral Tool Calling - Grammar error: at 3(11): failed to compile JSON schema (#13389) 2025-08-07 13:50:22 -07:00
test_gpt4o_audio.py
test_groq.py
test_huggingface_chat_completion.py Revert "Revert "fix tests (#12286)"" 2025-07-03 12:08:27 -07:00
test_hyperbolic.py Revert "Litellm dev 07 21 2025 p1 (#12848)" 2025-07-22 18:28:36 -07:00
test_infinity.py
test_jina_ai.py
test_lambda_ai.py Revert "Litellm dev 07 21 2025 p1 (#12848)" 2025-07-22 18:28:36 -07:00
test_litellm_proxy_provider.py
test_mistral_api.py TestMistralCompletion 2025-07-19 15:37:13 -07:00
test_morph.py fix morph api tests 2025-07-22 18:44:44 -07:00
test_nvidia_nim.py
test_openai_o1.py test: remove o1-preview 2025-07-28 17:47:57 -07:00
test_openai.py [Bug Fix] - Allow using reasoning_effort for gpt-5 model family and reasoning for Responses API (#13475) 2025-08-10 09:55:36 -07:00
test_optional_params.py 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
test_perplexity_reasoning.py
test_prompt_caching.py
test_prompt_factory.py
test_rerank.py
test_router_llm_translation_tests.py
test_snowflake.py ruff check ./litellm --fix 2025-07-12 11:04:02 -07:00
test_text_completion_unit_tests.py
test_text_completion.py
test_together_ai.py
test_triton.py
test_unit_test_bedrock_invoke.py
test_v0.py feat: add v0 provider support (#12751) 2025-07-18 18:26:44 -07:00
test_voyage_ai.py
test_watsonx.py
test_xai.py test fix xai - it goes through base llm tests already 2025-07-30 18:18:49 -07:00

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.