Property RequestedContextTokens
RequestedContextTokens
min(options.MaxContextTokens ?? preset.DefaultMaxContextTokens, shape.ContextLength,
configDeclaredContextLength) - spec section 9.1 step 4 does the clamping, which is what
keeps Qwen3_600MInt4's declared 40960 from ever reaching a generator.
public int RequestedContextTokens { get; init; }