global (https://openrouter.ai), europe (https://eu.openrouter.ai), or us (https://us.openrouter.ai)
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
global (https://openrouter.ai), europe (https://eu.openrouter.ai), or us (https://us.openrouter.ai)
import { GuardrailDataRegion } from "@openrouter/sdk/models";
let value: GuardrailDataRegion = "europe";
// Open enum: unrecognized values are captured as Unrecognized<string>
"global" | "europe" | "us" | Unrecognized<string>