Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
import { TurnRange } from "@openrouter/sdk/models/operations";
let value: TurnRange = "10-49-turns";
// Open enum: unrecognized values are captured as Unrecognized<string>
"1-turn" | "2-9-turns" | "10-49-turns" | "50-plus-turns" | Unrecognized<string>