Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
The format of the output embeddings

Example Usage

import { EncodingFormat } from "@openrouter/sdk/models/operations";

let value: EncodingFormat = "float";

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

Values

"float" | "base64" | Unrecognized<string>