Distillable - TypeScript SDK

Distillable type definition

Filter by distillation capability. “true” returns only distillable models, “false” excludes them.

Example Usage

1import { Distillable } from "@openrouter/sdk/models/operations";
2
3let value: Distillable = "true";
4
5// Open enum: unrecognized values are captured as Unrecognized<string>

Values

1"true" | "false" | Unrecognized<string>