STTRequestProvider - Python SDK

STTRequestProvider method reference

The Python SDK and docs are currently in beta. Report issues on GitHub.

Provider-specific passthrough configuration

Fields

FieldTypeRequiredDescriptionExample
optionsOptional[components.ProviderOptions]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}
}