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