mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
The SDK's supportedModels() API hides the 1M context variant behind a "default" alias and doesn't expose it as a selectable model. Replace dynamic SDK discovery with a hardcoded catalog that exposes both claude-opus-4-6[1m] (1M context) and claude-opus-4-6 (200k) as distinct models. Delete sdk-model-resolver which parsed SDK descriptions.