Skip to main content

Module known_models

Module known_models 

Source
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.