Commit d44d6b3
committed
feat(caps): GPT-6 Astra reads images and has a 1.05M window
The gateway picker offers whatever /account/models returns, so a model can reach the
composer before the caps table has heard of it. gpt-6-astra fell through to the default
row: vision false, context 200k. In gateway mode that meant the composer refused every
attachment for it and the context meter sized it against a window a fifth of the real one.
The gpt-4/gpt-5 heuristic would not have caught it either, and if extended to gpt-6 it
would assert a 128k window — wrong by 8x. An explicit row is the honest fix: 1,050,000
ctx and image input, both from the OpenRouter models API on 2026-09-06.
Verified: catalog 14 tests (was 13); full suite 40 suites, 600 cases, 0 failing. Row
reverted -> the new test fails.1 parent 119fef2 commit d44d6b3
2 files changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
22 | 30 | | |
23 | 31 | | |
24 | 32 | | |
| |||
0 commit comments