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

Example Usage

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

let value: AnthropicImageMimeType = "image/jpeg";

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

Values

"image/jpeg" | "image/png" | "image/gif" | "image/webp" | Unrecognized<string>