> ## 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

## Fields

| Field     | Type                                                                        | Required             | Description                                                                                                                                                          | Example                                                     |
| --------- | --------------------------------------------------------------------------- | -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------- |
| `options` | [Optional\[components.ProviderOptions\]](../components/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. | \{<br />"openai": \{<br />"max\_tokens": 1000<br />}<br />} |
