Source - TypeScript SDK

Source type definition

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

Benchmark source to query. Determines the shape of the returned items.

Example Usage

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

Values

1"artificial-analysis" | "design-arena" | Unrecognized<string>