Documentation
¶
Overview ¶
Package models provides utilities for working with LLM models.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LookupContextWindow ¶ added in v0.104.1
LookupContextWindow returns the matched context window size and whether a real match was found (from user config override or gateway data). Unknown models return (0, false) - there is no built-in fallback, so callers must gate window-dependent features on the second return.
func SetGatewayContextWindows ¶ added in v0.151.0
SetGatewayContextWindows replaces the gateway-reported context windows (from /v1/models?include=context_window). Keys are full "provider/model" ids; matching is exact on the lowercased id.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.