TypeScript SDKAPI ReferenceModelsLogic - TypeScript SDKCopy pageLogic type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { Logic } from "@openrouter/sdk/models";23let value: Logic = "or";45// Open enum: unrecognized values are captured as Unrecognized<string> Values 1"and" | "or" | Unrecognized<string>