TypeScript SDKAPI ReferenceModelsResponseOutputTextTopLogprob - TypeScript SDKCopy pageResponseOutputTextTopLogprob type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { ResponseOutputTextTopLogprob } from "@openrouter/sdk/models";23let value: ResponseOutputTextTopLogprob = {4 bytes: [5 303617,6 34414,7 ],8 logprob: 1976.4,9 token: "<value>",10}; Fields FieldTypeRequiredDescriptionbytesnumber[]✔️N/Alogprobnumber✔️N/Atokenstring✔️N/A