Skip to content

Type Alias: ModelPreset

type ModelPreset = "auto" | "fast" | "best";

Defined in: packages/sdk/src/index.ts:589

SK-PREMIUM-013 / SK-PREMIUM-015 — the model catalog served by GET /v1/models. Shape only: the actual model strings live in @nlqdb/llm (built live from models.dev) and arrive over the wire, so no surface (this SDK included) hardcodes them (SK-PREMIUM-003). presets is the goal-first auto|fast|best knob; free is the keyless built-in chain; providers is the named picker — one row per frontier provider, each with a searchable model list carrying the provider/model the byollm option / setByollm need.