models

package
v0.141.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 10, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package models provides utilities for working with LLM models.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EstimateContextWindow

func EstimateContextWindow(model string) int

EstimateContextWindow returns an estimated context window size based on model name. Falls back to config.DefaultContextWindow when no matcher pattern hits.

func LookupContextWindow added in v0.104.1

func LookupContextWindow(model string) (int, bool)

LookupContextWindow returns the matched context window size and whether a matcher pattern actually hit. Callers that need to distinguish a real match from the default fallback (e.g. the model picker, which renders "?" for unknown models) should use this instead of EstimateContextWindow.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL