Distillable - TypeScript SDK

Distillable type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

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>