reader icon indicating copy to clipboard operation
reader copied to clipboard

Feature request: parameter max_output_tokens

Open MatejRojec opened this issue 1 month ago • 0 comments

Would it be possible to add a parameter to the Jina Reader API that allows limiting the output length (e.g., max_output_tokens). This would let users retrieve partial content, such as the first 5,000 tokens, without hitting the token budget errors or receiving full responses. It would improve efficiency for workflows that only need the initial portion of extracted text.

MatejRojec avatar Nov 13 '25 13:11 MatejRojec