Source - TypeScript SDK

Source type definition

Benchmark source to query. Determines the shape of the returned items. When omitted, returns results from all sources.

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>