Region - TypeScript SDK

Region type definition

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

Filter to models with endpoints in the given data region. Currently only “eu” is supported.

Example Usage

1import { Region } from "@openrouter/sdk/models/operations";
2
3let value: Region = "eu";

Values

1"eu"