Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

import { AnthropicCacheControlTtl } from "@openrouter/sdk/models";

let value: AnthropicCacheControlTtl = "5m";

// Open enum: unrecognized values are captured as Unrecognized<string>

Values

"5m" | "1h" | Unrecognized<string>