@langwatch/scenario
    Preparing search index...

    Type Alias SttProviderFactory

    SttProviderFactory: (model: string) => STTProvider

    A factory that builds a provider for a given litellm-style model spec (e.g. "openai/gpt-4o-transcribe", "elevenlabs/scribe_v1"). The provider segment selects the factory; the remainder is the model id.

    Type Declaration