The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { ResponseT } from "@openrouter/sdk/models";
let value: ResponseT = {
model: "El Camino",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
model | string | :heavy_check_mark: | N/A |