TypeScript SDKAPI ReferenceModelsFormatGrammar - TypeScript SDKCopy pageFormatGrammar type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { FormatGrammar } from "@openrouter/sdk/models";23let value: FormatGrammar = {4 definition: "<value>",5 syntax: "lark",6 type: "grammar",7}; Fields FieldTypeRequiredDescriptiondefinitionstring✔️N/Asyntaxmodels.Syntax✔️N/Atype”grammar”✔️N/A