litellm/tests/test_litellm/llms/base_llm/files
mateo-berri 9f0eb5082a fix(batches): authorize executed upload targets before the files api probe
A batch upload naming a model on a LiteLLM-executed provider now checks
that the key may call that model before the upstream server is probed for
a Files API, matching the order batch create already uses. Only targets on
an executed provider are checked here, so provider-model uploads keep
their existing behavior.

File content reads and writes move out of the storage backend into
ManagedFileContentRepository, so the backend no longer queries Prisma
directly.
2026-09-19 12:26:11 -07:00
..
__init__.py fix(azure_storage): honor AZURE_STORAGE_ENDPOINT_SUFFIX for sovereign clouds (#35806) 2026-08-04 16:06:41 -07:00
test_azure_blob_storage_backend.py feat(azure): support credential chain for storage (#39229) 2026-09-02 18:55:22 -07:00
test_litellm_db_storage_backend.py feat(batches): run hosted_vllm batches inside LiteLLM 2026-09-19 01:47:43 -07:00
test_storage_backend_factory.py fix(batches): authorize executed upload targets before the files api probe 2026-09-19 12:26:11 -07:00