Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
import { SpeechRequestProvider } from "@openrouter/sdk/models";
let value: SpeechRequestProvider = {};
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
options | models.ProviderOptions | :heavy_minus_sign: | Provider-specific options keyed by provider slug. Only options for the matched provider are forwarded; the rest are ignored. Unrecognized keys are silently dropped. | { “openai”: { “max_tokens”: 1000 } } |