What does Context length mean in inference serving?
Context length is the maximum number of token positions a serving configuration admits for a sequence. The model-supported limit and the server-configured limit can differ. Admission logic checks requested tokens against model, server, and available-memory limits. Operators set the limit from validated model behavior and realistic cache headroom.