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. The options for the matched provider are spread into the upstream request body.{"openai": {"max_tokens": 1000}
}