Skip to content

docs(proxy): add batch input-file pre-read controls#242

Open
Sameerlite wants to merge 1 commit into
mainfrom
litellm_docs_batch_input_file_skip
Open

docs(proxy): add batch input-file pre-read controls#242
Sameerlite wants to merge 1 commit into
mainfrom
litellm_docs_batch_input_file_skip

Conversation

@Sameerlite
Copy link
Copy Markdown
Collaborator

@Sameerlite Sameerlite commented May 28, 2026

Summary

  • document disable_batch_input_file_rate_limiting in proxy config settings
  • document provider/model skip-list settings for batch input-file pre-read
  • add managed batches examples for global/provider/model and per-request controls

Test plan

  • docs-only changes reviewed in preview/editor

Made with Cursor


Note

Low Risk
Documentation-only; no runtime or config parsing changes in this PR.

Overview
Documents how to skip pre-reading batch input files during POST /batches pre-checks (rate-limit/model validation), which matters for large inputs on custom deployments (e.g. hosted vLLM).

docs/proxy/config_settings.md adds three general_settings entries: global disable_batch_input_file_rate_limiting, plus provider and model/prefix allowlists skip_batch_input_file_rate_limiting_for_providers and skip_batch_input_file_rate_limiting_for_models, in both the sample YAML and the reference table.

docs/proxy/managed_batches.md extends the admin config.yaml example with those optional settings and shows per-request opt-out via metadata.skip_batch_input_file_rate_limiting on client.batches.create.

Reviewed by Cursor Bugbot for commit 34abc0d. Bugbot is set up for automated code reviews on this repo. Configure here.

Document new batch input-file skip settings in config reference and managed batches examples, including provider/model-based options and per-request metadata usage.

Co-authored-by: Cursor <cursoragent@cursor.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 28, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
litellm Ready Ready Preview, Comment May 28, 2026 6:31am

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant