mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
* Add openai metadata filed in the request * Add docs related to openai metadata * Add utils * test_completion_openai_metadata[True] * Added support for though signature for gemini 3 in responses api (#16872) * Added support for though signature for gemini 3 * Update docs with all supported endpoints and cost tracking * Added config based routing support for batches and files * fix lint errors * Litellm anthropic image url support (#16868) * Add image as url support to anthropic * fix mypy errors * fix tests * Fix: Populate spend_logs_metadata in batch and files endpoints (#16921) * Add spend-logs-metadata to the metadata * Add tests for spend logs metadata in batches * use better names * Remove support for penalty param for gemini 3 (#16907) * Remove support for penalty param * remove halucinated model names * fix mypy/test errors * fix tests * fix too many lines error * fix too many lines error * Add config for cicd test case * Fix final tests * fix batch tests * fix batch tests |
||
|---|---|---|
| .. | ||
| bedrock_batch_completions.jsonl | ||
| input.jsonl | ||
| input_azure.jsonl | ||
| openai_batch_completions.jsonl | ||
| openai_fine_tuning.jsonl | ||
| out.jsonl | ||
| out_azure.jsonl | ||
| test_batch_rate_limiting_integration.jsonl | ||
| test_bedrock_batches_api.py | ||
| test_e2e_openai_responses_api.py | ||
| test_openai_batches_endpoint.py | ||
| test_openai_files_endpoints.py | ||
| test_openai_fine_tuning.py | ||