Expand description
Known model metadata table.
Used to fill context_budget and thinking for models discovered via
API (GET /v1/models returns IDs only, not metadata).
Update this table when new models are released. Entries are matched by
exact match first, then longest-prefix match (so gpt-4 doesn’t shadow
gpt-4o).
Statics§
- KNOWN_
MODELS - (model_id_prefix, context_budget, thinking_enabled)
Functions§
- lookup_
known_ model - Look up a model ID in
KNOWN_MODELS.