The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { SpeechRequestProvider } from "@openrouter/sdk/models";
let value: SpeechRequestProvider = {};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
options | models.ProviderOptions | :heavy_minus_sign: | Provider-specific options keyed by provider slug. The options for the matched provider are spread into the upstream request body. | {"openai": {"max_tokens": 1000}} |