The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { ResponseOutputTextTopLogprob } from "@openrouter/sdk/models";
let value: ResponseOutputTextTopLogprob = {
bytes: [
303617,
34414,
],
logprob: 1976.4,
token: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
bytes | number[] | :heavy_check_mark: | N/A |
logprob | number | :heavy_check_mark: | N/A |
token | string | :heavy_check_mark: | N/A |