litellm/tests/litellm/llms
Krish Dholakia 58f958f30a
Litellm dev 05 21 2025 p2 (#11039)
* feat: initial commit adding managed file support to fine tuning endpoints

* feat(fine_tuning/endpoints.py): working call to openai finetuning route

Uses litellm managed files for finetuning api support

* feat(fine-tuning/main.py): refactor to use LiteLLMFineTuningJob pydantic object

includes 'hidden_params'

* fix: initial commit adding unified finetuning id support

return a unified finetuning id we can use to understand which deployment to route the ft request to

* test: fix test

* feat(managed_files.py): return unified finetuning job id on create finetuning job

enables retrieve, delete to work with litellm managed files

* test: update test

* fix: fix linting error

* fix: fix ruff linting error

* test: fix check
2025-05-21 21:40:53 -07:00
..
anthropic/chat test: fix test 2025-05-15 15:40:00 -07:00
azure Litellm dev 05 21 2025 p2 (#11039) 2025-05-21 21:40:53 -07:00
azure_ai/chat test: refactor testing to handle routing correctly 2025-03-18 12:24:12 -07:00
bedrock Handle openai gpt file data + add openai 'supports_pdf_input' to all vision models + Support bedrock tool cache pointing (#10897) 2025-05-17 07:29:01 -07:00
chat update test 2025-03-10 20:34:52 -07:00
cohere/chat Add support for max_completion_tokens to the Cohere chat transformation config (#9701) 2025-04-02 07:50:44 -07:00
custom_httpx Add OpenAI gpt-4o-transcribe support (#9517) 2025-03-26 23:10:25 -07:00
databricks Add vertex ai meta llama 4 support + handle tool call result in content for vertex ai (#10492) 2025-05-01 22:47:06 -07:00
deepgram/audio_transcription Add OpenAI gpt-4o-transcribe support (#9517) 2025-03-26 23:10:25 -07:00
featherless_ai/chat Add provider Featherless AI (access to 4200+ models) (#10596) 2025-05-17 19:38:46 -07:00
fireworks_ai/chat Handle fireworks ai tool calling response (#10130) 2025-04-19 09:37:45 -07:00
gemini/realtime test: update test 2025-05-17 07:56:05 -07:00
hosted_vllm/chat Support 'file' message type for VLLM video url's + Anthropic redacted message thinking support (#10129) 2025-04-19 11:16:37 -07:00
llamafile/chat Add llamafile as a provider (#10203) (#10482) 2025-05-01 18:36:55 -07:00
lm_studio Enable structured JSON schema outputs in LM Studio (for validated responses) (#10929) 2025-05-18 20:43:49 -07:00
meta_llama [Contributor PR] Support Llama-api as an LLM provider (#10451) (#10538) 2025-05-03 16:29:03 -07:00
mistral Validate migrating keys to teams + Fix mistral image url on async translation (#10966) 2025-05-19 21:01:53 -07:00
novita/chat refactor: rename tests 2025-05-12 22:04:55 -07:00
nscale/chat Add support for Nscale (EU-Sovereign) Provider (#10638) 2025-05-08 08:50:15 -07:00
ollama Ollama wildcard support (#10982) 2025-05-21 08:47:01 -07:00
openai make openai model O series conditional accept provider/model (#10591) 2025-05-06 22:19:17 -07:00
openrouter/chat fix #8425, passthrough kwargs during acompletion, and unwrap extra_body for openrouter (#9747) 2025-04-03 22:19:40 -07:00
sagemaker Support max_completion_tokens on Sagemaker (#10243) (#10300) 2025-04-24 21:15:54 -07:00
vertex_ai support vertex_ai global endpoints for chat (#10658) 2025-05-21 07:58:36 -07:00