The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { StoredPromptTemplate } from "@openrouter/sdk/models";
let value: StoredPromptTemplate = {
id: "prompt-abc123",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | :heavy_check_mark: | N/A |
variables | Record<string, *models.Variables*> | :heavy_minus_sign: | N/A |