Files
openrouter-python-sdk-retry…/docs/components/speechrequestprovider.mdx
T

12 lines
2.5 KiB
Plaintext

---
title: "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/>} |