pub fn model_context_limit(model: &str) -> Option<u64>Expand description
Look up a model’s context-window size by its full OpenRouter slug. None
means “not in the reference table” (see UNKNOWN_MODEL_CONTEXT_FLOOR
for how callers should treat that), not “unbounded.”