litellm/tests/e2e/batches
mateo-berri fd45412c89 feat(batches): run hosted_vllm batches inside LiteLLM
vLLM serves no /v1/files or /v1/batches, so a hosted_vllm deployment can never
host a batch. Batch inputs for such a deployment now land in a LiteLLM-owned
storage backend, the batch is executed line by line through the deployment's
own chat, completion, embedding, or responses route, and the batch plus its
output and error files are served back from the database under the creating key
2026-09-19 01:47:43 -07:00
..
batch_cleanup.py fix(e2e): delete raw cloud-storage batch files with the master key 2026-09-17 10:37:08 -07:00
batch_client.py fix(e2e): delete raw cloud-storage batch files with the master key 2026-09-17 10:37:08 -07:00
capabilities.py fix(e2e): delete raw cloud-storage batch files with the master key 2026-09-17 10:37:08 -07:00
conftest.py chore: merge litellm_internal_staging into litellm_e2e_reliability_module_cells 2026-09-12 13:05:02 -07:00
COVERAGE.md chore: consolidate CLAUDE.md into AGENTS.md 2026-09-19 02:30:35 +00:00
test_batch_cleanup.py fix(e2e): delete raw cloud-storage batch files with the master key 2026-09-17 10:37:08 -07:00
test_batches_e2e.py feat(batches): run hosted_vllm batches inside LiteLLM 2026-09-19 01:47:43 -07:00
test_managed_files_enforcement_e2e.py chore: merge litellm_internal_staging into litellm_e2e_reliability_module_cells 2026-09-12 13:05:02 -07:00