> ## Documentation Index > Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt > Use this file to discover all available pages before exploring further. # SpeechRequestProvider Provider-specific passthrough configuration ## Example Usage ```typescript theme={null} import { SpeechRequestProvider } from "@openrouter/sdk/models"; let value: SpeechRequestProvider = {}; ``` ## Fields | Field | Type | Required | Description | Example | | --------- | ------------------------------------------------------- | -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------- | | `options` | [models.ProviderOptions](../models/provideroptions.mdx) | :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
}
} |