Step 5 · Operations evidence · Operations evidence · Full-window policy and null output PT-BREN
CLIProxyAPI 7.2.70 · kimi-k3 · Visual course

Full-window policy and null output

A full window does not mean “always send a huge prompt”; it means do not silently shrink the official window with a local guard.

Read first (primary source)
CONFIG-MODEL-POLICY-EVIDENCE.md

A redacted local record for the running gateway and the kimi-k3 example.

Read the simple version or open technical detail in any section.
1

Big idea


A full window does not mean “always send a huge prompt”; it means do not silently shrink the official window with a local guard.

Think of it as… Think of a road with its real capacity sign: do not narrow the lane as a precaution and then call it vehicle capacity. The analogy breaks because models also have output ceilings..

Under the hood

Every text route uses targetInputUtilization=1.0, official source, and no small fallback. kimi-k3 targets 1048576; GPT-5.6 luna/sol/terra target 272000. output null means no unpublished ceiling was invented.

2

In one picture


01 · official input sourceofficial input sourcegovernsutilization one point zeroK3 targets 1048576 input tokens.
official input source — governs — K3 targets 1048576 input tokens.
3

In the code


This is the real local path and a safe read-only command.

/Users/acf/.cli-proxy-api/max-token-policy.json
# trecho real, não editado
node -e "const p=require('./max-token-policy.json'); console.log(p.targetInputUtilization,p.targetInputSource)"

Open it yourself

node -e "const p=require('./max-token-policy.json'); console.log(p.targetInputUtilization,p.targetInputSource)"

4

Try it


Use the controls to retrieve the evidence before reading the explanation.

02 · utilization one point zeroutilization one point zeromatchesnot-a-cap flagGPT-5.6 lanes target 272000.
utilization one point zero — matches — GPT-5.6 lanes target 272000.
03 · not-a-cap flagnot-a-cap flagroutes tosmall fallback forbiddenNull output avoids an invented local ceiling.
not-a-cap flag — routes to — Null output avoids an invented local ceiling.
04 · small fallback forbiddensmall fallback forbiddenexcludesK3 1048576 targetK3 targets 1048576 input tokens.
small fallback forbidden — excludes — K3 targets 1048576 input tokens.
05 · K3 1048576 targetK3 1048576 targetprovesluna 272000 targetGPT-5.6 lanes target 272000.
K3 1048576 target — proves — GPT-5.6 lanes target 272000.
06 · luna 272000 targetluna 272000 targetboundssol 272000 targetNull output avoids an invented local ceiling.
luna 272000 target — bounds — Null output avoids an invented local ceiling.
07 · sol 272000 targetsol 272000 targetmaps toterra 272000 targetK3 targets 1048576 input tokens.
sol 272000 target — maps to — K3 targets 1048576 input tokens.
08 · terra 272000 targetterra 272000 targetrestarts asnull output valueGPT-5.6 lanes target 272000.
terra 272000 target — restarts as — GPT-5.6 lanes target 272000.
09 · null output valuenull output valuepreservesno max tokens overrideNull output avoids an invented local ceiling.
null output value — preserves — Null output avoids an invented local ceiling.
10 · no max tokens overrideno max tokens overridecompares withzero client timeoutK3 targets 1048576 input tokens.
no max tokens override — compares with — K3 targets 1048576 input tokens.
11 · zero client timeoutzero client timeoutreturnsretry one millionGPT-5.6 lanes target 272000.
zero client timeout — returns — GPT-5.6 lanes target 272000.
12 · retry one millionretry one millionconfirmsupstream limit surfacingNull output avoids an invented local ceiling.
retry one million — confirms — Null output avoids an invented local ceiling.
13 · upstream limit surfacingupstream limit surfacingqualifiesofficial input source verification recordK3 targets 1048576 input tokens.
upstream limit surfacing — qualifies — K3 targets 1048576 input tokens.
14 · official input source verification recordofficial input source verification recordrecordsofficial input sourceGPT-5.6 lanes target 272000.
official input source verification record — records — GPT-5.6 lanes target 272000.

Three-frame summary

1 Use the official input source
2 Leave unknown output cap null
3 Forbid local small fallbacks
Every text route uses targetInputUtilization=1.0, official source, and no small fallback. kimi-k3 targets 1048576; GPT-5.6 luna/sol/terra target 272000. output null means no unpublished ceiling was invented.
Record the observation, preserve the exception, and choose the next narrow proof.
retrieveUtilization 1.0click to flip
K3 targets 1048576 input tokens.
retrieveNull outputclick to flip
GPT-5.6 lanes target 272000.
retrieveNo small fallbackclick to flip
Null output avoids an invented local ceiling.
Predict before revealing

What does output null mean in this policy?

Null prevents an unsupported local output ceiling; it does not disable model output.

Worked example
1Inspect global targetInputUtilization=1.0.
2Compare K3 1048576 with GPT-5.6 272000.
3Confirm no max_tokens override is added to K3.
Retrieval review
What does output null mean in this policy?

Null prevents an unsupported local output ceiling; it does not disable model output.

Ask which boundary you would prove next; the next lesson narrows a different operational risk.