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