pipecat-ai
API Reference
Adapters
Audio
Clocks
Extensions
Flows
Frames
Metrics
Observers
Pipeline
Processors
Runner
Serializers
Services
Transcriptions
Transports
Turns
Utils
pipecat-ai
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
X
|
Y
|
Z
_
__init__() (pipecat.adapters.base_llm_adapter.BaseLLMAdapter method)
(pipecat.adapters.base_llm_adapter.LLMContextConversionError method)
(pipecat.adapters.schemas.direct_function.BaseDirectFunctionWrapper method)
(pipecat.adapters.schemas.function_schema.FunctionSchema method)
(pipecat.adapters.schemas.tools_schema.ToolsSchema method)
(pipecat.audio.filters.aic_filter.AICFilter method)
(pipecat.audio.filters.koala_filter.KoalaFilter method)
(pipecat.audio.filters.krisp_viva_filter.KrispVivaFilter method)
(pipecat.audio.filters.rnnoise_filter.RNNoiseFilter method)
(pipecat.audio.mixers.soundfile_mixer.SoundfileMixer method)
(pipecat.audio.resamplers.resampy_resampler.ResampyResampler method)
(pipecat.audio.resamplers.soxr_resampler.SOXRAudioResampler method)
(pipecat.audio.resamplers.soxr_stream_resampler.SOXRStreamAudioResampler method)
(pipecat.audio.turn.base_turn_analyzer.BaseTurnAnalyzer method)
(pipecat.audio.turn.krisp_viva_turn.KrispVivaTurn method)
(pipecat.audio.turn.smart_turn.base_smart_turn.BaseSmartTurn method)
(pipecat.audio.turn.smart_turn.http_smart_turn.HttpSmartTurnAnalyzer method)
(pipecat.audio.turn.smart_turn.local_coreml_smart_turn.LocalCoreMLSmartTurnAnalyzer method)
(pipecat.audio.turn.smart_turn.local_smart_turn_v2.LocalSmartTurnAnalyzerV2 method)
(pipecat.audio.turn.smart_turn.local_smart_turn_v3.LocalSmartTurnAnalyzerV3 method)
(pipecat.audio.vad.aic_quail_vad.AICQuailVADAnalyzer method)
(pipecat.audio.vad.aic_vad.AICVADAnalyzer method)
(pipecat.audio.vad.krisp_viva_vad.KrispVivaVadAnalyzer method)
(pipecat.audio.vad.silero.SileroOnnxModel method)
(pipecat.audio.vad.silero.SileroVADAnalyzer method)
(pipecat.audio.vad.vad_analyzer.VADAnalyzer method)
(pipecat.audio.vad.vad_controller.VADController method)
(pipecat.bus.adapters.llm_context_adapter.LLMContextAdapter method)
(pipecat.bus.adapters.LLMContextAdapter method)
(pipecat.bus.bridge_processor.BusBridgeProcessor method)
(pipecat.bus.bus.WorkerBus method)
(pipecat.bus.BusBridgeProcessor method)
(pipecat.bus.network.pgmq.PgmqBus method)
(pipecat.bus.network.pgmq_backends.DirectPgmqBackend method)
(pipecat.bus.network.pgmq_backends.IsolatedPgmqBackend method)
(pipecat.bus.network.redis.RedisBus method)
(pipecat.bus.queue.BusMessageQueue method)
(pipecat.bus.serializers.json.JSONMessageSerializer method)
(pipecat.bus.serializers.JSONMessageSerializer method)
(pipecat.bus.WorkerBus method)
(pipecat.cli.config_validator.ConfigValidationError method)
(pipecat.cli.generators.project.ProjectGenerator method)
(pipecat.cli.generators.ProjectGenerator method)
(pipecat.clocks.system_clock.SystemClock method)
(pipecat.evals.harness.EvalSession method)
(pipecat.evals.judge.EvalJudge method)
(pipecat.evals.serializer.RTVIEvalSerializer method)
(pipecat.evals.speech.EvalSpeech method)
(pipecat.evals.suite.EvalSuite method)
(pipecat.evals.transcribe.EvalTranscriber method)
(pipecat.evals.transport.EvalInputTransport method)
(pipecat.evals.transport.EvalMicrophone method)
(pipecat.evals.transport.EvalTransport method)
(pipecat.extensions.ivr.ivr_navigator.IVRNavigator method)
(pipecat.extensions.ivr.ivr_navigator.IVRProcessor method)
(pipecat.extensions.voicemail.voicemail_detector.ClassificationProcessor method)
(pipecat.extensions.voicemail.voicemail_detector.ClassifierGate method)
(pipecat.extensions.voicemail.voicemail_detector.ConversationGate method)
(pipecat.extensions.voicemail.voicemail_detector.NotifierGate method)
(pipecat.extensions.voicemail.voicemail_detector.TTSGate method)
(pipecat.extensions.voicemail.voicemail_detector.VoicemailDetector method)
(pipecat.flows.actions.ActionManager method)
(pipecat.flows.FlowManager method)
(pipecat.flows.manager.FlowManager method)
(pipecat.observers.loggers.debug_log_observer.DebugLogObserver method)
(pipecat.observers.loggers.metrics_log_observer.MetricsLogObserver method)
(pipecat.observers.startup_timing_observer.StartupTimingObserver method)
(pipecat.observers.turn_tracking_observer.TurnTrackingObserver method)
(pipecat.observers.user_bot_latency_observer.UserBotLatencyObserver method)
(pipecat.pipeline.base_pipeline.BasePipeline method)
(pipecat.pipeline.job_context.JobContext method)
(pipecat.pipeline.job_context.JobGroupContext method)
(pipecat.pipeline.llm_switcher.LLMSwitcher method)
(pipecat.pipeline.parallel_pipeline.ParallelPipeline method)
(pipecat.pipeline.pipeline.Pipeline method)
(pipecat.pipeline.pipeline.PipelineSink method)
(pipecat.pipeline.pipeline.PipelineSource method)
(pipecat.pipeline.runner.WorkerRunner method)
(pipecat.pipeline.service_switcher.ServiceSwitcher method)
(pipecat.pipeline.service_switcher.ServiceSwitcherStrategy method)
(pipecat.pipeline.sync_parallel_pipeline.SyncParallelPipeline method)
(pipecat.pipeline.sync_parallel_pipeline.SyncParallelPipelineSink method)
(pipecat.pipeline.sync_parallel_pipeline.SyncParallelPipelineSource method)
(pipecat.pipeline.task.IdleFrameObserver method)
(pipecat.pipeline.task.PipelineWorker method)
(pipecat.pipeline.worker.IdleFrameObserver method)
(pipecat.pipeline.worker.PipelineWorker method)
(pipecat.pipeline.worker_observer.WorkerObserver method)
(pipecat.processors.aggregators.dtmf_aggregator.DTMFAggregator method)
(pipecat.processors.aggregators.gated.GatedAggregator method)
(pipecat.processors.aggregators.gated_llm_context.GatedLLMContextAggregator method)
(pipecat.processors.aggregators.llm_context.LLMContext method)
(pipecat.processors.aggregators.llm_context_summarizer.LLMContextSummarizer method)
(pipecat.processors.aggregators.llm_response.LLMFullResponseAggregator method)
(pipecat.processors.aggregators.llm_response_universal.LLMAssistantAggregator method)
(pipecat.processors.aggregators.llm_response_universal.LLMContextAggregator method)
(pipecat.processors.aggregators.llm_response_universal.LLMContextAggregatorPair method)
(pipecat.processors.aggregators.llm_response_universal.LLMUserAggregator method)
(pipecat.processors.aggregators.llm_text_processor.LLMTextProcessor method)
(pipecat.processors.aggregators.sentence.SentenceAggregator method)
(pipecat.processors.async_generator.AsyncGeneratorProcessor method)
(pipecat.processors.audio.audio_buffer_processor.AudioBufferProcessor method)
(pipecat.processors.audio.vad_processor.VADProcessor method)
(pipecat.processors.consumer_processor.ConsumerProcessor method)
(pipecat.processors.filters.frame_filter.FrameFilter method)
(pipecat.processors.filters.function_filter.FunctionFilter method)
(pipecat.processors.filters.identity_filter.IdentityFilter method)
(pipecat.processors.filters.null_filter.NullFilter method)
(pipecat.processors.filters.wake_check_filter.WakeCheckFilter method)
(pipecat.processors.filters.wake_check_filter.WakeCheckFilter.ParticipantState method)
(pipecat.processors.filters.wake_notifier_filter.WakeNotifierFilter method)
(pipecat.processors.frame_processor.FrameProcessor method)
(pipecat.processors.frame_processor.FrameProcessorQueue method)
(pipecat.processors.frameworks.rtvi.observer.RTVIObserver method)
(pipecat.processors.frameworks.rtvi.processor.RTVIProcessor method)
(pipecat.processors.frameworks.rtvi.RTVIObserver method)
(pipecat.processors.frameworks.rtvi.RTVIProcessor method)
(pipecat.processors.frameworks.strands_agents.StrandsAgentsProcessor method)
(pipecat.processors.gstreamer.pipeline_source.GStreamerPipelineSource method)
(pipecat.processors.idle_frame_processor.IdleFrameProcessor method)
(pipecat.processors.logger.FrameLogger method)
(pipecat.processors.metrics.frame_processor_metrics.FrameProcessorMetrics method)
(pipecat.processors.metrics.sentry.SentryMetrics method)
(pipecat.processors.producer_processor.ProducerProcessor method)
(pipecat.processors.text_transformer.StatelessTextTransformer method)
(pipecat.registry.registry.WorkerRegistry method)
(pipecat.registry.WorkerRegistry method)
(pipecat.serializers.base_serializer.FrameSerializer method)
(pipecat.serializers.exotel.ExotelFrameSerializer method)
(pipecat.serializers.genesys.GenesysAudioHookSerializer method)
(pipecat.serializers.plivo.PlivoFrameSerializer method)
(pipecat.serializers.protobuf.ProtobufFrameSerializer method)
(pipecat.serializers.telnyx.TelnyxFrameSerializer method)
(pipecat.serializers.twilio.TwilioFrameSerializer method)
(pipecat.serializers.vonage.VonageFrameSerializer method)
(pipecat.services.ai_service.AIService method)
(pipecat.services.anthropic.llm.AnthropicLLMService method)
(pipecat.services.assemblyai.stt.AssemblyAISTTService method)
(pipecat.services.asyncai.tts.AsyncAIHttpTTSService method)
(pipecat.services.asyncai.tts.AsyncAITTSService method)
(pipecat.services.aws.agent_core.AWSAgentCoreProcessor method)
(pipecat.services.aws.llm.AWSBedrockLLMService method)
(pipecat.services.aws.nova_sonic.llm.AWSNovaSonicLLMService method)
(pipecat.services.aws.nova_sonic.session_continuation.SessionContinuationHelper method)
(pipecat.services.aws.sagemaker.bidi_client.SageMakerBidiClient method)
(pipecat.services.aws.stt.AWSTranscribeSTTService method)
(pipecat.services.aws.tts.AWSPollyTTSService method)
(pipecat.services.aws.utils.AWSTranscribePresignedURL method)
(pipecat.services.azure.image.AzureImageGenServiceREST method)
(pipecat.services.azure.llm.AzureLLMService method)
(pipecat.services.azure.realtime.llm.AzureRealtimeLLMService method)
(pipecat.services.azure.stt.AzureSTTService method)
(pipecat.services.azure.tts.AzureHttpTTSService method)
(pipecat.services.azure.tts.AzureTTSService method)
(pipecat.services.camb.tts.CambTTSService method)
(pipecat.services.cartesia.stt.CartesiaLiveOptions method)
(pipecat.services.cartesia.stt.CartesiaSTTService method)
(pipecat.services.cartesia.tts.CartesiaHttpTTSService method)
(pipecat.services.cartesia.tts.CartesiaTTSService method)
(pipecat.services.cartesia.turns.stt.CartesiaTurnsSTTService method)
(pipecat.services.cerebras.llm.CerebrasLLMService method)
(pipecat.services.deepgram.flux.base.DeepgramFluxSTTBase method)
(pipecat.services.deepgram.flux.sagemaker.stt.DeepgramFluxSageMakerSTTService method)
(pipecat.services.deepgram.flux.stt.DeepgramFluxSTTService method)
(pipecat.services.deepgram.sagemaker.stt.DeepgramSageMakerSTTService method)
(pipecat.services.deepgram.sagemaker.tts.DeepgramSageMakerTTSService method)
(pipecat.services.deepgram.stt.DeepgramSTTService method)
(pipecat.services.deepgram.stt.LiveOptions method)
(pipecat.services.deepgram.tts.DeepgramHttpTTSService method)
(pipecat.services.deepgram.tts.DeepgramTTSService method)
(pipecat.services.deepseek.llm.DeepSeekLLMService method)
(pipecat.services.elevenlabs.stt.ElevenLabsRealtimeSTTService method)
(pipecat.services.elevenlabs.stt.ElevenLabsSTTService method)
(pipecat.services.elevenlabs.tts.ElevenLabsHttpTTSService method)
(pipecat.services.elevenlabs.tts.ElevenLabsTTSService method)
(pipecat.services.fal.image.FalImageGenService method)
(pipecat.services.fal.stt.FalSTTService method)
(pipecat.services.fireworks.llm.FireworksLLMService method)
(pipecat.services.fish.tts.FishAudioTTSService method)
(pipecat.services.gladia.stt.GladiaSTTService method)
(pipecat.services.google.gemini_live.file_api.GeminiFileAPI method)
(pipecat.services.google.gemini_live.llm.GeminiLiveLLMService method)
(pipecat.services.google.gemini_live.vertex.llm.GeminiLiveVertexLLMService method)
(pipecat.services.google.image.GoogleImageGenService method)
(pipecat.services.google.llm.GoogleLLMService method)
(pipecat.services.google.rtvi.GoogleRTVIObserver method)
(pipecat.services.google.stt.GoogleSTTService method)
(pipecat.services.google.tts.GeminiTTSService method)
(pipecat.services.google.tts.GoogleHttpTTSService method)
(pipecat.services.google.tts.GoogleTTSService method)
(pipecat.services.google.vertex.llm.GoogleVertexLLMService method)
(pipecat.services.gradium.stt.GradiumSTTService method)
(pipecat.services.gradium.tts.GradiumTTSService method)
(pipecat.services.groq.llm.GroqLLMService method)
(pipecat.services.groq.stt.GroqSTTService method)
(pipecat.services.groq.tts.GroqTTSService method)
(pipecat.services.heygen.api_interactive_avatar.HeyGenApi method)
(pipecat.services.heygen.api_interactive_avatar.HeygenApiError method)
(pipecat.services.heygen.api_liveavatar.LiveAvatarApi method)
(pipecat.services.heygen.api_liveavatar.LiveAvatarApiError method)
(pipecat.services.heygen.client.HeyGenClient method)
(pipecat.services.heygen.video.HeyGenVideoService method)
(pipecat.services.hume.tts.HumeTTSService method)
(pipecat.services.image_service.ImageGenService method)
(pipecat.services.inception.llm.InceptionLLMService method)
(pipecat.services.inworld.realtime.llm.InworldRealtimeLLMService method)
(pipecat.services.inworld.tts.InworldHttpTTSService method)
(pipecat.services.inworld.tts.InworldTTSService method)
(pipecat.services.kokoro.tts.KokoroTTSService method)
(pipecat.services.llm_service.LLMService method)
(pipecat.services.llm_service.WebsocketLLMService method)
(pipecat.services.lmnt.tts.LmntTTSService method)
(pipecat.services.mcp_service.MCPClient method)
(pipecat.services.mem0.memory.Mem0MemoryService method)
(pipecat.services.minimax.tts.MiniMaxHttpTTSService method)
(pipecat.services.mistral.llm.MistralLLMService method)
(pipecat.services.mistral.stt.MistralSTTService method)
(pipecat.services.mistral.tts.MistralTTSService method)
(pipecat.services.moondream.vision.MoondreamService method)
(pipecat.services.moonshine.stt.MoonshineSTTService method)
(pipecat.services.nebius.llm.NebiusLLMService method)
(pipecat.services.neuphonic.tts.NeuphonicHttpTTSService method)
(pipecat.services.neuphonic.tts.NeuphonicTTSService method)
(pipecat.services.novita.llm.NovitaLLMService method)
(pipecat.services.nvidia.llm.NvidiaLLMService method)
(pipecat.services.nvidia.sagemaker.stt.NvidiaSageMakerSTTService method)
(pipecat.services.nvidia.sagemaker.tts.NvidiaSageMakerHTTPTTSService method)
(pipecat.services.nvidia.sagemaker.tts.NvidiaSageMakerTTSService method)
(pipecat.services.nvidia.stt.AudioChunkIterator method)
(pipecat.services.nvidia.stt.NvidiaSegmentedSTTService method)
(pipecat.services.nvidia.stt.NvidiaSTTService method)
(pipecat.services.nvidia.tts.NvidiaTTSService method)
(pipecat.services.ollama.llm.OLLamaLLMService method)
(pipecat.services.openai.base_llm.BaseOpenAILLMService method)
(pipecat.services.openai.image.OpenAIImageGenService method)
(pipecat.services.openai.llm.OpenAILLMService method)
(pipecat.services.openai.realtime.events.InputAudioTranscription method)
(pipecat.services.openai.realtime.llm.OpenAIRealtimeLLMService method)
(pipecat.services.openai.responses.llm.OpenAIResponsesLLMService method)
(pipecat.services.openai.stt.OpenAIRealtimeSTTService method)
(pipecat.services.openai.stt.OpenAISTTService method)
(pipecat.services.openai.tts.OpenAITTSService method)
(pipecat.services.openrouter.llm.OpenRouterLLMService method)
(pipecat.services.perplexity.llm.PerplexityLLMService method)
(pipecat.services.piper.tts.PiperHttpTTSService method)
(pipecat.services.piper.tts.PiperTTSService method)
(pipecat.services.qwen.llm.QwenLLMService method)
(pipecat.services.resembleai.tts.ResembleAITTSService method)
(pipecat.services.rime.tts.RimeHttpTTSService method)
(pipecat.services.rime.tts.RimeNonJsonTTSService method)
(pipecat.services.rime.tts.RimeTTSService method)
(pipecat.services.sambanova.llm.SambaNovaLLMService method)
(pipecat.services.sarvam.llm.SarvamLLMService method)
(pipecat.services.sarvam.stt.SarvamSTTService method)
(pipecat.services.sarvam.tts.SarvamHttpTTSService method)
(pipecat.services.sarvam.tts.SarvamTTSService method)
(pipecat.services.simli.video.SimliVideoService method)
(pipecat.services.smallest.stt.SmallestSTTService method)
(pipecat.services.smallest.tts.SmallestTTSService method)
(pipecat.services.soniox.stt.SonioxSTTService method)
(pipecat.services.soniox.tts.SonioxTTSService method)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTService method)
(pipecat.services.speechmatics.tts.SpeechmaticsTTSService method)
(pipecat.services.stt_service.SegmentedSTTService method)
(pipecat.services.stt_service.STTService method)
(pipecat.services.stt_service.WebsocketSTTService method)
(pipecat.services.tavus.video.TavusVideoService method)
(pipecat.services.together.llm.TogetherLLMService method)
(pipecat.services.together.stt.TogetherSTTService method)
(pipecat.services.together.tts.TogetherTTSService method)
(pipecat.services.tts_service.AudioContextTTSService method)
(pipecat.services.tts_service.AudioContextWordTTSService method)
(pipecat.services.tts_service.InterruptibleTTSService method)
(pipecat.services.tts_service.InterruptibleWordTTSService method)
(pipecat.services.tts_service.TTSService method)
(pipecat.services.tts_service.WebsocketTTSService method)
(pipecat.services.tts_service.WebsocketWordTTSService method)
(pipecat.services.tts_service.WordTTSService method)
(pipecat.services.ultravox.llm.UltravoxRealtimeLLMService method)
(pipecat.services.vision_service.VisionService method)
(pipecat.services.websocket_service.WebsocketService method)
(pipecat.services.whisper.base_stt.BaseWhisperSTTService method)
(pipecat.services.whisper.stt.WhisperSTTService method)
(pipecat.services.whisper.stt.WhisperSTTServiceMLX method)
(pipecat.services.xai.llm.GrokLLMService method)
(pipecat.services.xai.realtime.llm.GrokRealtimeLLMService method)
(pipecat.services.xai.stt.XAISTTService method)
(pipecat.services.xai.tts.XAIHttpTTSService method)
(pipecat.services.xai.tts.XAITTSService method)
(pipecat.services.xtts.tts.XTTSService method)
(pipecat.transports.base_input.BaseInputTransport method)
(pipecat.transports.base_output.BaseOutputTransport method)
(pipecat.transports.base_output.BaseOutputTransport.MediaSender method)
(pipecat.transports.base_transport.BaseTransport method)
(pipecat.transports.daily.transport.DailyInputTransport method)
(pipecat.transports.daily.transport.DailyOutputTransport method)
(pipecat.transports.daily.transport.DailyTransport method)
(pipecat.transports.daily.transport.DailyTransportClient method)
(pipecat.transports.daily.transport.WebRTCVADAnalyzer method)
(pipecat.transports.daily.utils.DailyRESTHelper method)
(pipecat.transports.heygen.transport.HeyGenInputTransport method)
(pipecat.transports.heygen.transport.HeyGenOutputTransport method)
(pipecat.transports.heygen.transport.HeyGenTransport method)
(pipecat.transports.lemonslice.api.LemonSliceApi method)
(pipecat.transports.lemonslice.transport.LemonSliceInputTransport method)
(pipecat.transports.lemonslice.transport.LemonSliceOutputTransport method)
(pipecat.transports.lemonslice.transport.LemonSliceTransport method)
(pipecat.transports.lemonslice.transport.LemonSliceTransportClient method)
(pipecat.transports.livekit.transport.LiveKitInputTransport method)
(pipecat.transports.livekit.transport.LiveKitOutputTransport method)
(pipecat.transports.livekit.transport.LiveKitTransport method)
(pipecat.transports.livekit.transport.LiveKitTransportClient method)
(pipecat.transports.livekit.utils.LiveKitRESTHelper method)
(pipecat.transports.local.audio.LocalAudioInputTransport method)
(pipecat.transports.local.audio.LocalAudioOutputTransport method)
(pipecat.transports.local.audio.LocalAudioTransport method)
(pipecat.transports.local.tk.TkInputTransport method)
(pipecat.transports.local.tk.TkLocalTransport method)
(pipecat.transports.local.tk.TkOutputTransport method)
(pipecat.transports.smallwebrtc.connection.SmallWebRTCConnection method)
(pipecat.transports.smallwebrtc.connection.SmallWebRTCTrack method)
(pipecat.transports.smallwebrtc.request_handler.SmallWebRTCRequestHandler method)
(pipecat.transports.smallwebrtc.transport.RawAudioTrack method)
(pipecat.transports.smallwebrtc.transport.RawVideoTrack method)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCClient method)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCInputTransport method)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCOutputTransport method)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCTransport method)
(pipecat.transports.tavus.transport.TavusApi method)
(pipecat.transports.tavus.transport.TavusInputTransport method)
(pipecat.transports.tavus.transport.TavusOutputTransport method)
(pipecat.transports.tavus.transport.TavusTransport method)
(pipecat.transports.tavus.transport.TavusTransportClient method)
(pipecat.transports.websocket.client.WebsocketClientInputTransport method)
(pipecat.transports.websocket.client.WebsocketClientOutputTransport method)
(pipecat.transports.websocket.client.WebsocketClientSession method)
(pipecat.transports.websocket.client.WebsocketClientTransport method)
(pipecat.transports.websocket.fastapi.FastAPIWebsocketClient method)
(pipecat.transports.websocket.fastapi.FastAPIWebsocketInputTransport method)
(pipecat.transports.websocket.fastapi.FastAPIWebsocketOutputTransport method)
(pipecat.transports.websocket.fastapi.FastAPIWebsocketTransport method)
(pipecat.transports.websocket.server.SingleClientWebsocketServerInputTransport method)
(pipecat.transports.websocket.server.SingleClientWebsocketServerOutputTransport method)
(pipecat.transports.websocket.server.SingleClientWebsocketServerTransport method)
(pipecat.transports.whatsapp.api.WhatsAppApi method)
(pipecat.transports.whatsapp.client.WhatsAppClient method)
(pipecat.turns.user_idle_controller.UserIdleController method)
(pipecat.turns.user_mute.always_user_mute_strategy.AlwaysUserMuteStrategy method)
(pipecat.turns.user_mute.AlwaysUserMuteStrategy method)
(pipecat.turns.user_mute.base_user_mute_strategy.BaseUserMuteStrategy method)
(pipecat.turns.user_mute.BaseUserMuteStrategy method)
(pipecat.turns.user_mute.first_speech_user_mute_strategy.FirstSpeechUserMuteStrategy method)
(pipecat.turns.user_mute.FirstSpeechUserMuteStrategy method)
(pipecat.turns.user_mute.function_call_user_mute_strategy.FunctionCallUserMuteStrategy method)
(pipecat.turns.user_mute.FunctionCallUserMuteStrategy method)
(pipecat.turns.user_mute.mute_until_first_bot_complete_user_mute_strategy.MuteUntilFirstBotCompleteUserMuteStrategy method)
(pipecat.turns.user_mute.MuteUntilFirstBotCompleteUserMuteStrategy method)
(pipecat.turns.user_start.base_user_turn_start_strategy.BaseUserTurnStartStrategy method)
(pipecat.turns.user_start.BaseUserTurnStartStrategy method)
(pipecat.turns.user_start.external_user_turn_start_strategy.ExternalUserTurnStartStrategy method)
(pipecat.turns.user_start.ExternalUserTurnStartStrategy method)
(pipecat.turns.user_start.krisp_viva_ip_user_turn_start_strategy.KrispVivaIPUserTurnStartStrategy method)
(pipecat.turns.user_start.KrispVivaIPUserTurnStartStrategy method)
(pipecat.turns.user_start.min_words_user_turn_start_strategy.MinWordsUserTurnStartStrategy method)
(pipecat.turns.user_start.MinWordsUserTurnStartStrategy method)
(pipecat.turns.user_start.transcription_user_turn_start_strategy.TranscriptionUserTurnStartStrategy method)
(pipecat.turns.user_start.TranscriptionUserTurnStartStrategy method)
(pipecat.turns.user_start.wake_phrase_user_turn_start_strategy.WakePhraseUserTurnStartStrategy method)
(pipecat.turns.user_start.WakePhraseUserTurnStartStrategy method)
(pipecat.turns.user_stop.base_user_turn_stop_strategy.BaseUserTurnStopStrategy method)
(pipecat.turns.user_stop.BaseUserTurnStopStrategy method)
(pipecat.turns.user_stop.deferred_user_turn_stop_strategy.DeferredUserTurnStopStrategy method)
(pipecat.turns.user_stop.DeferredUserTurnStopStrategy method)
(pipecat.turns.user_stop.external_user_turn_stop_strategy.ExternalUserTurnStopStrategy method)
(pipecat.turns.user_stop.ExternalUserTurnStopStrategy method)
(pipecat.turns.user_stop.llm_turn_completion_user_turn_stop_strategy.LLMTurnCompletionUserTurnStopStrategy method)
(pipecat.turns.user_stop.LLMTurnCompletionUserTurnStopStrategy method)
(pipecat.turns.user_stop.speech_timeout_user_turn_stop_strategy.SpeechTimeoutUserTurnStopStrategy method)
(pipecat.turns.user_stop.SpeechTimeoutUserTurnStopStrategy method)
(pipecat.turns.user_stop.turn_analyzer_user_turn_stop_strategy.TurnAnalyzerUserTurnStopStrategy method)
(pipecat.turns.user_stop.TurnAnalyzerUserTurnStopStrategy method)
(pipecat.turns.user_turn_completion_mixin.UserTurnCompletionLLMServiceMixin method)
(pipecat.turns.user_turn_controller.UserTurnController method)
(pipecat.turns.user_turn_processor.UserTurnProcessor method)
(pipecat.utils.asyncio.task_manager.TaskManager method)
(pipecat.utils.base_object.BaseObject method)
(pipecat.utils.context.aggregated_frame_sequencer.AggregatedFrameSequencer method)
(pipecat.utils.context.text_segment_map.TextSegmentMap method)
(pipecat.utils.context.word_completion_tracker.WordCompletionTracker method)
(pipecat.utils.env.InvalidEnvVarValueError method)
(pipecat.utils.frame_queue.FrameQueue method)
(pipecat.utils.sync.event_notifier.EventNotifier method)
(pipecat.utils.text.base_text_aggregator.BaseTextAggregator method)
(pipecat.utils.text.markdown_text_filter.MarkdownTextFilter method)
(pipecat.utils.text.pattern_pair_aggregator.PatternMatch method)
(pipecat.utils.text.pattern_pair_aggregator.PatternPairAggregator method)
(pipecat.utils.text.simple_text_aggregator.SimpleTextAggregator method)
(pipecat.utils.text.skip_tags_aggregator.SkipTagsAggregator method)
(pipecat.utils.text.transforms.voice_formatter.VoiceFormatter method)
(pipecat.utils.text.transforms.VoiceFormatter method)
(pipecat.utils.tracing.tracing_context.TracingContext method)
(pipecat.utils.tracing.turn_trace_observer.TurnTraceObserver method)
(pipecat.workers.base_worker.BaseWorker method)
(pipecat.workers.llm.llm_context_worker.LLMContextWorker method)
(pipecat.workers.llm.llm_worker.LLMWorker method)
(pipecat.workers.llm.LLMContextWorker method)
(pipecat.workers.llm.LLMWorker method)
(pipecat.workers.proxy.websocket.client.WebSocketProxyClient method)
(pipecat.workers.proxy.websocket.server.WebSocketProxyServer method)
(pipecat.workers.proxy.websocket.WebSocketProxyClient method)
(pipecat.workers.proxy.websocket.WebSocketProxyServer method)
(pipecat.workers.proxy.WebSocketProxyClient method)
(pipecat.workers.proxy.WebSocketProxyServer method)
(pipecat.workers.runner.WorkerRunner method)
(pipecat.workers.ui.ui_job_context.UIJobGroupContext method)
(pipecat.workers.ui.ui_worker.UIWorker method)
(pipecat.workers.ui.UIWorker method)
A
A11yNode (class in pipecat.processors.frameworks.rtvi.models)
A11ySelection (class in pipecat.processors.frameworks.rtvi.models)
A11ySnapshot (class in pipecat.processors.frameworks.rtvi.models)
AAYAN (pipecat.services.sarvam.tts.SarvamTTSSpeakerV3 attribute)
ABHILASH (pipecat.services.sarvam.tts.SarvamTTSSpeakerV2 attribute)
about (pipecat.processors.frameworks.rtvi.models.BotReadyData attribute)
(pipecat.processors.frameworks.rtvi.models.ClientReadyData attribute)
AboutClientData (class in pipecat.processors.frameworks.rtvi.models)
absent (pipecat.evals.scenario.EvalExpectation attribute)
access_key (pipecat.services.aws.utils.AWSCredentials attribute)
access_token (pipecat.services.heygen.api_interactive_avatar.HeyGenSession attribute)
(pipecat.services.heygen.base_api.StandardSessionResponse attribute)
account_sid (pipecat.runner.types.ExotelCallData attribute)
accumulated_text (pipecat.frames.frames.AggregatedTextProgressFrame attribute)
(pipecat.processors.frameworks.rtvi.BotOutputTransformResult attribute)
(pipecat.processors.frameworks.rtvi.models.BotOutputTransformResult attribute)
(pipecat.processors.frameworks.rtvi.models.SpokenProgressData attribute)
(pipecat.processors.frameworks.rtvi.SpokenProgressData attribute)
aclose() (pipecat.evals.speech.EvalSpeech method)
(pipecat.evals.transcribe.EvalTranscriber method)
acquire() (pipecat.audio.filters.aic_filter.AICModelManager class method)
(pipecat.audio.krisp_instance.KrispVivaSDKManager class method)
acquire_server() (pipecat.transports.websocket.server.SingleClientWebsocketServerInputTransport method)
action (pipecat.flows.actions.FunctionActionFrame attribute)
ActionConfig (class in pipecat.flows)
(class in pipecat.flows.types)
ActionError
,
[1]
ActionFinishedFrame (class in pipecat.flows.actions)
ActionManager (class in pipecat.flows.actions)
activate_worker() (pipecat.workers.base_worker.BaseWorker method)
(pipecat.workers.llm.llm_worker.LLMWorker method)
(pipecat.workers.llm.LLMWorker method)
activation_args (pipecat.workers.base_worker.BaseWorker property)
active (pipecat.bus.BusWorkerReadyMessage attribute)
(pipecat.bus.messages.BusWorkerReadyMessage attribute)
(pipecat.bus.WorkerRegistryEntry attribute)
(pipecat.registry.types.WorkerRegistryEntry attribute)
(pipecat.workers.base_worker.BaseWorker property)
active_jobs (pipecat.workers.base_worker.BaseWorker property)
active_llm (pipecat.pipeline.llm_switcher.LLMSwitcher property)
active_service (pipecat.pipeline.service_switcher.ServiceSwitcherStrategy property)
activity_idle_timeout (pipecat.services.heygen.api_interactive_avatar.NewSessionRequest attribute)
adapter_class (pipecat.services.anthropic.llm.AnthropicLLMService attribute)
(pipecat.services.aws.llm.AWSBedrockLLMService attribute)
(pipecat.services.aws.nova_sonic.llm.AWSNovaSonicLLMService attribute)
(pipecat.services.google.gemini_live.llm.GeminiLiveLLMService attribute)
(pipecat.services.google.llm.GoogleLLMService attribute)
(pipecat.services.inworld.realtime.llm.InworldRealtimeLLMService attribute)
(pipecat.services.llm_service.LLMService attribute)
(pipecat.services.mistral.llm.MistralLLMService attribute)
(pipecat.services.openai.realtime.llm.OpenAIRealtimeLLMService attribute)
(pipecat.services.perplexity.llm.PerplexityLLMService attribute)
(pipecat.services.xai.realtime.llm.GrokRealtimeLLMService attribute)
AdapterType (class in pipecat.adapters.schemas.tools_schema)
ADAPTIVE (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.TurnDetectionMode attribute)
(pipecat.services.speechmatics.stt.TurnDetectionMode attribute)
add_as_system_message (pipecat.services.mem0.memory.Mem0MemoryService.InputParams attribute)
add_assistant_message() (pipecat.evals.judge.EvalJudge method)
add_audio() (pipecat.evals.transport.EvalMicrophone method)
add_audio_bytes() (pipecat.transports.smallwebrtc.transport.RawAudioTrack method)
add_audio_frames_message() (pipecat.processors.aggregators.llm_context.LLMContext method)
add_bot_output_transformer() (pipecat.processors.frameworks.rtvi.observer.RTVIObserver method)
(pipecat.processors.frameworks.rtvi.RTVIObserver method)
add_consumer() (pipecat.processors.producer_processor.ProducerProcessor method)
add_custom_audio_track() (pipecat.transports.daily.transport.DailyTransportClient method)
add_custom_video_track() (pipecat.transports.daily.transport.DailyTransportClient method)
add_event_handler() (pipecat.extensions.ivr.ivr_navigator.IVRNavigator method)
(pipecat.extensions.voicemail.voicemail_detector.VoicemailDetector method)
(pipecat.turns.user_stop.deferred_user_turn_stop_strategy.DeferredUserTurnStopStrategy method)
(pipecat.turns.user_stop.DeferredUserTurnStopStrategy method)
(pipecat.utils.base_object.BaseObject method)
add_gemini_live_span_attributes() (in module pipecat.utils.tracing.service_attributes)
add_ice_candidate() (pipecat.transports.smallwebrtc.connection.SmallWebRTCConnection method)
add_ignored_source() (pipecat.processors.frameworks.rtvi.observer.RTVIObserver method)
(pipecat.processors.frameworks.rtvi.RTVIObserver method)
add_image_frame_message() (pipecat.processors.aggregators.llm_context.LLMContext method)
add_llm_span_attributes() (in module pipecat.utils.tracing.service_attributes)
add_message() (pipecat.processors.aggregators.llm_context.LLMContext method)
add_messages() (pipecat.processors.aggregators.llm_context.LLMContext method)
(pipecat.processors.aggregators.llm_response_universal.LLMContextAggregator method)
add_observer() (pipecat.pipeline.task.PipelineWorker method)
(pipecat.pipeline.worker.PipelineWorker method)
(pipecat.pipeline.worker_observer.WorkerObserver method)
add_openai_realtime_span_attributes() (in module pipecat.utils.tracing.service_attributes)
add_pattern() (pipecat.utils.text.pattern_pair_aggregator.PatternPairAggregator method)
add_reached_downstream_filter() (pipecat.pipeline.task.PipelineWorker method)
(pipecat.pipeline.worker.PipelineWorker method)
add_reached_upstream_filter() (pipecat.pipeline.task.PipelineWorker method)
(pipecat.pipeline.worker.PipelineWorker method)
add_stt_span_attributes() (in module pipecat.utils.tracing.service_attributes)
add_text_transformer() (pipecat.services.tts_service.TTSService method)
add_tool_change_messages (pipecat.processors.aggregators.llm_response_universal.LLMAssistantAggregatorParams attribute)
(pipecat.processors.aggregators.llm_response_universal.LLMUserAggregatorParams attribute)
add_tts_span_attributes() (in module pipecat.utils.tracing.service_attributes)
add_user_message() (pipecat.evals.judge.EvalJudge method)
add_video_frame() (pipecat.transports.smallwebrtc.transport.RawVideoTrack method)
add_wav_header (pipecat.evals.transport.EvalTransportParams attribute)
(pipecat.transports.websocket.client.WebsocketClientParams attribute)
(pipecat.transports.websocket.fastapi.FastAPIWebsocketParams attribute)
(pipecat.transports.websocket.server.SingleClientWebsocketServerParams attribute)
(pipecat.transports.websocket.server.WebsocketServerParams attribute)
add_word_and_check_complete() (pipecat.utils.context.word_completion_tracker.WordCompletionTracker method)
add_word_timestamps() (pipecat.services.tts_service.TTSService method)
add_workers() (pipecat.pipeline.runner.WorkerRunner method)
(pipecat.workers.base_worker.BaseWorker method)
(pipecat.workers.runner.WorkerRunner method)
additional_headers (pipecat.transports.websocket.client.WebsocketClientParams attribute)
additional_imports (pipecat.cli.registry.service_metadata.ServiceDefinition attribute)
(pipecat.cli.registry.ServiceDefinition attribute)
additional_model_request_fields (pipecat.services.aws.llm.AWSBedrockLLMService.InputParams attribute)
(pipecat.services.aws.llm.AWSBedrockLLMSettings attribute)
additional_vocab (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.InputParams attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTSettings attribute)
ADITYA (pipecat.services.sarvam.tts.SarvamTTSSpeakerV3 attribute)
ADVAIT (pipecat.services.sarvam.tts.SarvamTTSSpeakerV3 attribute)
advance_word() (pipecat.utils.context.text_segment_map.TextSegmentMap method)
AF (pipecat.transcriptions.language.Language attribute)
AF_ZA (pipecat.transcriptions.language.Language attribute)
AFFECTIONATE (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
agent_context (pipecat.services.assemblyai.stt.AssemblyAISTTSettings attribute)
agent_id (pipecat.services.ultravox.llm.AgentInputParams attribute)
(pipecat.transports.lemonslice.transport.LemonSliceNewSessionRequest attribute)
agent_image_url (pipecat.transports.lemonslice.transport.LemonSliceNewSessionRequest attribute)
agent_prompt (pipecat.transports.lemonslice.transport.LemonSliceNewSessionRequest attribute)
agent_speak() (pipecat.services.heygen.client.HeyGenClient method)
agent_speak_end() (pipecat.services.heygen.client.HeyGenClient method)
AgentInputParams (class in pipecat.services.ultravox.llm)
AGGREGATE (pipecat.utils.text.pattern_pair_aggregator.MatchAction attribute)
aggregate() (pipecat.utils.text.base_text_aggregator.BaseTextAggregator method)
(pipecat.utils.text.pattern_pair_aggregator.PatternPairAggregator method)
(pipecat.utils.text.simple_text_aggregator.SimpleTextAggregator method)
(pipecat.utils.text.skip_tags_aggregator.SkipTagsAggregator method)
aggregated_by (pipecat.frames.frames.AggregatedTextFrame attribute)
(pipecat.frames.frames.AggregatedTextProgressFrame attribute)
(pipecat.processors.frameworks.rtvi.models.BotOutputMessageData attribute)
AggregatedFrameSequencer (class in pipecat.utils.context.aggregated_frame_sequencer)
AggregatedTextFrame (class in pipecat.frames.frames)
AggregatedTextProgressFrame (class in pipecat.frames.frames)
Aggregation (class in pipecat.utils.text.base_text_aggregator)
aggregation_string() (pipecat.processors.aggregators.llm_response_universal.LLMContextAggregator method)
aggregation_type (pipecat.utils.text.base_text_aggregator.BaseTextAggregator property)
AggregationType (class in pipecat.utils.text.base_text_aggregator)
AGITATED (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
AICFilter (class in pipecat.audio.filters.aic_filter)
AICModelManager (class in pipecat.audio.filters.aic_filter)
AICQuailVADAnalyzer (class in pipecat.audio.vad.aic_quail_vad)
AICVADAnalyzer (class in pipecat.audio.vad.aic_vad)
AIService (class in pipecat.services.ai_service)
ALARMED (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
alaw_to_pcm() (in module pipecat.audio.utils)
allow_api_access (pipecat.transports.daily.utils.RecordingsBucketConfig attribute)
(pipecat.transports.daily.utils.TranscriptionBucketConfig attribute)
allowed_origins (pipecat.evals.transport.EvalTransportParams attribute)
(pipecat.transports.websocket.fastapi.FastAPIWebsocketParams attribute)
(pipecat.transports.websocket.server.SingleClientWebsocketServerParams attribute)
(pipecat.transports.websocket.server.WebsocketServerParams attribute)
allowed_x_handles (pipecat.services.xai.realtime.events.XSearchTool attribute)
AlwaysUserMuteStrategy (class in pipecat.turns.user_mute)
(class in pipecat.turns.user_mute.always_user_mute_strategy)
AM (pipecat.transcriptions.language.Language attribute)
AM_ET (pipecat.transcriptions.language.Language attribute)
AMAZED (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
AMELIA (pipecat.services.sarvam.tts.SarvamTTSSpeakerV3 attribute)
AMIT (pipecat.services.sarvam.tts.SarvamTTSSpeakerV3 attribute)
analyze_audio() (pipecat.audio.vad.vad_analyzer.VADAnalyzer method)
analyze_end_of_turn() (pipecat.audio.turn.base_turn_analyzer.BaseTurnAnalyzer method)
(pipecat.audio.turn.krisp_viva_turn.KrispVivaTurn method)
(pipecat.audio.turn.smart_turn.base_smart_turn.BaseSmartTurn method)
ANGRY (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
answer_call_to_whatsapp() (pipecat.transports.whatsapp.api.WhatsAppApi method)
AnthropicLLMAdapter (class in pipecat.adapters.services.anthropic_adapter)
AnthropicLLMAdapter.ConvertedMessages (class in pipecat.adapters.services.anthropic_adapter)
AnthropicLLMInvocationParams (class in pipecat.adapters.services.anthropic_adapter)
AnthropicLLMService (class in pipecat.services.anthropic.llm)
AnthropicLLMService.InputParams (class in pipecat.services.anthropic.llm)
AnthropicLLMSettings (class in pipecat.services.anthropic.llm)
AnthropicThinkingConfig (class in pipecat.services.anthropic.llm)
ANTICIPATION (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
ANUSHKA (pipecat.services.sarvam.tts.SarvamTTSSpeakerV2 attribute)
ANXIOUS (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
api_created (pipecat.transports.daily.utils.DailyRoomObject attribute)
api_key (pipecat.services.ultravox.llm.AgentInputParams attribute)
(pipecat.services.ultravox.llm.OneShotInputParams attribute)
(pipecat.transports.daily.transport.DailyParams attribute)
api_url (pipecat.transports.daily.transport.DailyParams attribute)
(pipecat.transports.lemonslice.transport.LemonSliceNewSessionRequest attribute)
api_version (pipecat.services.mem0.memory.Mem0MemoryService.InputParams attribute)
APOLOGETIC (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
app (in module pipecat.runner.run)
app_resources (pipecat.pipeline.task.PipelineWorker property)
(pipecat.pipeline.worker.PipelineWorker property)
(pipecat.services.llm_service.FunctionCallParams attribute)
APPEND (pipecat.flows.ContextStrategy attribute)
(pipecat.flows.types.ContextStrategy attribute)
append_audio() (pipecat.audio.turn.base_turn_analyzer.BaseTurnAnalyzer method)
(pipecat.audio.turn.krisp_viva_turn.KrispVivaTurn method)
(pipecat.audio.turn.smart_turn.base_smart_turn.BaseSmartTurn method)
append_system_instruction() (pipecat.services.llm_service.LLMService method)
append_text_to_context (pipecat.flows.ActionConfig attribute)
(pipecat.flows.types.ActionConfig attribute)
append_to_audio_context() (pipecat.services.tts_service.TTSService method)
append_to_context (pipecat.bus.BusTTSSpeakMessage attribute)
(pipecat.bus.messages.BusTTSSpeakMessage attribute)
(pipecat.frames.frames.LLMThoughtStartFrame attribute)
(pipecat.frames.frames.TextFrame attribute)
(pipecat.frames.frames.TTSSpeakFrame attribute)
(pipecat.frames.frames.TTSStartedFrame attribute)
(pipecat.frames.frames.UserImageRawFrame attribute)
(pipecat.frames.frames.UserImageRequestFrame attribute)
(pipecat.services.tts_service.TTSContext attribute)
append_to_context_immediately (pipecat.frames.frames.LLMMarkerFrame attribute)
application_id (pipecat.runner.types.VonageRunnerArguments attribute)
apply_text_normalization (pipecat.services.elevenlabs.tts.ElevenLabsHttpTTSService.InputParams attribute)
(pipecat.services.elevenlabs.tts.ElevenLabsHttpTTSSettings attribute)
(pipecat.services.elevenlabs.tts.ElevenLabsTTSService.InputParams attribute)
(pipecat.services.elevenlabs.tts.ElevenLabsTTSSettings attribute)
(pipecat.services.inworld.tts.InworldTTSService.InputParams attribute)
apply_update() (pipecat.services.inworld.realtime.llm.InworldRealtimeLLMSettings method)
(pipecat.services.openai.realtime.llm.OpenAIRealtimeLLMSettings method)
(pipecat.services.settings.ServiceSettings method)
(pipecat.services.xai.realtime.llm.GrokRealtimeLLMSettings method)
AR (pipecat.transcriptions.language.Language attribute)
AR_001 (pipecat.transcriptions.language.Language attribute)
AR_AE (pipecat.transcriptions.language.Language attribute)
AR_BH (pipecat.transcriptions.language.Language attribute)
AR_DZ (pipecat.transcriptions.language.Language attribute)
AR_EG (pipecat.transcriptions.language.Language attribute)
AR_IQ (pipecat.transcriptions.language.Language attribute)
AR_JO (pipecat.transcriptions.language.Language attribute)
AR_KW (pipecat.transcriptions.language.Language attribute)
AR_LB (pipecat.transcriptions.language.Language attribute)
AR_LY (pipecat.transcriptions.language.Language attribute)
AR_MA (pipecat.transcriptions.language.Language attribute)
AR_OM (pipecat.transcriptions.language.Language attribute)
AR_QA (pipecat.transcriptions.language.Language attribute)
AR_SA (pipecat.transcriptions.language.Language attribute)
AR_SY (pipecat.transcriptions.language.Language attribute)
AR_TN (pipecat.transcriptions.language.Language attribute)
AR_XA (pipecat.transcriptions.language.Language attribute)
AR_YE (pipecat.transcriptions.language.Language attribute)
archive() (pipecat.bus.network.pgmq_backends.DirectPgmqBackend method)
(pipecat.bus.network.pgmq_backends.IsolatedPgmqBackend method)
(pipecat.bus.network.pgmq_backends.PgmqBackend method)
args (pipecat.bus.BusActivateWorkerMessage attribute)
(pipecat.bus.messages.BusActivateWorkerMessage attribute)
(pipecat.evals.scenario.EvalFunctionCall attribute)
(pipecat.processors.frameworks.rtvi.models.LLMFunctionCallMessageData attribute)
arguments (pipecat.frames.frames.FunctionCallFromLLM attribute)
(pipecat.frames.frames.FunctionCallInProgressFrame attribute)
(pipecat.frames.frames.FunctionCallResultFrame attribute)
(pipecat.processors.frameworks.rtvi.models.LLMFunctionCallInProgressMessageData attribute)
(pipecat.processors.frameworks.rtvi.models.LLMFunctionCallResultData attribute)
(pipecat.services.inworld.realtime.events.ConversationItem attribute)
(pipecat.services.inworld.realtime.events.ResponseFunctionCallArgumentsDone attribute)
(pipecat.services.llm_service.FunctionCallParams attribute)
(pipecat.services.llm_service.FunctionCallRunnerItem attribute)
(pipecat.services.openai.realtime.events.ConversationItem attribute)
(pipecat.services.openai.realtime.events.ResponseFunctionCallArgumentsDone attribute)
(pipecat.services.xai.realtime.events.ConversationItem attribute)
(pipecat.services.xai.realtime.events.ResponseFunctionCallArgumentsDone attribute)
ARRIVAL (pipecat.pipeline.sync_parallel_pipeline.FrameOrder attribute)
ARYA (pipecat.services.sarvam.tts.SarvamTTSSpeakerV2 attribute)
AS (pipecat.transcriptions.language.Language attribute)
AS_IN (pipecat.transcriptions.language.Language attribute)
ASHUTOSH (pipecat.services.sarvam.tts.SarvamTTSSpeakerV3 attribute)
ask_project_questions() (in module pipecat.cli.prompts)
(in module pipecat.cli.prompts.questions)
ask_to_renegotiate() (pipecat.transports.smallwebrtc.connection.SmallWebRTCConnection method)
AssemblyAIConnectionParams (class in pipecat.services.assemblyai.models)
AssemblyAISTTService (class in pipecat.services.assemblyai.stt)
AssemblyAISTTSettings (class in pipecat.services.assemblyai.stt)
assert_given() (in module pipecat.services.settings)
ASSISTANT (pipecat.adapters.services.aws_nova_sonic_adapter.Role attribute)
assistant() (pipecat.processors.aggregators.llm_response_universal.LLMContextAggregatorPair method)
assistant_aggregator (pipecat.workers.llm.llm_context_worker.LLMContextWorker property)
(pipecat.workers.llm.LLMContextWorker property)
AssistantImageRawFrame (class in pipecat.frames.frames)
AssistantThoughtMessage (class in pipecat.processors.aggregators.llm_response_universal)
AssistantTurnStoppedMessage (class in pipecat.processors.aggregators.llm_response_universal)
assume_role_arn (pipecat.transports.daily.utils.RecordingsBucketConfig attribute)
(pipecat.transports.daily.utils.TranscriptionBucketConfig attribute)
AST (pipecat.transcriptions.language.Language attribute)
AsyncAIHttpTTSService (class in pipecat.services.asyncai.tts)
AsyncAIHttpTTSService.InputParams (class in pipecat.services.asyncai.tts)
AsyncAITTSService (class in pipecat.services.asyncai.tts)
AsyncAITTSService.InputParams (class in pipecat.services.asyncai.tts)
AsyncAITTSSettings (class in pipecat.services.asyncai.tts)
AsyncGeneratorProcessor (class in pipecat.processors.async_generator)
AsyncQueueBus (class in pipecat.bus)
(class in pipecat.bus.local)
(class in pipecat.bus.local.async_queue)
AsyncToolMessagePayload (class in pipecat.processors.aggregators.async_tool_messages)
at (pipecat.bus.ui.BusUIJobCompletedMessage attribute)
(pipecat.bus.ui.BusUIJobGroupCompletedMessage attribute)
(pipecat.bus.ui.BusUIJobGroupStartedMessage attribute)
(pipecat.bus.ui.BusUIJobUpdateMessage attribute)
(pipecat.bus.ui.messages.BusUIJobCompletedMessage attribute)
(pipecat.bus.ui.messages.BusUIJobGroupCompletedMessage attribute)
(pipecat.bus.ui.messages.BusUIJobGroupStartedMessage attribute)
(pipecat.bus.ui.messages.BusUIJobUpdateMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UIJobCompletedData attribute)
(pipecat.processors.frameworks.rtvi.models.UIJobGroupCompletedData attribute)
(pipecat.processors.frameworks.rtvi.models.UIJobGroupStartedData attribute)
(pipecat.processors.frameworks.rtvi.models.UIJobUpdateData attribute)
(pipecat.workers.ui.BusUIJobCompletedMessage attribute)
(pipecat.workers.ui.BusUIJobGroupCompletedMessage attribute)
(pipecat.workers.ui.BusUIJobGroupStartedMessage attribute)
(pipecat.workers.ui.BusUIJobUpdateMessage attribute)
attach() (pipecat.workers.base_worker.BaseWorker method)
audio (pipecat.frames.frames.AudioRawFrame attribute)
(pipecat.processors.frameworks.rtvi.models.AudioMessageData attribute)
AUDIO (pipecat.services.aws.nova_sonic.llm.ContentType attribute)
(pipecat.services.google.gemini_live.llm.GeminiModalities attribute)
audio (pipecat.services.inworld.realtime.events.InputAudioBufferAppendEvent attribute)
(pipecat.services.inworld.realtime.events.ItemContent attribute)
(pipecat.services.inworld.realtime.events.SessionProperties attribute)
(pipecat.services.openai.realtime.events.InputAudioBufferAppendEvent attribute)
(pipecat.services.openai.realtime.events.ItemContent attribute)
(pipecat.services.openai.realtime.events.Response attribute)
(pipecat.services.openai.realtime.events.ResponseProperties attribute)
(pipecat.services.openai.realtime.events.SessionProperties attribute)
(pipecat.services.xai.realtime.events.InputAudioBufferAppendEvent attribute)
(pipecat.services.xai.realtime.events.ItemContent attribute)
(pipecat.services.xai.realtime.events.SessionProperties attribute)
audio_buffer_duration_seconds (pipecat.services.aws.nova_sonic.session_continuation.SessionContinuationParams attribute)
audio_channels (pipecat.processors.gstreamer.pipeline_source.GStreamerPipelineSource.OutputParams attribute)
audio_chunk_size (pipecat.transports.base_output.BaseOutputTransport property)
(pipecat.transports.base_output.BaseOutputTransport.MediaSender property)
audio_config (pipecat.services.aws.nova_sonic.llm.AWSNovaSonicLLMService property)
(pipecat.services.aws.nova_sonic.llm.Params property)
(pipecat.services.aws.nova_sonic.session_continuation.NovaSonicSessionSender property)
audio_context_available() (pipecat.services.tts_service.TTSService method)
audio_duration_seconds (pipecat.services.assemblyai.models.TerminationMessage attribute)
audio_encoding (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.InputParams attribute)
audio_end_ms (pipecat.services.openai.realtime.events.ConversationItemTruncated attribute)
(pipecat.services.openai.realtime.events.ConversationItemTruncateEvent attribute)
(pipecat.services.openai.realtime.events.InputAudioBufferSpeechStopped attribute)
audio_enhancer (pipecat.services.gladia.config.PreProcessingConfig attribute)
audio_format (pipecat.services.soniox.stt.SonioxInputParams attribute)
audio_format_from_sample_rate() (in module pipecat.services.elevenlabs.stt)
audio_idle_timeout (pipecat.processors.aggregators.llm_response_universal.LLMUserAggregatorParams attribute)
audio_in_channels (pipecat.transports.base_transport.TransportParams attribute)
(pipecat.transports.livekit.transport.LiveKitParams attribute)
audio_in_enabled (pipecat.transports.base_transport.TransportParams attribute)
(pipecat.transports.heygen.transport.HeyGenParams attribute)
(pipecat.transports.lemonslice.transport.LemonSliceParams attribute)
(pipecat.transports.livekit.transport.LiveKitParams attribute)
(pipecat.transports.tavus.transport.TavusParams attribute)
audio_in_filter (pipecat.transports.base_transport.TransportParams attribute)
(pipecat.transports.livekit.transport.LiveKitParams attribute)
audio_in_passthrough (pipecat.transports.base_transport.TransportParams attribute)
(pipecat.transports.livekit.transport.LiveKitParams attribute)
audio_in_sample_rate (pipecat.frames.frames.StartFrame attribute)
(pipecat.pipeline.task.PipelineParams attribute)
(pipecat.pipeline.worker.PipelineParams attribute)
(pipecat.transports.base_transport.TransportParams attribute)
(pipecat.transports.livekit.transport.LiveKitParams attribute)
audio_in_stream_on_start (pipecat.transports.base_transport.TransportParams attribute)
(pipecat.transports.livekit.transport.LiveKitParams attribute)
audio_in_user_tracks (pipecat.transports.daily.transport.DailyParams attribute)
audio_input_device_index (pipecat.transports.local.tk.TkTransportParams attribute)
audio_input_track() (pipecat.transports.smallwebrtc.connection.SmallWebRTCConnection method)
audio_level_period_secs (pipecat.processors.frameworks.rtvi.observer.RTVIObserverParams attribute)
(pipecat.processors.frameworks.rtvi.RTVIObserverParams attribute)
audio_out_10ms_chunks (pipecat.transports.base_transport.TransportParams attribute)
(pipecat.transports.livekit.transport.LiveKitParams attribute)
audio_out_auto_silence (pipecat.transports.base_transport.TransportParams attribute)
(pipecat.transports.livekit.transport.LiveKitParams attribute)
audio_out_bitrate (pipecat.transports.base_transport.TransportParams attribute)
(pipecat.transports.livekit.transport.LiveKitParams attribute)
audio_out_channels (pipecat.transports.base_transport.TransportParams attribute)
(pipecat.transports.livekit.transport.LiveKitParams attribute)
audio_out_destinations (pipecat.transports.base_transport.TransportParams attribute)
(pipecat.transports.livekit.transport.LiveKitParams attribute)
audio_out_enabled (pipecat.transports.base_transport.TransportParams attribute)
(pipecat.transports.heygen.transport.HeyGenParams attribute)
(pipecat.transports.lemonslice.transport.LemonSliceParams attribute)
(pipecat.transports.livekit.transport.LiveKitParams attribute)
(pipecat.transports.tavus.transport.TavusParams attribute)
audio_out_end_silence_secs (pipecat.transports.base_transport.TransportParams attribute)
(pipecat.transports.livekit.transport.LiveKitParams attribute)
audio_out_faster_than_realtime (pipecat.transports.tavus.transport.TavusParams attribute)
audio_out_mixer (pipecat.transports.base_transport.TransportParams attribute)
(pipecat.transports.livekit.transport.LiveKitParams attribute)
audio_out_sample_rate (pipecat.frames.frames.StartFrame attribute)
(pipecat.pipeline.task.PipelineParams attribute)
(pipecat.pipeline.worker.PipelineParams attribute)
(pipecat.transports.base_transport.TransportParams attribute)
(pipecat.transports.livekit.transport.LiveKitParams attribute)
audio_output_device_index (pipecat.transports.local.tk.TkTransportParams attribute)
audio_response (pipecat.processors.frameworks.rtvi.models.SendTextOptions attribute)
audio_sample_rate (pipecat.processors.gstreamer.pipeline_source.GStreamerPipelineSource.OutputParams attribute)
audio_start_ms (pipecat.services.openai.realtime.events.InputAudioBufferSpeechStarted attribute)
audio_start_timeout_seconds (pipecat.services.aws.nova_sonic.session_continuation.SessionContinuationParams attribute)
audio_tokens (pipecat.services.openai.realtime.events.CachedTokensDetails attribute)
(pipecat.services.openai.realtime.events.TokenDetails attribute)
AudioBufferProcessor (class in pipecat.processors.audio.audio_buffer_processor)
AudioBufferStartRecordingFrame (class in pipecat.frames.frames)
AudioBufferStopRecordingFrame (class in pipecat.frames.frames)
AudioChunkIterator (class in pipecat.services.nvidia.stt)
AudioConfig (class in pipecat.services.aws.nova_sonic.llm)
AudioConfiguration (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
AudioContextTTSService (class in pipecat.services.tts_service)
AudioContextWordTTSService (class in pipecat.services.tts_service)
AudioFormat (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
AudioHookChannel (class in pipecat.serializers.genesys)
AudioHookMediaFormat (class in pipecat.serializers.genesys)
AudioHookMessageType (class in pipecat.serializers.genesys)
AudioInput (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
AudioLevelMessageData (class in pipecat.processors.frameworks.rtvi.models)
AudioMessageData (class in pipecat.processors.frameworks.rtvi.models)
AudioOutput (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
AudioProps (class in pipecat.transports.vonage.utils)
AudioRawFrame (class in pipecat.frames.frames)
auto_context_summarization_config (pipecat.processors.aggregators.llm_response_universal.LLMAssistantAggregatorParams attribute)
auto_hang_up (pipecat.serializers.plivo.PlivoFrameSerializer.InputParams attribute)
(pipecat.serializers.telnyx.TelnyxFrameSerializer.InputParams attribute)
(pipecat.serializers.twilio.TwilioFrameSerializer.InputParams attribute)
auto_mode (pipecat.services.elevenlabs.tts.ElevenLabsTTSService.InputParams attribute)
(pipecat.services.inworld.tts.InworldTTSService.InputParams attribute)
auto_registered (pipecat.services.llm_service.FunctionCallRegistryItem attribute)
automatic_punctuation (pipecat.services.nvidia.stt.NvidiaSegmentedSTTService.InputParams attribute)
AVAILABLE_VOICES (pipecat.services.google.tts.GeminiTTSService attribute)
avatar_id (pipecat.services.heygen.api_interactive_avatar.NewSessionRequest attribute)
(pipecat.services.heygen.api_liveavatar.LiveAvatarNewSessionRequest attribute)
avatar_persona (pipecat.services.heygen.api_liveavatar.LiveAvatarNewSessionRequest attribute)
AvatarPersona (class in pipecat.services.heygen.api_liveavatar)
AvatarQuality (class in pipecat.services.heygen.api_interactive_avatar)
AWAIT_TRIGGER_ASSISTANT_RESPONSE_INSTRUCTION (pipecat.services.aws.nova_sonic.llm.AWSNovaSonicLLMService attribute)
AWAKE (pipecat.processors.filters.wake_check_filter.WakeCheckFilter.WakeState attribute)
AWSAgentCoreProcessor (class in pipecat.services.aws.agent_core)
AWSBedrockLLMAdapter (class in pipecat.adapters.services.bedrock_adapter)
AWSBedrockLLMAdapter.ConvertedMessages (class in pipecat.adapters.services.bedrock_adapter)
AWSBedrockLLMInvocationParams (class in pipecat.adapters.services.bedrock_adapter)
AWSBedrockLLMService (class in pipecat.services.aws.llm)
AWSBedrockLLMService.InputParams (class in pipecat.services.aws.llm)
AWSBedrockLLMSettings (class in pipecat.services.aws.llm)
AWSCredentials (class in pipecat.services.aws.utils)
AWSNovaSonicConversationHistoryMessage (class in pipecat.adapters.services.aws_nova_sonic_adapter)
AWSNovaSonicLLMAdapter (class in pipecat.adapters.services.aws_nova_sonic_adapter)
AWSNovaSonicLLMAdapter.ConvertedMessages (class in pipecat.adapters.services.aws_nova_sonic_adapter)
AWSNovaSonicLLMInvocationParams (class in pipecat.adapters.services.aws_nova_sonic_adapter)
AWSNovaSonicLLMService (class in pipecat.services.aws.nova_sonic.llm)
AWSNovaSonicLLMSettings (class in pipecat.services.aws.nova_sonic.llm)
AWSNovaSonicUnhandledFunctionException
AWSPollyTTSService (class in pipecat.services.aws.tts)
AWSPollyTTSService.InputParams (class in pipecat.services.aws.tts)
AWSPollyTTSSettings (class in pipecat.services.aws.tts)
AWSTranscribePresignedURL (class in pipecat.services.aws.utils)
AWSTranscribeSTTService (class in pipecat.services.aws.stt)
AWSTranscribeSTTSettings (class in pipecat.services.aws.stt)
AZ (pipecat.transcriptions.language.Language attribute)
AZ_AZ (pipecat.transcriptions.language.Language attribute)
AzureBaseTTSService (class in pipecat.services.azure.tts)
AzureBaseTTSService.InputParams (class in pipecat.services.azure.tts)
AzureHttpTTSService (class in pipecat.services.azure.tts)
AzureImageGenServiceREST (class in pipecat.services.azure.image)
AzureImageGenSettings (class in pipecat.services.azure.image)
AzureLLMService (class in pipecat.services.azure.llm)
AzureLLMSettings (class in pipecat.services.azure.llm)
AzureProfanity (in module pipecat.services.azure.stt)
AzureRealtimeLLMService (class in pipecat.services.azure.realtime.llm)
AzureRealtimeLLMSettings (class in pipecat.services.azure.realtime.llm)
AzureSTTService (class in pipecat.services.azure.stt)
AzureSTTSettings (class in pipecat.services.azure.stt)
AzureTTSService (class in pipecat.services.azure.tts)
AzureTTSSettings (class in pipecat.services.azure.tts)
B
BA (pipecat.transcriptions.language.Language attribute)
BackendMessage (class in pipecat.bus.network.pgmq_backends)
BASE (pipecat.services.moonshine.stt.Model attribute)
(pipecat.services.whisper.stt.Model attribute)
BASE_IMPORTS (pipecat.cli.registry.service_metadata.ServiceRegistry attribute)
(pipecat.cli.registry.ServiceRegistry attribute)
base_port (pipecat.evals.suite.EvalManifest attribute)
BASE_STREAMING (pipecat.services.moonshine.stt.Model attribute)
BASE_URL (pipecat.services.heygen.api_interactive_avatar.HeyGenApi attribute)
(pipecat.services.heygen.api_liveavatar.LiveAvatarApi attribute)
(pipecat.transports.tavus.transport.TavusApi attribute)
(pipecat.transports.whatsapp.api.WhatsAppApi attribute)
BaseAudioFilter (class in pipecat.audio.filters.base_audio_filter)
BaseAudioMixer (class in pipecat.audio.mixers.base_audio_mixer)
BaseAudioResampler (class in pipecat.audio.resamplers.base_audio_resampler)
BaseAvatarApi (class in pipecat.services.heygen.base_api)
BaseClock (class in pipecat.clocks.base_clock)
BaseDirectFunctionWrapper (class in pipecat.adapters.schemas.direct_function)
BaseInputTransport (class in pipecat.transports.base_input)
BaseLLMAdapter (class in pipecat.adapters.base_llm_adapter)
BaseMessage (class in pipecat.services.assemblyai.models)
BaseNotifier (class in pipecat.utils.sync.base_notifier)
BaseObject (class in pipecat.utils.base_object)
BaseObserver (class in pipecat.observers.base_observer)
BaseOpenAILLMService (class in pipecat.services.openai.base_llm)
BaseOpenAILLMService.InputParams (class in pipecat.services.openai.base_llm)
BaseOutputTransport (class in pipecat.transports.base_output)
BaseOutputTransport.MediaSender (class in pipecat.transports.base_output)
BasePipeline (class in pipecat.pipeline.base_pipeline)
BaseSmartTurn (class in pipecat.audio.turn.smart_turn.base_smart_turn)
BaseTaskManager (class in pipecat.utils.asyncio.task_manager)
BaseTextAggregator (class in pipecat.utils.text.base_text_aggregator)
BaseTextFilter (class in pipecat.utils.text.base_text_filter)
BaseTransport (class in pipecat.transports.base_transport)
BaseTurnAnalyzer (class in pipecat.audio.turn.base_turn_analyzer)
BaseTurnParams (class in pipecat.audio.turn.base_turn_analyzer)
BaseUserMuteStrategy (class in pipecat.turns.user_mute)
(class in pipecat.turns.user_mute.base_user_mute_strategy)
BaseUserTurnStartStrategy (class in pipecat.turns.user_start)
(class in pipecat.turns.user_start.base_user_turn_start_strategy)
BaseUserTurnStopStrategy (class in pipecat.turns.user_stop)
(class in pipecat.turns.user_stop.base_user_turn_stop_strategy)
BaseWhisperSTTService (class in pipecat.services.whisper.base_stt)
BaseWhisperSTTSettings (class in pipecat.services.whisper.base_stt)
BaseWorker (class in pipecat.workers.base_worker)
BE (pipecat.transcriptions.language.Language attribute)
BE_BY (pipecat.transcriptions.language.Language attribute)
BeginMessage (class in pipecat.services.assemblyai.models)
behavior (pipecat.processors.frameworks.rtvi.models.ScrollTo attribute)
BG (pipecat.transcriptions.language.Language attribute)
BG_BG (pipecat.transcriptions.language.Language attribute)
BGR (pipecat.transports.vonage.utils.ImageFormat attribute)
BGRA (pipecat.transports.vonage.utils.ImageFormat attribute)
bind_vad_context_factory() (pipecat.audio.vad.aic_vad.AICVADAnalyzer method)
bit_depth (pipecat.services.gladia.config.GladiaInputParams attribute)
biz_opaque_callback_data (pipecat.transports.whatsapp.api.WhatsAppTerminateCall attribute)
BN (pipecat.transcriptions.language.Language attribute)
BN_BD (pipecat.transcriptions.language.Language attribute)
BN_IN (pipecat.transcriptions.language.Language attribute)
BO (pipecat.transcriptions.language.Language attribute)
body (pipecat.runner.types.CallData attribute)
(pipecat.runner.types.RunnerArguments attribute)
boosted_lm_score (pipecat.services.nvidia.stt.NvidiaSegmentedSTTService.InputParams attribute)
boosted_lm_words (pipecat.services.nvidia.stt.NvidiaSegmentedSTTService.InputParams attribute)
BORED (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
bot (pipecat.evals.suite.EvalRun attribute)
bot_audio (pipecat.evals.scenario.EvalScenario attribute)
bot_audio_level_enabled (pipecat.processors.frameworks.rtvi.observer.RTVIObserverParams attribute)
(pipecat.processors.frameworks.rtvi.RTVIObserverParams attribute)
bot_connected_secs (pipecat.observers.startup_timing_observer.TransportTimingReport attribute)
bot_llm_enabled (pipecat.processors.frameworks.rtvi.observer.RTVIObserverParams attribute)
(pipecat.processors.frameworks.rtvi.RTVIObserverParams attribute)
bot_output_enabled (pipecat.processors.frameworks.rtvi.observer.RTVIObserverParams attribute)
(pipecat.processors.frameworks.rtvi.RTVIObserverParams attribute)
bot_output_transforms (pipecat.processors.frameworks.rtvi.observer.RTVIObserverParams attribute)
(pipecat.processors.frameworks.rtvi.RTVIObserverParams attribute)
bot_path (pipecat.evals.suite.EvalRun attribute)
bot_speaking_enabled (pipecat.processors.frameworks.rtvi.observer.RTVIObserverParams attribute)
(pipecat.processors.frameworks.rtvi.RTVIObserverParams attribute)
bot_tts_enabled (pipecat.processors.frameworks.rtvi.observer.RTVIObserverParams attribute)
(pipecat.processors.frameworks.rtvi.RTVIObserverParams attribute)
bot_type (pipecat.cli.prompts.ProjectConfig attribute)
(pipecat.cli.prompts.questions.ProjectConfig attribute)
bot_url (pipecat.evals.suite.EvalRun attribute)
BotAudioLevelMessage (class in pipecat.processors.frameworks.rtvi.models)
BotConnectedFrame (class in pipecat.frames.frames)
BOTH (pipecat.serializers.genesys.AudioHookChannel attribute)
BotInterruptedMessage (class in pipecat.processors.frameworks.rtvi.models)
BotLLMStartedMessage (class in pipecat.processors.frameworks.rtvi.models)
BotLLMStoppedMessage (class in pipecat.processors.frameworks.rtvi.models)
BotLLMTextMessage (class in pipecat.processors.frameworks.rtvi.models)
BotOutputMessage (class in pipecat.processors.frameworks.rtvi.models)
BotOutputMessageData (class in pipecat.processors.frameworks.rtvi.models)
BotOutputTransformResult (class in pipecat.processors.frameworks.rtvi)
(class in pipecat.processors.frameworks.rtvi.models)
BotReady (class in pipecat.processors.frameworks.rtvi.models)
BotReadyData (class in pipecat.processors.frameworks.rtvi.models)
BotSpeakingFrame (class in pipecat.frames.frames)
BotStartedSpeakingFrame (class in pipecat.frames.frames)
BotStartedSpeakingMessage (class in pipecat.processors.frameworks.rtvi.models)
BotStoppedSpeakingFrame (class in pipecat.frames.frames)
BotStoppedSpeakingMessage (class in pipecat.processors.frameworks.rtvi.models)
BotTranscriptionMessage (class in pipecat.processors.frameworks.rtvi.models)
BotTTSAudioMessage (class in pipecat.processors.frameworks.rtvi.models)
BotTTSStartedMessage (class in pipecat.processors.frameworks.rtvi.models)
BotTTSStoppedMessage (class in pipecat.processors.frameworks.rtvi.models)
BotTTSTextMessage (class in pipecat.processors.frameworks.rtvi.models)
BR (pipecat.transcriptions.language.Language attribute)
bridge (pipecat.bus.BusFrameMessage attribute)
(pipecat.bus.messages.BusFrameMessage attribute)
bridged (pipecat.bus.BusWorkerReadyMessage attribute)
(pipecat.bus.messages.BusWorkerReadyMessage attribute)
(pipecat.bus.WorkerRegistryEntry attribute)
(pipecat.pipeline.task.PipelineWorker property)
(pipecat.pipeline.worker.PipelineWorker property)
(pipecat.registry.types.WorkerRegistryEntry attribute)
(pipecat.workers.base_worker.BaseWorker property)
broadcast_frame() (pipecat.audio.vad.vad_controller.VADController method)
(pipecat.processors.frame_processor.FrameProcessor method)
(pipecat.turns.user_start.base_user_turn_start_strategy.BaseUserTurnStartStrategy method)
(pipecat.turns.user_start.BaseUserTurnStartStrategy method)
(pipecat.turns.user_stop.base_user_turn_stop_strategy.BaseUserTurnStopStrategy method)
(pipecat.turns.user_stop.BaseUserTurnStopStrategy method)
broadcast_frame_instance() (pipecat.processors.frame_processor.FrameProcessor method)
broadcast_interruption() (pipecat.processors.frame_processor.FrameProcessor method)
broadcast_service_metadata() (pipecat.services.ai_service.AIService method)
broadcast_sibling_id (pipecat.frames.frames.Frame attribute)
BROADCASTER (pipecat.services.heygen.api_interactive_avatar.VoiceEmotion attribute)
BS (pipecat.transcriptions.language.Language attribute)
BS_BA (pipecat.transcriptions.language.Language attribute)
bucket_name (pipecat.transports.daily.utils.RecordingsBucketConfig attribute)
(pipecat.transports.daily.utils.TranscriptionBucketConfig attribute)
bucket_region (pipecat.transports.daily.utils.RecordingsBucketConfig attribute)
(pipecat.transports.daily.utils.TranscriptionBucketConfig attribute)
budget_tokens (pipecat.services.anthropic.llm.AnthropicThinkingConfig attribute)
buffer_char_threshold (pipecat.services.inworld.tts.InworldTTSService.InputParams attribute)
build_chat_completion_params() (pipecat.services.cerebras.llm.CerebrasLLMService method)
(pipecat.services.fireworks.llm.FireworksLLMService method)
(pipecat.services.inception.llm.InceptionLLMService method)
(pipecat.services.mistral.llm.MistralLLMService method)
(pipecat.services.openai.base_llm.BaseOpenAILLMService method)
(pipecat.services.openrouter.llm.OpenRouterLLMService method)
(pipecat.services.perplexity.llm.PerplexityLLMService method)
(pipecat.services.sambanova.llm.SambaNovaLLMService method)
(pipecat.services.sarvam.llm.SarvamLLMService method)
build_elevenlabs_voice_settings() (in module pipecat.services.elevenlabs.tts)
build_event_message() (in module pipecat.services.aws.utils)
build_final_result_message() (in module pipecat.processors.aggregators.async_tool_messages)
build_intermediate_result_message() (in module pipecat.processors.aggregators.async_tool_messages)
build_session_start_json() (pipecat.services.aws.nova_sonic.llm.AWSNovaSonicLLMService method)
(pipecat.services.aws.nova_sonic.session_continuation.NovaSonicSessionSender method)
build_started_message() (in module pipecat.processors.aggregators.async_tool_messages)
build_tools() (pipecat.workers.llm.llm_worker.LLMWorker method)
(pipecat.workers.llm.LLMWorker method)
builtin_tools (pipecat.adapters.base_llm_adapter.BaseLLMAdapter property)
BULBUL_V2 (pipecat.services.sarvam.tts.SarvamTTSModel attribute)
BULBUL_V3 (pipecat.services.sarvam.tts.SarvamTTSModel attribute)
BULBUL_V3_BETA (pipecat.services.sarvam.tts.SarvamTTSModel attribute)
bus (pipecat.pipeline.runner.WorkerRunner property)
(pipecat.workers.base_worker.BaseWorker property)
(pipecat.workers.runner.WorkerRunner property)
BusActivateWorkerMessage (class in pipecat.bus)
(class in pipecat.bus.messages)
BusAddWorkerMessage (class in pipecat.bus)
(class in pipecat.bus.messages)
BusBridgeProcessor (class in pipecat.bus)
(class in pipecat.bus.bridge_processor)
BusCancelMessage (class in pipecat.bus)
(class in pipecat.bus.messages)
BusCancelWorkerMessage (class in pipecat.bus)
(class in pipecat.bus.messages)
BusDataMessage (class in pipecat.bus)
(class in pipecat.bus.messages)
BusDeactivateWorkerMessage (class in pipecat.bus)
(class in pipecat.bus.messages)
BusEndMessage (class in pipecat.bus)
(class in pipecat.bus.messages)
BusEndWorkerMessage (class in pipecat.bus)
(class in pipecat.bus.messages)
BusFrameMessage (class in pipecat.bus)
(class in pipecat.bus.messages)
BusJobCancelMessage (class in pipecat.bus)
(class in pipecat.bus.messages)
BusJobRequestMessage (class in pipecat.bus)
(class in pipecat.bus.messages)
BusJobResponseMessage (class in pipecat.bus)
(class in pipecat.bus.messages)
BusJobResponseUrgentMessage (class in pipecat.bus)
(class in pipecat.bus.messages)
BusJobStreamDataMessage (class in pipecat.bus)
(class in pipecat.bus.messages)
BusJobStreamEndMessage (class in pipecat.bus)
(class in pipecat.bus.messages)
BusJobStreamStartMessage (class in pipecat.bus)
(class in pipecat.bus.messages)
BusJobUpdateMessage (class in pipecat.bus)
(class in pipecat.bus.messages)
BusJobUpdateRequestMessage (class in pipecat.bus)
(class in pipecat.bus.messages)
BusJobUpdateUrgentMessage (class in pipecat.bus)
(class in pipecat.bus.messages)
BusLocalMessage (class in pipecat.bus)
(class in pipecat.bus.messages)
BusMessage (class in pipecat.bus)
(class in pipecat.bus.messages)
BusMessageQueue (class in pipecat.bus.queue)
BusSubscriber (class in pipecat.bus)
(class in pipecat.bus.subscriber)
BusSubscription (class in pipecat.bus.bus)
BusSystemMessage (class in pipecat.bus)
(class in pipecat.bus.messages)
BusTTSSpeakMessage (class in pipecat.bus)
(class in pipecat.bus.messages)
BusUICommandMessage (class in pipecat.bus.ui)
(class in pipecat.bus.ui.messages)
(class in pipecat.workers.ui)
BusUIDataMessage (class in pipecat.bus.ui)
(class in pipecat.bus.ui.messages)
BusUIEventMessage (class in pipecat.bus.ui)
(class in pipecat.bus.ui.messages)
(class in pipecat.workers.ui)
BusUIJobCompletedMessage (class in pipecat.bus.ui)
(class in pipecat.bus.ui.messages)
(class in pipecat.workers.ui)
BusUIJobGroupCompletedMessage (class in pipecat.bus.ui)
(class in pipecat.bus.ui.messages)
(class in pipecat.workers.ui)
BusUIJobGroupStartedMessage (class in pipecat.bus.ui)
(class in pipecat.bus.ui.messages)
(class in pipecat.workers.ui)
BusUIJobUpdateMessage (class in pipecat.bus.ui)
(class in pipecat.bus.ui.messages)
(class in pipecat.workers.ui)
BusWorkerErrorMessage (class in pipecat.bus)
(class in pipecat.bus.messages)
BusWorkerLocalErrorMessage (class in pipecat.bus)
(class in pipecat.bus.messages)
BusWorkerReadyMessage (class in pipecat.bus)
(class in pipecat.bus.messages)
BusWorkerRegistryMessage (class in pipecat.bus)
(class in pipecat.bus.messages)
button (pipecat.frames.frames.InputDTMFFrame attribute)
(pipecat.frames.frames.OutputDTMFFrame attribute)
(pipecat.frames.frames.OutputDTMFUrgentFrame attribute)
buttons (pipecat.frames.frames.OutputDTMFFrame attribute)
(pipecat.frames.frames.OutputDTMFUrgentFrame attribute)
(pipecat.processors.frameworks.rtvi.models.DTMFInputData attribute)
C
CA (pipecat.transcriptions.language.Language attribute)
CA_ES (pipecat.transcriptions.language.Language attribute)
cache_creation_input_tokens (pipecat.metrics.metrics.LLMTokenUsage attribute)
cache_dir (pipecat.evals.suite.EvalManifest attribute)
cache_read_input_tokens (pipecat.metrics.metrics.LLMTokenUsage attribute)
cached_tokens (pipecat.services.openai.realtime.events.TokenDetails attribute)
cached_tokens_details (pipecat.services.openai.realtime.events.TokenDetails attribute)
CachedTokensDetails (class in pipecat.services.openai.realtime.events)
calculate_audio_volume() (in module pipecat.audio.utils)
calculate_word_times() (in module pipecat.services.elevenlabs.tts)
(pipecat.services.elevenlabs.tts.ElevenLabsHttpTTSService method)
call_data (pipecat.runner.types.RunnerArguments attribute)
call_domain (pipecat.runner.types.DialinSettings attribute)
(pipecat.transports.daily.transport.DailyDialinSettings attribute)
call_id (pipecat.runner.types.CallData attribute)
(pipecat.runner.types.DialinSettings attribute)
(pipecat.services.inworld.realtime.events.ConversationItem attribute)
(pipecat.services.inworld.realtime.events.ResponseFunctionCallArgumentsDelta attribute)
(pipecat.services.inworld.realtime.events.ResponseFunctionCallArgumentsDone attribute)
(pipecat.services.openai.realtime.events.ConversationItem attribute)
(pipecat.services.openai.realtime.events.ResponseFunctionCallArgumentsDelta attribute)
(pipecat.services.openai.realtime.events.ResponseFunctionCallArgumentsDone attribute)
(pipecat.services.xai.realtime.events.ConversationItem attribute)
(pipecat.services.xai.realtime.events.ResponseFunctionCallArgumentsDelta attribute)
(pipecat.services.xai.realtime.events.ResponseFunctionCallArgumentsDone attribute)
(pipecat.transports.daily.transport.DailyDialinSettings attribute)
CallData (class in pipecat.runner.types)
calls (pipecat.evals.scenario.EvalExpectation attribute)
(pipecat.transports.whatsapp.api.WhatsAppConnectCallValue attribute)
(pipecat.transports.whatsapp.api.WhatsAppTerminateCallValue attribute)
CALM (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
CambTTSService (class in pipecat.services.camb.tts)
CambTTSService.InputParams (class in pipecat.services.camb.tts)
CambTTSSettings (class in pipecat.services.camb.tts)
camera_out_enabled (pipecat.transports.daily.transport.DailyParams attribute)
camera_out_send_settings (pipecat.transports.daily.transport.DailyParams attribute)
can_generate_metrics() (pipecat.processors.frame_processor.FrameProcessor method)
(pipecat.processors.frameworks.strands_agents.StrandsAgentsProcessor method)
(pipecat.services.anthropic.llm.AnthropicLLMService method)
(pipecat.services.assemblyai.stt.AssemblyAISTTService method)
(pipecat.services.asyncai.tts.AsyncAIHttpTTSService method)
(pipecat.services.asyncai.tts.AsyncAITTSService method)
(pipecat.services.aws.llm.AWSBedrockLLMService method)
(pipecat.services.aws.stt.AWSTranscribeSTTService method)
(pipecat.services.aws.tts.AWSPollyTTSService method)
(pipecat.services.azure.stt.AzureSTTService method)
(pipecat.services.azure.tts.AzureHttpTTSService method)
(pipecat.services.azure.tts.AzureTTSService method)
(pipecat.services.camb.tts.CambTTSService method)
(pipecat.services.cartesia.stt.CartesiaSTTService method)
(pipecat.services.cartesia.tts.CartesiaHttpTTSService method)
(pipecat.services.cartesia.tts.CartesiaTTSService method)
(pipecat.services.cartesia.turns.stt.CartesiaTurnsSTTService method)
(pipecat.services.deepgram.flux.base.DeepgramFluxSTTBase method)
(pipecat.services.deepgram.sagemaker.stt.DeepgramSageMakerSTTService method)
(pipecat.services.deepgram.sagemaker.tts.DeepgramSageMakerTTSService method)
(pipecat.services.deepgram.stt.DeepgramSTTService method)
(pipecat.services.deepgram.tts.DeepgramHttpTTSService method)
(pipecat.services.deepgram.tts.DeepgramTTSService method)
(pipecat.services.elevenlabs.stt.ElevenLabsRealtimeSTTService method)
(pipecat.services.elevenlabs.stt.ElevenLabsSTTService method)
(pipecat.services.elevenlabs.tts.ElevenLabsHttpTTSService method)
(pipecat.services.elevenlabs.tts.ElevenLabsTTSService method)
(pipecat.services.fal.stt.FalSTTService method)
(pipecat.services.fish.tts.FishAudioTTSService method)
(pipecat.services.gladia.stt.GladiaSTTService method)
(pipecat.services.google.gemini_live.llm.GeminiLiveLLMService method)
(pipecat.services.google.image.GoogleImageGenService method)
(pipecat.services.google.llm.GoogleLLMService method)
(pipecat.services.google.stt.GoogleSTTService method)
(pipecat.services.google.tts.GoogleBaseTTSService method)
(pipecat.services.google.tts.GoogleHttpTTSService method)
(pipecat.services.gradium.stt.GradiumSTTService method)
(pipecat.services.gradium.tts.GradiumTTSService method)
(pipecat.services.groq.tts.GroqTTSService method)
(pipecat.services.heygen.video.HeyGenVideoService method)
(pipecat.services.hume.tts.HumeTTSService method)
(pipecat.services.inworld.realtime.llm.InworldRealtimeLLMService method)
(pipecat.services.inworld.tts.InworldHttpTTSService method)
(pipecat.services.inworld.tts.InworldTTSService method)
(pipecat.services.kokoro.tts.KokoroTTSService method)
(pipecat.services.lmnt.tts.LmntTTSService method)
(pipecat.services.minimax.tts.MiniMaxHttpTTSService method)
(pipecat.services.mistral.stt.MistralSTTService method)
(pipecat.services.mistral.tts.MistralTTSService method)
(pipecat.services.moonshine.stt.MoonshineSTTService method)
(pipecat.services.neuphonic.tts.NeuphonicHttpTTSService method)
(pipecat.services.neuphonic.tts.NeuphonicTTSService method)
(pipecat.services.nvidia.sagemaker.stt.NvidiaSageMakerSTTService method)
(pipecat.services.nvidia.sagemaker.tts.NvidiaSageMakerHTTPTTSService method)
(pipecat.services.nvidia.sagemaker.tts.NvidiaSageMakerTTSService method)
(pipecat.services.nvidia.stt.NvidiaSegmentedSTTService method)
(pipecat.services.nvidia.stt.NvidiaSTTService method)
(pipecat.services.nvidia.tts.NvidiaTTSService method)
(pipecat.services.openai.base_llm.BaseOpenAILLMService method)
(pipecat.services.openai.realtime.llm.OpenAIRealtimeLLMService method)
(pipecat.services.openai.stt.OpenAIRealtimeSTTService method)
(pipecat.services.openai.tts.OpenAITTSService method)
(pipecat.services.piper.tts.PiperHttpTTSService method)
(pipecat.services.piper.tts.PiperTTSService method)
(pipecat.services.resembleai.tts.ResembleAITTSService method)
(pipecat.services.rime.tts.RimeHttpTTSService method)
(pipecat.services.rime.tts.RimeNonJsonTTSService method)
(pipecat.services.rime.tts.RimeTTSService method)
(pipecat.services.sarvam.stt.SarvamSTTService method)
(pipecat.services.sarvam.tts.SarvamHttpTTSService method)
(pipecat.services.sarvam.tts.SarvamTTSService method)
(pipecat.services.smallest.stt.SmallestSTTService method)
(pipecat.services.smallest.tts.SmallestTTSService method)
(pipecat.services.soniox.stt.SonioxSTTService method)
(pipecat.services.soniox.tts.SonioxTTSService method)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTService method)
(pipecat.services.speechmatics.tts.SpeechmaticsTTSService method)
(pipecat.services.tavus.video.TavusVideoService method)
(pipecat.services.together.stt.TogetherSTTService method)
(pipecat.services.together.tts.TogetherTTSService method)
(pipecat.services.ultravox.llm.UltravoxRealtimeLLMService method)
(pipecat.services.whisper.base_stt.BaseWhisperSTTService method)
(pipecat.services.whisper.stt.WhisperSTTService method)
(pipecat.services.xai.realtime.llm.GrokRealtimeLLMService method)
(pipecat.services.xai.stt.XAISTTService method)
(pipecat.services.xai.tts.XAIHttpTTSService method)
(pipecat.services.xai.tts.XAITTSService method)
(pipecat.services.xtts.tts.XTTSService method)
cancel() (pipecat.evals.transport.EvalInputTransport method)
(pipecat.pipeline.runner.WorkerRunner method)
(pipecat.pipeline.task.PipelineWorker method)
(pipecat.pipeline.worker.PipelineWorker method)
(pipecat.services.ai_service.AIService method)
(pipecat.services.assemblyai.stt.AssemblyAISTTService method)
(pipecat.services.aws.nova_sonic.llm.AWSNovaSonicLLMService method)
(pipecat.services.aws.stt.AWSTranscribeSTTService method)
(pipecat.services.azure.stt.AzureSTTService method)
(pipecat.services.azure.tts.AzureTTSService method)
(pipecat.services.cartesia.stt.CartesiaSTTService method)
(pipecat.services.cartesia.turns.stt.CartesiaTurnsSTTService method)
(pipecat.services.deepgram.flux.base.DeepgramFluxSTTBase method)
(pipecat.services.deepgram.sagemaker.stt.DeepgramSageMakerSTTService method)
(pipecat.services.deepgram.sagemaker.tts.DeepgramSageMakerTTSService method)
(pipecat.services.deepgram.stt.DeepgramSTTService method)
(pipecat.services.fish.tts.FishAudioTTSService method)
(pipecat.services.gladia.stt.GladiaSTTService method)
(pipecat.services.google.gemini_live.llm.GeminiLiveLLMService method)
(pipecat.services.google.llm.GoogleLLMService method)
(pipecat.services.google.stt.GoogleSTTService method)
(pipecat.services.google.tts.GeminiTTSService method)
(pipecat.services.gradium.stt.GradiumSTTService method)
(pipecat.services.gradium.tts.GradiumTTSService method)
(pipecat.services.heygen.video.HeyGenVideoService method)
(pipecat.services.hume.tts.HumeTTSService method)
(pipecat.services.inworld.realtime.llm.InworldRealtimeLLMService method)
(pipecat.services.llm_service.LLMService method)
(pipecat.services.llm_service.WebsocketLLMService method)
(pipecat.services.lmnt.tts.LmntTTSService method)
(pipecat.services.mistral.stt.MistralSTTService method)
(pipecat.services.nvidia.sagemaker.stt.NvidiaSageMakerSTTService method)
(pipecat.services.nvidia.sagemaker.tts.NvidiaSageMakerHTTPTTSService method)
(pipecat.services.nvidia.stt.NvidiaSTTService method)
(pipecat.services.nvidia.tts.NvidiaTTSService method)
(pipecat.services.openai.realtime.llm.OpenAIRealtimeLLMService method)
(pipecat.services.openai.stt.OpenAIRealtimeSTTService method)
(pipecat.services.resembleai.tts.ResembleAITTSService method)
(pipecat.services.sarvam.stt.SarvamSTTService method)
(pipecat.services.simli.video.SimliVideoService method)
(pipecat.services.smallest.stt.SmallestSTTService method)
(pipecat.services.smallest.tts.SmallestTTSService method)
(pipecat.services.soniox.stt.SonioxSTTService method)
(pipecat.services.soniox.tts.SonioxTTSService method)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTService method)
(pipecat.services.stt_service.WebsocketSTTService method)
(pipecat.services.tavus.video.TavusVideoService method)
(pipecat.services.together.stt.TogetherSTTService method)
(pipecat.services.together.tts.TogetherTTSService method)
(pipecat.services.tts_service.TTSService method)
(pipecat.services.tts_service.WebsocketTTSService method)
(pipecat.services.ultravox.llm.UltravoxRealtimeLLMService method)
(pipecat.services.xai.realtime.llm.GrokRealtimeLLMService method)
(pipecat.services.xai.stt.XAISTTService method)
(pipecat.services.xai.tts.XAIHttpTTSService method)
(pipecat.transports.base_input.BaseInputTransport method)
(pipecat.transports.base_output.BaseOutputTransport method)
(pipecat.transports.base_output.BaseOutputTransport.MediaSender method)
(pipecat.transports.daily.transport.DailyInputTransport method)
(pipecat.transports.daily.transport.DailyOutputTransport method)
(pipecat.transports.heygen.transport.HeyGenInputTransport method)
(pipecat.transports.heygen.transport.HeyGenOutputTransport method)
(pipecat.transports.lemonslice.transport.LemonSliceInputTransport method)
(pipecat.transports.lemonslice.transport.LemonSliceOutputTransport method)
(pipecat.transports.livekit.transport.LiveKitInputTransport method)
(pipecat.transports.livekit.transport.LiveKitOutputTransport method)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCInputTransport method)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCOutputTransport method)
(pipecat.transports.tavus.transport.TavusInputTransport method)
(pipecat.transports.tavus.transport.TavusOutputTransport method)
(pipecat.transports.websocket.client.WebsocketClientInputTransport method)
(pipecat.transports.websocket.client.WebsocketClientOutputTransport method)
(pipecat.transports.websocket.fastapi.FastAPIWebsocketInputTransport method)
(pipecat.transports.websocket.fastapi.FastAPIWebsocketOutputTransport method)
(pipecat.transports.websocket.server.SingleClientWebsocketServerInputTransport method)
(pipecat.transports.websocket.server.SingleClientWebsocketServerOutputTransport method)
(pipecat.workers.base_worker.BaseWorker method)
(pipecat.workers.runner.WorkerRunner method)
cancel_job_group() (pipecat.workers.base_worker.BaseWorker method)
cancel_on_error (pipecat.pipeline.job_context.JobGroup attribute)
cancel_on_interruption (pipecat.flows.FlowsFunctionSchema attribute)
(pipecat.flows.types.FlowsFunctionSchema attribute)
(pipecat.frames.frames.FunctionCallInProgressFrame attribute)
(pipecat.services.llm_service.FunctionCallRegistryItem attribute)
cancel_send_task() (pipecat.transports.tavus.transport.TavusTransportClient method)
cancel_task() (pipecat.utils.asyncio.task_manager.BaseTaskManager method)
(pipecat.utils.asyncio.task_manager.TaskManager method)
(pipecat.utils.base_object.BaseObject method)
CancelFrame (class in pipecat.frames.frames)
cancellable (pipecat.bus.ui.BusUIJobGroupStartedMessage attribute)
(pipecat.bus.ui.messages.BusUIJobGroupStartedMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UIJobGroupStartedData attribute)
(pipecat.workers.ui.BusUIJobGroupStartedMessage attribute)
(pipecat.workers.ui.ui_job_context.UIJobGroupContext property)
CANCELLED (pipecat.pipeline.job_context.JobStatus attribute)
,
[1]
cancelled (pipecat.processors.frameworks.rtvi.models.LLMFunctionCallStoppedMessageData attribute)
CancelTaskFrame (class in pipecat.frames.frames)
CancelWorkerFrame (class in pipecat.frames.frames)
candidate (pipecat.transports.smallwebrtc.request_handler.IceCandidate attribute)
candidates (pipecat.transports.smallwebrtc.request_handler.SmallWebRTCPatchRequest attribute)
capture_participant_audio() (pipecat.services.heygen.client.HeyGenClient method)
(pipecat.transports.daily.transport.DailyInputTransport method)
(pipecat.transports.daily.transport.DailyTransport method)
(pipecat.transports.daily.transport.DailyTransportClient method)
(pipecat.transports.lemonslice.transport.LemonSliceTransportClient method)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCTransport method)
(pipecat.transports.tavus.transport.TavusTransportClient method)
capture_participant_media() (pipecat.transports.smallwebrtc.transport.SmallWebRTCInputTransport method)
capture_participant_transcription() (pipecat.transports.daily.transport.DailyTransport method)
(pipecat.transports.daily.transport.DailyTransportClient method)
capture_participant_video() (pipecat.services.heygen.client.HeyGenClient method)
(pipecat.transports.daily.transport.DailyInputTransport method)
(pipecat.transports.daily.transport.DailyTransport method)
(pipecat.transports.daily.transport.DailyTransportClient method)
(pipecat.transports.lemonslice.transport.LemonSliceTransportClient method)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCTransport method)
(pipecat.transports.tavus.transport.TavusTransportClient method)
capture_pipeline_logs() (in module pipecat.evals.suite)
captured_at (pipecat.processors.frameworks.rtvi.models.A11ySnapshot attribute)
cartesia_service() (in module pipecat.evals.services)
CartesiaEmotion (class in pipecat.services.cartesia.tts)
CartesiaHttpTTSService (class in pipecat.services.cartesia.tts)
CartesiaHttpTTSService.InputParams (class in pipecat.services.cartesia.tts)
CartesiaLiveOptions (class in pipecat.services.cartesia.stt)
CartesiaSTTService (class in pipecat.services.cartesia.stt)
CartesiaSTTSettings (class in pipecat.services.cartesia.stt)
CartesiaTTSService (class in pipecat.services.cartesia.tts)
CartesiaTTSService.InputParams (class in pipecat.services.cartesia.tts)
CartesiaTTSSettings (class in pipecat.services.cartesia.tts)
CartesiaTurnsSTTService (class in pipecat.services.cartesia.turns.stt)
CartesiaTurnsSTTSettings (class in pipecat.services.cartesia.turns.stt)
CEB (pipecat.transcriptions.language.Language attribute)
CEB_PH (pipecat.transcriptions.language.Language attribute)
CerebrasLLMService (class in pipecat.services.cerebras.llm)
CerebrasLLMSettings (class in pipecat.services.cerebras.llm)
changes (pipecat.transports.whatsapp.api.WhatsAppEntry attribute)
channel (pipecat.serializers.genesys.GenesysAudioHookSerializer.InputParams attribute)
channels (pipecat.services.gladia.config.GladiaInputParams attribute)
(pipecat.services.xai.stt.XAISTTSettings attribute)
(pipecat.transports.daily.transport.DailyCustomAudioTrackParams attribute)
check_audio_data() (in module pipecat.transports.vonage.utils)
children (pipecat.processors.frameworks.rtvi.models.A11yNode attribute)
(pipecat.workers.base_worker.BaseWorker property)
chronological_events() (pipecat.observers.user_bot_latency_observer.LatencyBreakdown method)
chunk_level (pipecat.services.fal.stt.FalSTTService.InputParams attribute)
chunk_size (pipecat.services.tts_service.TTSService property)
class_name (pipecat.cli.registry.service_metadata.ServiceDefinition attribute)
(pipecat.cli.registry.ServiceDefinition attribute)
ClassificationProcessor (class in pipecat.extensions.voicemail.voicemail_detector)
CLASSIFIER_PROMPT (pipecat.extensions.ivr.ivr_navigator.IVRNavigator attribute)
CLASSIFIER_RESPONSE_INSTRUCTION (pipecat.extensions.voicemail.voicemail_detector.VoicemailDetector attribute)
ClassifierGate (class in pipecat.extensions.voicemail.voicemail_detector)
cleanup() (pipecat.audio.turn.base_turn_analyzer.BaseTurnAnalyzer method)
(pipecat.audio.turn.krisp_viva_turn.KrispVivaTurn method)
(pipecat.audio.vad.aic_quail_vad.AICQuailVADAnalyzer method)
(pipecat.audio.vad.krisp_viva_vad.KrispVivaVadAnalyzer method)
(pipecat.audio.vad.vad_analyzer.VADAnalyzer method)
(pipecat.audio.vad.vad_controller.VADController method)
(pipecat.bus.bridge_processor.BusBridgeProcessor method)
(pipecat.bus.BusBridgeProcessor method)
(pipecat.extensions.voicemail.voicemail_detector.ClassificationProcessor method)
(pipecat.extensions.voicemail.voicemail_detector.ClassifierGate method)
(pipecat.extensions.voicemail.voicemail_detector.NotifierGate method)
(pipecat.extensions.voicemail.voicemail_detector.TTSGate method)
(pipecat.pipeline.parallel_pipeline.ParallelPipeline method)
(pipecat.pipeline.pipeline.Pipeline method)
(pipecat.pipeline.sync_parallel_pipeline.SyncParallelPipeline method)
(pipecat.pipeline.worker_observer.WorkerObserver method)
(pipecat.processors.aggregators.dtmf_aggregator.DTMFAggregator method)
(pipecat.processors.aggregators.gated_llm_context.GatedLLMContextAggregator method)
(pipecat.processors.aggregators.llm_context_summarizer.LLMContextSummarizer method)
(pipecat.processors.aggregators.llm_response_universal.LLMAssistantAggregator method)
(pipecat.processors.aggregators.llm_response_universal.LLMUserAggregator method)
(pipecat.processors.audio.vad_processor.VADProcessor method)
(pipecat.processors.consumer_processor.ConsumerProcessor method)
(pipecat.processors.frame_processor.FrameProcessor method)
(pipecat.processors.frameworks.rtvi.observer.RTVIObserver method)
(pipecat.processors.frameworks.rtvi.processor.RTVIProcessor method)
(pipecat.processors.frameworks.rtvi.RTVIObserver method)
(pipecat.processors.frameworks.rtvi.RTVIProcessor method)
(pipecat.processors.gstreamer.pipeline_source.GStreamerPipelineSource method)
(pipecat.processors.idle_frame_processor.IdleFrameProcessor method)
(pipecat.processors.metrics.sentry.SentryMetrics method)
(pipecat.services.aws.agent_core.AWSAgentCoreProcessor method)
(pipecat.services.aws.nova_sonic.llm.AWSNovaSonicLLMService method)
(pipecat.services.azure.stt.AzureSTTService method)
(pipecat.services.azure.tts.AzureTTSService method)
(pipecat.services.cartesia.tts.CartesiaHttpTTSService method)
(pipecat.services.deepgram.flux.base.DeepgramFluxSTTBase method)
(pipecat.services.deepgram.sagemaker.stt.DeepgramSageMakerSTTService method)
(pipecat.services.deepgram.sagemaker.tts.DeepgramSageMakerTTSService method)
(pipecat.services.deepgram.stt.DeepgramSTTService method)
(pipecat.services.google.gemini_live.llm.GeminiLiveLLMService method)
(pipecat.services.google.llm.GoogleLLMService method)
(pipecat.services.google.stt.GoogleSTTService method)
(pipecat.services.heygen.client.HeyGenClient method)
(pipecat.services.heygen.video.HeyGenVideoService method)
(pipecat.services.hume.tts.HumeTTSService method)
(pipecat.services.inworld.realtime.llm.InworldRealtimeLLMService method)
(pipecat.services.llm_service.LLMService method)
(pipecat.services.mistral.stt.MistralSTTService method)
(pipecat.services.nvidia.sagemaker.stt.NvidiaSageMakerSTTService method)
(pipecat.services.nvidia.sagemaker.tts.NvidiaSageMakerHTTPTTSService method)
(pipecat.services.nvidia.stt.NvidiaSTTService method)
(pipecat.services.nvidia.tts.NvidiaTTSService method)
(pipecat.services.openai.realtime.llm.OpenAIRealtimeLLMService method)
(pipecat.services.openai.responses.llm.OpenAIResponsesLLMService method)
(pipecat.services.simli.video.SimliVideoService method)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTService method)
(pipecat.services.stt_service.STTService method)
(pipecat.services.stt_service.WebsocketSTTService method)
(pipecat.services.tavus.video.TavusVideoService method)
(pipecat.services.tts_service.TTSService method)
(pipecat.services.tts_service.WebsocketTTSService method)
(pipecat.services.ultravox.llm.UltravoxRealtimeLLMService method)
(pipecat.services.xai.tts.XAIHttpTTSService method)
(pipecat.transports.base_input.BaseInputTransport method)
(pipecat.transports.base_output.BaseOutputTransport method)
(pipecat.transports.base_output.BaseOutputTransport.MediaSender method)
(pipecat.transports.daily.transport.DailyInputTransport method)
(pipecat.transports.daily.transport.DailyOutputTransport method)
(pipecat.transports.daily.transport.DailyTransportClient method)
(pipecat.transports.heygen.transport.HeyGenInputTransport method)
(pipecat.transports.heygen.transport.HeyGenOutputTransport method)
(pipecat.transports.lemonslice.transport.LemonSliceInputTransport method)
(pipecat.transports.lemonslice.transport.LemonSliceOutputTransport method)
(pipecat.transports.lemonslice.transport.LemonSliceTransportClient method)
(pipecat.transports.livekit.transport.LiveKitInputTransport method)
(pipecat.transports.livekit.transport.LiveKitOutputTransport method)
(pipecat.transports.livekit.transport.LiveKitTransportClient method)
(pipecat.transports.local.audio.LocalAudioInputTransport method)
(pipecat.transports.local.audio.LocalAudioOutputTransport method)
(pipecat.transports.local.tk.TkInputTransport method)
(pipecat.transports.local.tk.TkOutputTransport method)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCInputTransport method)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCOutputTransport method)
(pipecat.transports.tavus.transport.TavusInputTransport method)
(pipecat.transports.tavus.transport.TavusOutputTransport method)
(pipecat.transports.tavus.transport.TavusTransportClient method)
(pipecat.transports.websocket.client.WebsocketClientInputTransport method)
(pipecat.transports.websocket.client.WebsocketClientOutputTransport method)
(pipecat.transports.websocket.fastapi.FastAPIWebsocketInputTransport method)
(pipecat.transports.websocket.fastapi.FastAPIWebsocketOutputTransport method)
(pipecat.transports.websocket.server.SingleClientWebsocketServerInputTransport method)
(pipecat.transports.websocket.server.SingleClientWebsocketServerOutputTransport method)
(pipecat.turns.user_idle_controller.UserIdleController method)
(pipecat.turns.user_mute.base_user_mute_strategy.BaseUserMuteStrategy method)
(pipecat.turns.user_mute.BaseUserMuteStrategy method)
(pipecat.turns.user_start.base_user_turn_start_strategy.BaseUserTurnStartStrategy method)
(pipecat.turns.user_start.BaseUserTurnStartStrategy method)
(pipecat.turns.user_start.krisp_viva_ip_user_turn_start_strategy.KrispVivaIPUserTurnStartStrategy method)
(pipecat.turns.user_start.KrispVivaIPUserTurnStartStrategy method)
(pipecat.turns.user_start.wake_phrase_user_turn_start_strategy.WakePhraseUserTurnStartStrategy method)
(pipecat.turns.user_start.WakePhraseUserTurnStartStrategy method)
(pipecat.turns.user_stop.base_user_turn_stop_strategy.BaseUserTurnStopStrategy method)
(pipecat.turns.user_stop.BaseUserTurnStopStrategy method)
(pipecat.turns.user_stop.deferred_user_turn_stop_strategy.DeferredUserTurnStopStrategy method)
(pipecat.turns.user_stop.DeferredUserTurnStopStrategy method)
(pipecat.turns.user_stop.external_user_turn_stop_strategy.ExternalUserTurnStopStrategy method)
(pipecat.turns.user_stop.ExternalUserTurnStopStrategy method)
(pipecat.turns.user_stop.speech_timeout_user_turn_stop_strategy.SpeechTimeoutUserTurnStopStrategy method)
(pipecat.turns.user_stop.SpeechTimeoutUserTurnStopStrategy method)
(pipecat.turns.user_stop.turn_analyzer_user_turn_stop_strategy.TurnAnalyzerUserTurnStopStrategy method)
(pipecat.turns.user_stop.TurnAnalyzerUserTurnStopStrategy method)
(pipecat.turns.user_turn_controller.UserTurnController method)
(pipecat.turns.user_turn_processor.UserTurnProcessor method)
(pipecat.utils.base_object.BaseObject method)
(pipecat.workers.base_worker.BaseWorker method)
cleanup_next_session() (pipecat.services.aws.nova_sonic.session_continuation.SessionContinuationHelper method)
clear() (pipecat.audio.turn.base_turn_analyzer.BaseTurnAnalyzer method)
(pipecat.audio.turn.krisp_viva_turn.KrispVivaTurn method)
(pipecat.audio.turn.smart_turn.base_smart_turn.BaseSmartTurn method)
(pipecat.utils.context.aggregated_frame_sequencer.AggregatedFrameSequencer method)
clear_deferred_post_actions() (pipecat.flows.actions.ActionManager method)
cli_args (pipecat.runner.types.RunnerArguments attribute)
Click (class in pipecat.processors.frameworks.rtvi.models)
click() (pipecat.workers.ui.ui_worker.UIWorker method)
(pipecat.workers.ui.UIWorker method)
client_connected_secs (pipecat.observers.startup_timing_observer.TransportTimingReport attribute)
client_framework (pipecat.cli.prompts.ProjectConfig attribute)
(pipecat.cli.prompts.questions.ProjectConfig attribute)
client_msg (pipecat.processors.frameworks.rtvi.frames.RTVIServerResponseFrame attribute)
(pipecat.processors.frameworks.rtvi.RTVIServerResponseFrame attribute)
client_reference_id (pipecat.services.soniox.stt.SonioxInputParams attribute)
(pipecat.services.soniox.stt.SonioxSTTSettings attribute)
client_server (pipecat.cli.prompts.ProjectConfig attribute)
(pipecat.cli.prompts.questions.ProjectConfig attribute)
client_version (pipecat.processors.frameworks.rtvi.processor.RTVIProcessor property)
(pipecat.processors.frameworks.rtvi.RTVIProcessor property)
ClientConnectedFrame (class in pipecat.frames.frames)
ClientEvent (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
ClientMessage (class in pipecat.processors.frameworks.rtvi.models)
ClientReadyData (class in pipecat.processors.frameworks.rtvi.models)
clock (pipecat.processors.frame_processor.FrameProcessorSetup attribute)
clock_sync (pipecat.processors.gstreamer.pipeline_source.GStreamerPipelineSource.OutputParams attribute)
CLOSE (pipecat.serializers.genesys.AudioHookMessageType attribute)
close() (pipecat.services.mcp_service.MCPClient method)
(pipecat.services.nvidia.stt.AudioChunkIterator method)
(pipecat.transports.smallwebrtc.request_handler.SmallWebRTCRequestHandler method)
close_old_session() (pipecat.services.aws.nova_sonic.session_continuation.SessionContinuationHelper method)
close_session() (pipecat.services.aws.sagemaker.bidi_client.SageMakerBidiClient method)
(pipecat.services.heygen.api_interactive_avatar.HeyGenApi method)
(pipecat.services.heygen.api_liveavatar.LiveAvatarApi method)
(pipecat.services.heygen.base_api.BaseAvatarApi method)
CLOSED (pipecat.serializers.genesys.AudioHookMessageType attribute)
closed (pipecat.services.nvidia.stt.AudioChunkIterator property)
CMN (pipecat.transcriptions.language.Language attribute)
CMN_CN (pipecat.transcriptions.language.Language attribute)
code (pipecat.services.heygen.api_liveavatar.LiveAvatarSessionResponse attribute)
(pipecat.services.heygen.api_liveavatar.SessionTokenResponse attribute)
(pipecat.services.inworld.realtime.events.RealtimeError attribute)
(pipecat.services.openai.realtime.events.RealtimeError attribute)
(pipecat.services.xai.realtime.events.RealtimeError attribute)
(pipecat.transports.whatsapp.api.WhatsAppError attribute)
code_switching (pipecat.services.gladia.config.LanguageConfig attribute)
codecs (pipecat.transports.daily.utils.DailyRoomSipParams attribute)
colcount (pipecat.processors.frameworks.rtvi.models.A11yNode attribute)
color_format (pipecat.transports.daily.transport.DailyCustomVideoTrackParams attribute)
command (pipecat.processors.frameworks.rtvi.frames.RTVIUICommandFrame attribute)
(pipecat.processors.frameworks.rtvi.models.UICommandData attribute)
(pipecat.processors.frameworks.rtvi.RTVIUICommandFrame attribute)
command_name (pipecat.bus.ui.BusUICommandMessage attribute)
(pipecat.bus.ui.messages.BusUICommandMessage attribute)
(pipecat.workers.ui.BusUICommandMessage attribute)
commit_strategy (pipecat.services.elevenlabs.stt.ElevenLabsRealtimeSTTService.InputParams attribute)
CommitStrategy (class in pipecat.services.elevenlabs.stt)
COMPLETE (pipecat.audio.turn.base_turn_analyzer.EndOfTurnState attribute)
(pipecat.turns.user_turn_completion_mixin.TurnMarker attribute)
complete() (pipecat.pipeline.job_context.JobGroup method)
complete_spoken_slot() (pipecat.utils.context.aggregated_frame_sequencer.AggregatedFrameSequencer method)
COMPLETED (pipecat.extensions.ivr.ivr_navigator.IVRStatus attribute)
(pipecat.pipeline.job_context.JobStatus attribute)
,
[1]
completion_callback() (in module pipecat.transports.daily.transport)
completion_instructions (pipecat.turns.user_turn_completion_mixin.UserTurnCompletionConfig property)
completion_tokens (pipecat.metrics.metrics.LLMTokenUsage attribute)
concatenate_aggregated_text() (in module pipecat.utils.string)
concurrency (pipecat.evals.suite.EvalManifest attribute)
confidence (pipecat.audio.vad.vad_analyzer.VADParams attribute)
(pipecat.services.assemblyai.models.Word attribute)
(pipecat.services.google.frames.LLMSearchResult attribute)
CONFIDENT (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
config (pipecat.frames.frames.LLMSummarizeContextFrame attribute)
(pipecat.transports.daily.utils.DailyRoomObject attribute)
(pipecat.turns.user_stop.llm_turn_completion_user_turn_stop_strategy.LLMTurnCompletionUserTurnStopStrategy property)
(pipecat.turns.user_stop.LLMTurnCompletionUserTurnStopStrategy property)
(pipecat.turns.user_turn_strategies.FilterIncompleteUserTurnStrategies attribute)
config_to_json() (in module pipecat.cli.config_validator)
configure() (in module pipecat.runner.daily)
(in module pipecat.runner.livekit)
(in module pipecat.runner.vonage)
CONFIGURE_FAILURE (pipecat.services.deepgram.flux.base.FluxMessageType attribute)
(pipecat.services.deepgram.flux.stt.FluxMessageType attribute)
configure_mic() (pipecat.evals.transport.EvalInputTransport method)
CONFIGURE_SUCCESS (pipecat.services.deepgram.flux.base.FluxMessageType attribute)
(pipecat.services.deepgram.flux.stt.FluxMessageType attribute)
configure_with_args() (in module pipecat.runner.livekit)
ConfigValidationError
confirm_finalize() (pipecat.services.stt_service.STTService method)
CONFUSED (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
connect() (pipecat.transports.livekit.transport.LiveKitTransportClient method)
(pipecat.transports.smallwebrtc.connection.SmallWebRTCConnection method)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCClient method)
(pipecat.transports.websocket.client.WebsocketClientSession method)
ConnectionMode (class in pipecat.transports.smallwebrtc.request_handler)
ConsolidatedFunctionResult (in module pipecat.flows.types)
ConsumerProcessor (class in pipecat.processors.consumer_processor)
contacts (pipecat.transports.whatsapp.api.WhatsAppConnectCallValue attribute)
CONTEMPLATIVE (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
CONTEMPT (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
content (pipecat.adapters.services.gemini_adapter.GeminiLLMAdapter.MessageConversionResult attribute)
(pipecat.processors.aggregators.llm_response_universal.AssistantThoughtMessage attribute)
(pipecat.processors.aggregators.llm_response_universal.AssistantTurnStoppedMessage attribute)
(pipecat.processors.aggregators.llm_response_universal.UserTurnMessageAddedMessage attribute)
(pipecat.processors.aggregators.llm_response_universal.UserTurnStoppedMessage attribute)
(pipecat.processors.frameworks.rtvi.models.SendTextData attribute)
CONTENT (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
content (pipecat.services.inworld.realtime.events.ConversationItem attribute)
(pipecat.services.openai.realtime.events.ConversationItem attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTService.AdditionalVocabEntry attribute)
(pipecat.services.xai.realtime.events.ConversationItem attribute)
content_index (pipecat.services.inworld.realtime.events.ConversationItemInputAudioTranscriptionDelta attribute)
(pipecat.services.inworld.realtime.events.ResponseAudioDelta attribute)
(pipecat.services.inworld.realtime.events.ResponseContentPartAdded attribute)
(pipecat.services.inworld.realtime.events.ResponseContentPartDone attribute)
(pipecat.services.inworld.realtime.llm.CurrentAudioResponse attribute)
(pipecat.services.openai.realtime.events.ConversationItemInputAudioTranscriptionCompleted attribute)
(pipecat.services.openai.realtime.events.ConversationItemInputAudioTranscriptionDelta attribute)
(pipecat.services.openai.realtime.events.ConversationItemInputAudioTranscriptionFailed attribute)
(pipecat.services.openai.realtime.events.ConversationItemTruncated attribute)
(pipecat.services.openai.realtime.events.ConversationItemTruncateEvent attribute)
(pipecat.services.openai.realtime.events.ResponseAudioDelta attribute)
(pipecat.services.openai.realtime.events.ResponseAudioDone attribute)
(pipecat.services.openai.realtime.events.ResponseAudioTranscriptDelta attribute)
(pipecat.services.openai.realtime.events.ResponseAudioTranscriptDone attribute)
(pipecat.services.openai.realtime.events.ResponseContentPartAdded attribute)
(pipecat.services.openai.realtime.events.ResponseContentPartDone attribute)
(pipecat.services.openai.realtime.events.ResponseTextDelta attribute)
(pipecat.services.openai.realtime.events.ResponseTextDone attribute)
(pipecat.services.openai.realtime.llm.CurrentAudioResponse attribute)
(pipecat.services.xai.realtime.events.ResponseAudioDelta attribute)
(pipecat.services.xai.realtime.events.ResponseContentPartAdded attribute)
(pipecat.services.xai.realtime.events.ResponseContentPartDone attribute)
(pipecat.services.xai.realtime.llm.CurrentAudioResponse attribute)
ContentPart (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.xai.realtime.events)
ContentType (class in pipecat.services.aws.nova_sonic.llm)
context (pipecat.evals.scenario.EvalScenario attribute)
(pipecat.frames.frames.FunctionCallFromLLM attribute)
(pipecat.frames.frames.LLMContextFrame attribute)
(pipecat.frames.frames.LLMContextSummaryRequestFrame attribute)
(pipecat.processors.aggregators.llm_response_universal.LLMContextAggregator property)
(pipecat.services.gladia.config.TranslationConfig attribute)
(pipecat.services.llm_service.FunctionCallParams attribute)
(pipecat.services.llm_service.FunctionCallRunnerItem attribute)
(pipecat.services.soniox.stt.SonioxInputParams attribute)
(pipecat.services.soniox.stt.SonioxSTTSettings attribute)
(pipecat.workers.llm.llm_context_worker.LLMContextWorker property)
(pipecat.workers.llm.LLMContextWorker property)
context_adaptation (pipecat.services.gladia.config.TranslationConfig attribute)
context_id (pipecat.frames.frames.AggregatedTextFrame attribute)
(pipecat.frames.frames.AggregatedTextProgressFrame attribute)
(pipecat.frames.frames.TTSAudioRawFrame attribute)
(pipecat.frames.frames.TTSStartedFrame attribute)
(pipecat.frames.frames.TTSStoppedFrame attribute)
(pipecat.services.heygen.api_liveavatar.AvatarPersona attribute)
context_strategy (pipecat.flows.NodeConfig attribute)
(pipecat.flows.types.NodeConfig attribute)
context_summarization_config (pipecat.processors.aggregators.llm_response_universal.LLMAssistantAggregatorParams attribute)
context_window_compression (pipecat.services.google.gemini_live.llm.GeminiLiveLLMSettings attribute)
(pipecat.services.google.gemini_live.llm.InputParams attribute)
ContextStrategy (class in pipecat.flows)
(class in pipecat.flows.types)
ContextStrategyConfig (class in pipecat.flows)
(class in pipecat.flows.types)
ContextWindowCompressionParams (class in pipecat.services.google.gemini_live.llm)
CONTINUE (pipecat.turns.types.ProcessFrameResult attribute)
continuous_partials (pipecat.services.assemblyai.stt.AssemblyAISTTSettings attribute)
ControlFrame (class in pipecat.frames.frames)
conversation (pipecat.services.inworld.realtime.events.ConversationCreated attribute)
(pipecat.services.openai.realtime.events.ConversationCreated attribute)
(pipecat.services.xai.realtime.events.ConversationCreated attribute)
conversation_id (pipecat.serializers.genesys.GenesysAudioHookSerializer property)
(pipecat.transports.tavus.transport.TavusTransportClient property)
(pipecat.utils.tracing.tracing_context.TracingContext property)
ConversationCreated (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
ConversationGate (class in pipecat.extensions.voicemail.voicemail_detector)
ConversationItem (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
ConversationItemAdded (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
ConversationItemCreateEvent (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
ConversationItemDeleted (class in pipecat.services.openai.realtime.events)
ConversationItemDeleteEvent (class in pipecat.services.openai.realtime.events)
ConversationItemDone (class in pipecat.services.openai.realtime.events)
ConversationItemInputAudioTranscriptionCompleted (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
ConversationItemInputAudioTranscriptionDelta (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
ConversationItemInputAudioTranscriptionFailed (class in pipecat.services.openai.realtime.events)
ConversationItemRetrieved (class in pipecat.services.openai.realtime.events)
ConversationItemRetrieveEvent (class in pipecat.services.openai.realtime.events)
ConversationItemTruncated (class in pipecat.services.openai.realtime.events)
ConversationItemTruncateEvent (class in pipecat.services.openai.realtime.events)
copy() (pipecat.services.settings.ServiceSettings method)
create_audio_context() (pipecat.services.tts_service.TTSService method)
create_audio_message() (pipecat.processors.aggregators.llm_context.LLMContext static method)
create_barge_in_event() (pipecat.serializers.genesys.GenesysAudioHookSerializer method)
create_client() (pipecat.services.aws.nova_sonic.llm.AWSNovaSonicLLMService method)
(pipecat.services.aws.nova_sonic.session_continuation.NovaSonicSessionSender method)
(pipecat.services.azure.llm.AzureLLMService method)
(pipecat.services.cerebras.llm.CerebrasLLMService method)
(pipecat.services.deepseek.llm.DeepSeekLLMService method)
(pipecat.services.fireworks.llm.FireworksLLMService method)
(pipecat.services.google.gemini_live.llm.GeminiLiveLLMService method)
(pipecat.services.google.gemini_live.vertex.llm.GeminiLiveVertexLLMService method)
(pipecat.services.google.llm.GoogleLLMService method)
(pipecat.services.google.vertex.llm.GoogleVertexLLMService method)
(pipecat.services.groq.llm.GroqLLMService method)
(pipecat.services.inception.llm.InceptionLLMService method)
(pipecat.services.mistral.llm.MistralLLMService method)
(pipecat.services.nebius.llm.NebiusLLMService method)
(pipecat.services.novita.llm.NovitaLLMService method)
(pipecat.services.ollama.llm.OLLamaLLMService method)
(pipecat.services.openai.base_llm.BaseOpenAILLMService method)
(pipecat.services.openrouter.llm.OpenRouterLLMService method)
(pipecat.services.qwen.llm.QwenLLMService method)
(pipecat.services.sambanova.llm.SambaNovaLLMService method)
(pipecat.services.sarvam.llm.SarvamLLMService method)
(pipecat.services.together.llm.TogetherLLMService method)
(pipecat.services.xai.llm.GrokLLMService method)
create_closed_response() (pipecat.serializers.genesys.GenesysAudioHookSerializer method)
create_context_id() (pipecat.services.tts_service.TTSService method)
create_conversation() (pipecat.transports.tavus.transport.TavusApi method)
create_disconnect_message() (pipecat.serializers.genesys.GenesysAudioHookSerializer method)
create_error_message() (pipecat.serializers.genesys.GenesysAudioHookSerializer method)
create_file_resampler() (in module pipecat.audio.utils)
create_image_message() (pipecat.processors.aggregators.llm_context.LLMContext static method)
create_image_url_message() (pipecat.processors.aggregators.llm_context.LLMContext static method)
create_job_group_and_request_job() (pipecat.workers.base_worker.BaseWorker method)
create_llm_specific_message() (pipecat.adapters.base_llm_adapter.BaseLLMAdapter method)
(pipecat.services.llm_service.LLMService method)
create_opened_response() (pipecat.serializers.genesys.GenesysAudioHookSerializer method)
create_pong_response() (pipecat.serializers.genesys.GenesysAudioHookSerializer method)
create_response (pipecat.services.inworld.realtime.events.TurnDetection attribute)
(pipecat.services.openai.realtime.events.SemanticTurnDetection attribute)
create_resumed_response() (pipecat.serializers.genesys.GenesysAudioHookSerializer method)
create_room() (pipecat.transports.daily.utils.DailyRESTHelper method)
create_rtvi_observer() (pipecat.processors.frameworks.rtvi.processor.RTVIProcessor method)
(pipecat.processors.frameworks.rtvi.RTVIProcessor method)
(pipecat.services.google.rtvi.GoogleRTVIProcessor method)
create_session() (pipecat.transports.lemonslice.api.LemonSliceApi method)
create_session_token() (pipecat.services.heygen.api_liveavatar.LiveAvatarApi method)
create_stream_resampler() (in module pipecat.audio.utils)
create_task() (pipecat.utils.asyncio.task_manager.BaseTaskManager method)
(pipecat.utils.asyncio.task_manager.TaskManager method)
(pipecat.utils.base_object.BaseObject method)
create_token() (pipecat.services.heygen.api_interactive_avatar.HeyGenApi method)
create_transport() (in module pipecat.runner.utils)
create_vad_analyzer() (pipecat.audio.filters.aic_filter.AICFilter method)
created_at (pipecat.transports.daily.utils.DailyRoomObject attribute)
CS (pipecat.transcriptions.language.Language attribute)
CS_CZ (pipecat.transcriptions.language.Language attribute)
CURIOUS (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
current_job (pipecat.workers.ui.ui_worker.UIWorker property)
(pipecat.workers.ui.UIWorker property)
current_node (pipecat.flows.FlowManager property)
(pipecat.flows.manager.FlowManager property)
current_tasks() (pipecat.utils.asyncio.task_manager.BaseTaskManager method)
(pipecat.utils.asyncio.task_manager.TaskManager method)
CurrentAudioResponse (class in pipecat.services.inworld.realtime.llm)
(class in pipecat.services.openai.realtime.llm)
(class in pipecat.services.xai.realtime.llm)
CurrentContent (class in pipecat.services.aws.nova_sonic.llm)
custom_audio_track_params (pipecat.transports.daily.transport.DailyParams attribute)
custom_metadata (pipecat.services.gladia.config.GladiaInputParams attribute)
(pipecat.services.gladia.stt.GladiaSTTSettings attribute)
custom_parameters (pipecat.runner.types.ExotelCallData attribute)
custom_spelling (pipecat.services.gladia.config.RealtimeProcessingConfig attribute)
custom_spelling_config (pipecat.services.gladia.config.RealtimeProcessingConfig attribute)
custom_tools (pipecat.adapters.schemas.tools_schema.ToolsSchema property)
custom_video_track_params (pipecat.transports.daily.transport.DailyParams attribute)
custom_vocabulary (pipecat.services.gladia.config.RealtimeProcessingConfig attribute)
custom_vocabulary_config (pipecat.services.gladia.config.RealtimeProcessingConfig attribute)
CustomSDKLiveKitConfig (class in pipecat.services.heygen.api_liveavatar)
CustomSpellingConfig (class in pipecat.services.gladia.config)
CustomVocabularyConfig (class in pipecat.services.gladia.config)
CustomVocabularyItem (class in pipecat.services.gladia.config)
CY (pipecat.transcriptions.language.Language attribute)
CY_GB (pipecat.transcriptions.language.Language attribute)
D
d (pipecat.processors.frameworks.rtvi.models.RawClientMessageData attribute)
(pipecat.processors.frameworks.rtvi.models.RawServerResponseData attribute)
DA (pipecat.transcriptions.language.Language attribute)
DA_DK (pipecat.transcriptions.language.Language attribute)
daily_api_key (pipecat.runner.types.DailyDialinRequest attribute)
daily_api_url (pipecat.runner.types.DailyDialinRequest attribute)
daily_pstn_mode (pipecat.cli.prompts.ProjectConfig attribute)
(pipecat.cli.prompts.questions.ProjectConfig attribute)
daily_room_url (pipecat.transports.lemonslice.transport.LemonSliceNewSessionRequest attribute)
daily_token (pipecat.transports.lemonslice.transport.LemonSliceNewSessionRequest attribute)
DailyAudioTrack (class in pipecat.transports.daily.transport)
DailyCallbacks (class in pipecat.transports.daily.transport)
DailyCustomAudioTrackParams (class in pipecat.transports.daily.transport)
DailyCustomVideoTrackParams (class in pipecat.transports.daily.transport)
DailyDialinRequest (class in pipecat.runner.types)
DailyDialinSettings (class in pipecat.transports.daily.transport)
DailyInputTransport (class in pipecat.transports.daily.transport)
DailyInputTransportMessageFrame (class in pipecat.transports.daily.transport)
DailyMeetingTokenParams (class in pipecat.transports.daily.utils)
DailyMeetingTokenProperties (class in pipecat.transports.daily.utils)
DailyOutputDTMFFrame (class in pipecat.transports.daily.transport)
DailyOutputDTMFUrgentFrame (class in pipecat.transports.daily.transport)
DailyOutputTransport (class in pipecat.transports.daily.transport)
DailyOutputTransportMessageFrame (class in pipecat.transports.daily.transport)
DailyOutputTransportMessageUrgentFrame (class in pipecat.transports.daily.transport)
DailyParams (class in pipecat.transports.daily.transport)
DailyRESTHelper (class in pipecat.transports.daily.utils)
DailyRoomConfig (class in pipecat.runner.daily)
DailyRoomObject (class in pipecat.transports.daily.utils)
DailyRoomParams (class in pipecat.transports.daily.utils)
DailyRoomProperties (class in pipecat.transports.daily.utils)
DailyRoomSipParams (class in pipecat.transports.daily.utils)
DailyRunnerArguments (class in pipecat.runner.types)
DailySIPReferFrame (class in pipecat.transports.daily.transport)
DailySIPTransferFrame (class in pipecat.transports.daily.transport)
DailyTranscriptionSettings (class in pipecat.transports.daily.transport)
DailyTransport (class in pipecat.transports.daily.transport)
DailyTransportClient (class in pipecat.transports.daily.transport)
DailyUpdateRemoteParticipantsFrame (class in pipecat.transports.daily.transport)
DailyVideoTrack (class in pipecat.transports.daily.transport)
data (pipecat.bus.BusJobStreamDataMessage attribute)
(pipecat.bus.BusJobStreamEndMessage attribute)
(pipecat.bus.BusJobStreamStartMessage attribute)
(pipecat.bus.messages.BusJobStreamDataMessage attribute)
(pipecat.bus.messages.BusJobStreamEndMessage attribute)
(pipecat.bus.messages.BusJobStreamStartMessage attribute)
(pipecat.bus.ui.BusUIJobUpdateMessage attribute)
(pipecat.bus.ui.messages.BusUIJobUpdateMessage attribute)
(pipecat.frames.frames.MetricsFrame attribute)
(pipecat.pipeline.job_context.JobEvent attribute)
(pipecat.pipeline.job_context.JobGroupEvent attribute)
(pipecat.processors.frameworks.rtvi.frames.RTVIClientMessageFrame attribute)
(pipecat.processors.frameworks.rtvi.frames.RTVIServerMessageFrame attribute)
(pipecat.processors.frameworks.rtvi.frames.RTVIServerResponseFrame attribute)
(pipecat.processors.frameworks.rtvi.frames.RTVIUIJobGroupFrame attribute)
(pipecat.processors.frameworks.rtvi.models.BotAudioLevelMessage attribute)
(pipecat.processors.frameworks.rtvi.models.BotLLMTextMessage attribute)
(pipecat.processors.frameworks.rtvi.models.BotOutputMessage attribute)
(pipecat.processors.frameworks.rtvi.models.BotReady attribute)
(pipecat.processors.frameworks.rtvi.models.BotTranscriptionMessage attribute)
(pipecat.processors.frameworks.rtvi.models.BotTTSAudioMessage attribute)
(pipecat.processors.frameworks.rtvi.models.BotTTSTextMessage attribute)
(pipecat.processors.frameworks.rtvi.models.ClientMessage attribute)
(pipecat.processors.frameworks.rtvi.models.Error attribute)
(pipecat.processors.frameworks.rtvi.models.ErrorResponse attribute)
(pipecat.processors.frameworks.rtvi.models.LLMFunctionCallInProgressMessage attribute)
(pipecat.processors.frameworks.rtvi.models.LLMFunctionCallMessage attribute)
(pipecat.processors.frameworks.rtvi.models.LLMFunctionCallStartMessage attribute)
(pipecat.processors.frameworks.rtvi.models.LLMFunctionCallStoppedMessage attribute)
(pipecat.processors.frameworks.rtvi.models.Message attribute)
(pipecat.processors.frameworks.rtvi.models.MetricsMessage attribute)
(pipecat.processors.frameworks.rtvi.models.ServerMessage attribute)
(pipecat.processors.frameworks.rtvi.models.ServerResponse attribute)
(pipecat.processors.frameworks.rtvi.models.SystemLogMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UICancelJobGroupMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UICommandMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UIEventMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UIJobGroupMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UIJobUpdateData attribute)
(pipecat.processors.frameworks.rtvi.models.UISnapshotMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UserAudioLevelMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UserLLMTextMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UserTranscriptionMessage attribute)
(pipecat.processors.frameworks.rtvi.RTVIClientMessageFrame attribute)
(pipecat.processors.frameworks.rtvi.RTVIServerMessageFrame attribute)
(pipecat.processors.frameworks.rtvi.RTVIServerResponseFrame attribute)
(pipecat.processors.frameworks.rtvi.RTVIUIJobGroupFrame attribute)
(pipecat.serializers.protobuf.MessageFrame attribute)
(pipecat.services.google.rtvi.RTVIBotLLMSearchResponseMessage attribute)
(pipecat.services.heygen.api_liveavatar.LiveAvatarSessionResponse attribute)
(pipecat.services.heygen.api_liveavatar.SessionTokenResponse attribute)
(pipecat.workers.ui.BusUIJobUpdateMessage attribute)
data_queue (pipecat.bus.bus.BusSubscription attribute)
data_task (pipecat.bus.bus.BusSubscription attribute)
DataFrame (class in pipecat.frames.frames)
DE (pipecat.transcriptions.language.Language attribute)
DE_AT (pipecat.transcriptions.language.Language attribute)
DE_BE (pipecat.transcriptions.language.Language attribute)
DE_CH (pipecat.transcriptions.language.Language attribute)
DE_DE (pipecat.transcriptions.language.Language attribute)
deactivate_worker() (pipecat.workers.base_worker.BaseWorker method)
debug_log (pipecat.evals.harness.EvalResult attribute)
DebugLogObserver (class in pipecat.observers.loggers.debug_log_observer)
decode_event() (in module pipecat.services.aws.utils)
DeepgramFluxSageMakerSTTService (class in pipecat.services.deepgram.flux.sagemaker.stt)
DeepgramFluxSageMakerSTTSettings (class in pipecat.services.deepgram.flux.sagemaker.stt)
DeepgramFluxSTTBase (class in pipecat.services.deepgram.flux.base)
DeepgramFluxSTTService (class in pipecat.services.deepgram.flux.stt)
DeepgramFluxSTTService.InputParams (class in pipecat.services.deepgram.flux.stt)
DeepgramFluxSTTSettings (class in pipecat.services.deepgram.flux.base)
(class in pipecat.services.deepgram.flux.stt)
DeepgramHttpTTSService (class in pipecat.services.deepgram.tts)
DeepgramSageMakerSTTService (class in pipecat.services.deepgram.sagemaker.stt)
DeepgramSageMakerSTTSettings (class in pipecat.services.deepgram.sagemaker.stt)
DeepgramSageMakerTTSService (class in pipecat.services.deepgram.sagemaker.tts)
DeepgramSageMakerTTSSettings (class in pipecat.services.deepgram.sagemaker.tts)
DeepgramSTTService (class in pipecat.services.deepgram.stt)
DeepgramSTTSettings (class in pipecat.services.deepgram.stt)
DeepgramTTSService (class in pipecat.services.deepgram.tts)
DeepgramTTSSettings (class in pipecat.services.deepgram.tts)
DeepSeekLLMService (class in pipecat.services.deepseek.llm)
DeepSeekLLMSettings (class in pipecat.services.deepseek.llm)
default_allowed_origins() (in module pipecat.utils.security.allowed_origins)
default_context_to_payload_transformer() (in module pipecat.services.aws.agent_core)
default_intensity (pipecat.services.gladia.config.CustomVocabularyConfig attribute)
default_language (pipecat.services.sarvam.stt.ModelConfig attribute)
default_mode (pipecat.services.sarvam.stt.ModelConfig attribute)
default_response_to_output_transformer() (in module pipecat.services.aws.agent_core)
default_sample_rate (pipecat.services.sarvam.tts.TTSModelConfig attribute)
default_speaker (pipecat.services.sarvam.tts.TTSModelConfig attribute)
DEFAULT_SYSTEM_PROMPT (pipecat.extensions.voicemail.voicemail_detector.VoicemailDetector attribute)
default_user_turn_start_strategies() (in module pipecat.turns.user_turn_strategies)
default_user_turn_stop_strategies() (in module pipecat.turns.user_turn_strategies)
deferred() (in module pipecat.turns.user_stop)
(in module pipecat.turns.user_stop.deferred_user_turn_stop_strategy)
DeferredUserTurnStopStrategy (class in pipecat.turns.user_stop)
(class in pipecat.turns.user_stop.deferred_user_turn_stop_strategy)
DEJECTED (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
delay_in_frames (pipecat.services.gradium.stt.GradiumSTTService.InputParams attribute)
(pipecat.services.gradium.stt.GradiumSTTSettings attribute)
delay_ms (pipecat.evals.scenario.EvalSendAfter attribute)
delete_file() (pipecat.services.google.gemini_live.file_api.GeminiFileAPI method)
delete_room_by_name() (pipecat.transports.daily.utils.DailyRESTHelper method)
(pipecat.transports.livekit.utils.LiveKitRESTHelper method)
delete_room_by_url() (pipecat.transports.daily.utils.DailyRESTHelper method)
delivery_mode (pipecat.services.inworld.tts.InworldTTSSettings attribute)
delta (pipecat.frames.frames.ServiceUpdateSettingsFrame attribute)
(pipecat.services.inworld.realtime.events.ConversationItemInputAudioTranscriptionDelta attribute)
(pipecat.services.inworld.realtime.events.ResponseAudioDelta attribute)
(pipecat.services.inworld.realtime.events.ResponseAudioTranscriptDelta attribute)
(pipecat.services.inworld.realtime.events.ResponseFunctionCallArgumentsDelta attribute)
(pipecat.services.openai.realtime.events.ConversationItemInputAudioTranscriptionDelta attribute)
(pipecat.services.openai.realtime.events.ResponseAudioDelta attribute)
(pipecat.services.openai.realtime.events.ResponseAudioTranscriptDelta attribute)
(pipecat.services.openai.realtime.events.ResponseFunctionCallArgumentsDelta attribute)
(pipecat.services.openai.realtime.events.ResponseTextDelta attribute)
(pipecat.services.xai.realtime.events.ResponseAudioDelta attribute)
(pipecat.services.xai.realtime.events.ResponseAudioTranscriptDelta attribute)
(pipecat.services.xai.realtime.events.ResponseFunctionCallArgumentsDelta attribute)
deploy_to_cloud (pipecat.cli.prompts.ProjectConfig attribute)
(pipecat.cli.prompts.questions.ProjectConfig attribute)
deprecated (class in pipecat.utils.deprecation)
describe_config() (in module pipecat.evals.scenario)
description (pipecat.adapters.schemas.function_schema.FunctionSchema property)
(pipecat.flows.FlowsFunctionSchema attribute)
(pipecat.flows.types.FlowsFunctionSchema attribute)
(pipecat.processors.aggregators.async_tool_messages.AsyncToolMessagePayload attribute)
(pipecat.processors.frameworks.rtvi.models.Toast attribute)
(pipecat.services.hume.tts.HumeTTSService.InputParams attribute)
(pipecat.services.hume.tts.HumeTTSSettings attribute)
(pipecat.services.inworld.realtime.events.FunctionTool attribute)
(pipecat.services.xai.realtime.events.FunctionTool attribute)
DESERIALIZABLE_FIELDS (pipecat.serializers.protobuf.ProtobufFrameSerializer attribute)
DESERIALIZABLE_TYPES (pipecat.serializers.protobuf.ProtobufFrameSerializer attribute)
deserialize() (pipecat.bus.adapters.base.TypeAdapter method)
(pipecat.bus.adapters.llm_context_adapter.LLMContextAdapter method)
(pipecat.bus.adapters.LLMContextAdapter method)
(pipecat.bus.adapters.tools_schema_adapter.ToolsSchemaAdapter method)
(pipecat.bus.adapters.ToolsSchemaAdapter method)
(pipecat.bus.adapters.TypeAdapter method)
(pipecat.bus.serializers.base.MessageSerializer method)
(pipecat.bus.serializers.json.JSONMessageSerializer method)
(pipecat.bus.serializers.JSONMessageSerializer method)
(pipecat.bus.serializers.MessageSerializer method)
(pipecat.evals.serializer.RTVIEvalSerializer method)
(pipecat.serializers.base_serializer.FrameSerializer method)
(pipecat.serializers.exotel.ExotelFrameSerializer method)
(pipecat.serializers.genesys.GenesysAudioHookSerializer method)
(pipecat.serializers.plivo.PlivoFrameSerializer method)
(pipecat.serializers.protobuf.ProtobufFrameSerializer method)
(pipecat.serializers.telnyx.TelnyxFrameSerializer method)
(pipecat.serializers.twilio.TwilioFrameSerializer method)
(pipecat.serializers.vonage.VonageFrameSerializer method)
destination (pipecat.observers.base_observer.FramePushed attribute)
DESTINATION (pipecat.observers.loggers.debug_log_observer.FrameEndpoint attribute)
detail (pipecat.evals.harness.EvalTurnProgress attribute)
(pipecat.services.openai.realtime.events.ItemContent attribute)
detect_device() (in module pipecat.services.moondream.vision)
detect_entities (pipecat.services.deepgram.stt.DeepgramSTTSettings attribute)
detect_speech_onset() (in module pipecat.audio.utils)
DETECTED (pipecat.extensions.ivr.ivr_navigator.IVRStatus attribute)
detector() (pipecat.extensions.voicemail.voicemail_detector.VoicemailDetector method)
DETERMINED (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
DEV (pipecat.services.sarvam.tts.SarvamTTSSpeakerV3 attribute)
dialin_settings (pipecat.runner.types.DailyDialinRequest attribute)
(pipecat.transports.daily.transport.DailyParams attribute)
DialinSettings (class in pipecat.runner.types)
diarize (pipecat.services.deepgram.stt.DeepgramSTTSettings attribute)
(pipecat.services.smallest.stt.SmallestSTTSettings attribute)
(pipecat.services.xai.stt.XAISTTSettings attribute)
dictation (pipecat.services.deepgram.stt.DeepgramSTTSettings attribute)
digit_duration_ms (pipecat.transports.daily.transport.DailyOutputDTMFFrame attribute)
(pipecat.transports.daily.transport.DailyOutputDTMFUrgentFrame attribute)
direct_functions (pipecat.adapters.schemas.tools_schema.ToolsSchema property)
DirectFunction (in module pipecat.adapters.schemas.direct_function)
DirectFunctionWrapper (class in pipecat.adapters.schemas.direct_function)
direction (pipecat.bus.BusFrameMessage attribute)
(pipecat.bus.messages.BusFrameMessage attribute)
(pipecat.observers.base_observer.FrameProcessed attribute)
(pipecat.observers.base_observer.FramePushed attribute)
(pipecat.transports.whatsapp.api.WhatsAppConnectCall attribute)
(pipecat.transports.whatsapp.api.WhatsAppTerminateCall attribute)
DirectPgmqBackend (class in pipecat.bus.network.pgmq_backends)
disable_idle_timeout (pipecat.services.heygen.api_interactive_avatar.NewSessionRequest attribute)
DISABLED (pipecat.processors.frameworks.rtvi.observer.RTVIFunctionCallReportLevel attribute)
(pipecat.processors.frameworks.rtvi.RTVIFunctionCallReportLevel attribute)
disabled (pipecat.services.google.gemini_live.llm.GeminiVADParams attribute)
DISAPPOINTED (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
discard_old_frames() (pipecat.transports.smallwebrtc.connection.SmallWebRTCTrack method)
DISCONNECT (pipecat.serializers.genesys.AudioHookMessageType attribute)
disconnect() (pipecat.transports.livekit.transport.LiveKitTransportClient method)
(pipecat.transports.smallwebrtc.connection.SmallWebRTCConnection method)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCClient method)
(pipecat.transports.websocket.client.WebsocketClientSession method)
(pipecat.transports.websocket.fastapi.FastAPIWebsocketClient method)
DISGUSTED (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
display_name (pipecat.transports.daily.utils.DailyRoomSipParams attribute)
display_phone_number (pipecat.transports.whatsapp.api.WhatsAppMetadata attribute)
DISTANT (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
DISTIL_LARGE_V2 (pipecat.services.whisper.stt.Model attribute)
DISTIL_LARGE_V3 (pipecat.services.whisper.stt.MLXModel attribute)
DISTIL_MEDIUM_EN (pipecat.services.whisper.stt.Model attribute)
domain (pipecat.services.assemblyai.stt.AssemblyAISTTSettings attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTService.InputParams attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTSettings attribute)
DOWNSTREAM (pipecat.processors.frame_processor.FrameDirection attribute)
dtmf (pipecat.evals.scenario.EvalTurn attribute)
DTMFAggregator (class in pipecat.processors.aggregators.dtmf_aggregator)
DTMFFrame (class in pipecat.frames.frames)
DTMFInputData (class in pipecat.processors.frameworks.rtvi.models)
duration (pipecat.transports.whatsapp.api.WhatsAppTerminateCall attribute)
duration_ms (pipecat.evals.harness.EvalResult attribute)
(pipecat.evals.suite.EvalRun attribute)
(pipecat.processors.frameworks.rtvi.models.Highlight attribute)
(pipecat.processors.frameworks.rtvi.models.Toast attribute)
duration_secs (pipecat.observers.startup_timing_observer.ProcessorStartupTiming attribute)
(pipecat.observers.user_bot_latency_observer.FunctionCallMetrics attribute)
(pipecat.observers.user_bot_latency_observer.TextAggregationBreakdownMetrics attribute)
(pipecat.observers.user_bot_latency_observer.TTFBBreakdownMetrics attribute)
E
e2e_processing_time_ms (pipecat.metrics.metrics.TurnMetricsData attribute)
EAGER_END_OF_TURN (pipecat.services.deepgram.flux.base.FluxEventType attribute)
(pipecat.services.deepgram.flux.stt.FluxEventType attribute)
eager_eot_threshold (pipecat.services.deepgram.flux.base.DeepgramFluxSTTSettings attribute)
(pipecat.services.deepgram.flux.stt.DeepgramFluxSTTService.InputParams attribute)
(pipecat.services.deepgram.flux.stt.DeepgramFluxSTTSettings attribute)
eagerness (pipecat.services.inworld.realtime.events.TurnDetection attribute)
(pipecat.services.openai.realtime.events.SemanticTurnDetection attribute)
effort (pipecat.services.openai.realtime.events.Reasoning attribute)
(pipecat.services.openai.responses.llm.OpenAIResponsesReasoningConfig attribute)
EIGHT (pipecat.audio.dtmf.types.KeypadEntry attribute)
eject_after_elapsed (pipecat.transports.daily.utils.DailyMeetingTokenProperties attribute)
eject_at_room_exp (pipecat.transports.daily.utils.DailyRoomProperties attribute)
eject_at_token_exp (pipecat.transports.daily.utils.DailyMeetingTokenProperties attribute)
EL (pipecat.transcriptions.language.Language attribute)
EL_GR (pipecat.transcriptions.language.Language attribute)
ELATED (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
elevenlabs_settings (pipecat.services.heygen.api_interactive_avatar.VoiceSettings attribute)
ElevenLabsHttpTTSService (class in pipecat.services.elevenlabs.tts)
ElevenLabsHttpTTSService.InputParams (class in pipecat.services.elevenlabs.tts)
ElevenLabsHttpTTSSettings (class in pipecat.services.elevenlabs.tts)
ElevenLabsRealtimeSTTService (class in pipecat.services.elevenlabs.stt)
ElevenLabsRealtimeSTTService.InputParams (class in pipecat.services.elevenlabs.stt)
ElevenLabsRealtimeSTTSettings (class in pipecat.services.elevenlabs.stt)
ElevenLabsSettings (class in pipecat.services.heygen.api_interactive_avatar)
ElevenLabsSTTService (class in pipecat.services.elevenlabs.stt)
ElevenLabsSTTService.InputParams (class in pipecat.services.elevenlabs.stt)
ElevenLabsSTTSettings (class in pipecat.services.elevenlabs.stt)
ElevenLabsTTSService (class in pipecat.services.elevenlabs.tts)
ElevenLabsTTSService.InputParams (class in pipecat.services.elevenlabs.tts)
ElevenLabsTTSSettings (class in pipecat.services.elevenlabs.tts)
email_to_speech() (in module pipecat.utils.text.transforms)
(in module pipecat.utils.text.transforms.email)
emotion (pipecat.services.cartesia.tts.GenerationConfig attribute)
(pipecat.services.heygen.api_interactive_avatar.VoiceSettings attribute)
(pipecat.services.minimax.tts.MiniMaxHttpTTSService.InputParams attribute)
(pipecat.services.minimax.tts.MiniMaxTTSSettings attribute)
EMOTION_TAG() (pipecat.services.cartesia.tts.CartesiaTTSService static method)
emphasis (pipecat.services.azure.tts.AzureBaseTTSService.InputParams attribute)
(pipecat.services.azure.tts.AzureTTSSettings attribute)
(pipecat.services.google.tts.GoogleHttpTTSService.InputParams attribute)
(pipecat.services.google.tts.GoogleHttpTTSSettings attribute)
EN (pipecat.transcriptions.language.Language attribute)
EN_AU (pipecat.transcriptions.language.Language attribute)
EN_CA (pipecat.transcriptions.language.Language attribute)
EN_GB (pipecat.transcriptions.language.Language attribute)
EN_GH (pipecat.transcriptions.language.Language attribute)
EN_HK (pipecat.transcriptions.language.Language attribute)
EN_IE (pipecat.transcriptions.language.Language attribute)
EN_IN (pipecat.transcriptions.language.Language attribute)
EN_KE (pipecat.transcriptions.language.Language attribute)
EN_NG (pipecat.transcriptions.language.Language attribute)
EN_NZ (pipecat.transcriptions.language.Language attribute)
EN_PH (pipecat.transcriptions.language.Language attribute)
EN_SG (pipecat.transcriptions.language.Language attribute)
EN_TZ (pipecat.transcriptions.language.Language attribute)
EN_US (pipecat.transcriptions.language.Language attribute)
EN_ZA (pipecat.transcriptions.language.Language attribute)
enable (pipecat.frames.frames.FilterEnableFrame attribute)
(pipecat.frames.frames.LLMEnablePromptCachingFrame attribute)
(pipecat.frames.frames.MixerEnableFrame attribute)
enable_affective_dialog (pipecat.services.google.gemini_live.llm.GeminiLiveLLMSettings attribute)
(pipecat.services.google.gemini_live.llm.InputParams attribute)
enable_audio_in_stream_on_start() (pipecat.transports.base_input.BaseInputTransport method)
enable_auto_context_summarization (pipecat.processors.aggregators.llm_response_universal.LLMAssistantAggregatorParams attribute)
enable_automatic_punctuation (pipecat.services.google.stt.GoogleSTTService.InputParams attribute)
(pipecat.services.google.stt.GoogleSTTSettings attribute)
enable_chat (pipecat.transports.daily.utils.DailyRoomProperties attribute)
enable_context_summarization (pipecat.processors.aggregators.llm_response_universal.LLMAssistantAggregatorParams attribute)
enable_dialout (pipecat.transports.daily.utils.DailyRoomProperties attribute)
enable_diarization (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.InputParams attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTSettings attribute)
enable_emoji_reactions (pipecat.transports.daily.utils.DailyRoomProperties attribute)
enable_eval (pipecat.cli.prompts.ProjectConfig attribute)
(pipecat.cli.prompts.questions.ProjectConfig attribute)
enable_heartbeats (pipecat.pipeline.task.PipelineParams attribute)
(pipecat.pipeline.worker.PipelineParams attribute)
enable_interim_results (pipecat.services.google.stt.GoogleSTTService.InputParams attribute)
(pipecat.services.google.stt.GoogleSTTSettings attribute)
enable_interruptions (pipecat.turns.user_start.base_user_turn_start_strategy.UserTurnStartedParams attribute)
(pipecat.turns.user_start.UserTurnStartedParams attribute)
enable_krisp (pipecat.cli.prompts.ProjectConfig attribute)
(pipecat.cli.prompts.questions.ProjectConfig attribute)
enable_language_identification (pipecat.services.soniox.stt.SonioxInputParams attribute)
(pipecat.services.soniox.stt.SonioxSTTSettings attribute)
enable_logging (pipecat.services.elevenlabs.stt.ElevenLabsRealtimeSTTService.InputParams attribute)
(pipecat.services.elevenlabs.tts.ElevenLabsTTSService.InputParams attribute)
(pipecat.services.simli.video.SimliVideoService.InputParams attribute)
enable_metrics (pipecat.frames.frames.StartFrame attribute)
(pipecat.pipeline.task.PipelineParams attribute)
(pipecat.pipeline.worker.PipelineParams attribute)
enable_observability (pipecat.cli.prompts.ProjectConfig attribute)
(pipecat.cli.prompts.questions.ProjectConfig attribute)
enable_prejoin_ui (pipecat.transports.daily.utils.DailyMeetingTokenProperties attribute)
(pipecat.transports.daily.utils.DailyRoomProperties attribute)
enable_preprocessing (pipecat.services.sarvam.tts.SarvamHttpTTSService.InputParams attribute)
(pipecat.services.sarvam.tts.SarvamHttpTTSSettings attribute)
(pipecat.services.sarvam.tts.SarvamTTSService.InputParams attribute)
enable_prompt_caching (pipecat.services.anthropic.llm.AnthropicLLMService.InputParams attribute)
(pipecat.services.anthropic.llm.AnthropicLLMSettings attribute)
(pipecat.services.aws.llm.AWSBedrockLLMSettings attribute)
enable_recording (pipecat.transports.daily.utils.DailyMeetingTokenProperties attribute)
(pipecat.transports.daily.utils.DailyRoomProperties attribute)
enable_safety_checker (pipecat.services.fal.image.FalImageGenService.InputParams attribute)
(pipecat.services.fal.image.FalImageGenSettings attribute)
enable_screenshare (pipecat.transports.daily.utils.DailyMeetingTokenProperties attribute)
enable_speaker_diarization (pipecat.services.soniox.stt.SonioxInputParams attribute)
(pipecat.services.soniox.stt.SonioxSTTSettings attribute)
enable_spoken_emojis (pipecat.services.google.stt.GoogleSTTService.InputParams attribute)
(pipecat.services.google.stt.GoogleSTTSettings attribute)
enable_spoken_punctuation (pipecat.services.google.stt.GoogleSTTService.InputParams attribute)
(pipecat.services.google.stt.GoogleSTTSettings attribute)
enable_ssml_parsing (pipecat.services.elevenlabs.tts.ElevenLabsTTSService.InputParams attribute)
enable_text_filter (pipecat.utils.text.markdown_text_filter.MarkdownTextFilter.InputParams attribute)
enable_tracing (pipecat.frames.frames.StartFrame attribute)
enable_transcription_storage (pipecat.transports.daily.utils.DailyRoomProperties attribute)
enable_usage_metrics (pipecat.frames.frames.StartFrame attribute)
(pipecat.pipeline.task.PipelineParams attribute)
(pipecat.pipeline.worker.PipelineParams attribute)
enable_user_speaking_frames (pipecat.turns.user_start.base_user_turn_start_strategy.UserTurnStartedParams attribute)
(pipecat.turns.user_start.UserTurnStartedParams attribute)
(pipecat.turns.user_stop.base_user_turn_stop_strategy.UserTurnStoppedParams attribute)
(pipecat.turns.user_stop.UserTurnStoppedParams attribute)
enable_vad (pipecat.services.gladia.config.GladiaInputParams attribute)
(pipecat.services.gladia.stt.GladiaSTTSettings attribute)
enable_voice_activity_events (pipecat.services.google.stt.GoogleSTTService.InputParams attribute)
(pipecat.services.google.stt.GoogleSTTSettings attribute)
enable_word_confidence (pipecat.services.google.stt.GoogleSTTService.InputParams attribute)
(pipecat.services.google.stt.GoogleSTTSettings attribute)
enable_word_time_offsets (pipecat.services.google.stt.GoogleSTTService.InputParams attribute)
(pipecat.services.google.stt.GoogleSTTSettings attribute)
enabled (pipecat.services.aws.nova_sonic.session_continuation.SessionContinuationParams attribute)
(pipecat.services.google.gemini_live.llm.ContextWindowCompressionParams attribute)
(pipecat.transports.smallwebrtc.connection.TrackStatusMessage attribute)
encode_audio_and_send() (pipecat.transports.tavus.transport.TavusTransportClient method)
encoding (pipecat.services.assemblyai.models.AssemblyAIConnectionParams attribute)
(pipecat.services.gladia.config.GladiaInputParams attribute)
(pipecat.services.heygen.api_liveavatar.VideoSettings attribute)
end (pipecat.services.assemblyai.models.Word attribute)
end() (pipecat.pipeline.runner.WorkerRunner method)
(pipecat.workers.base_worker.BaseWorker method)
(pipecat.workers.llm.llm_worker.LLMWorker method)
(pipecat.workers.llm.LLMWorker method)
(pipecat.workers.runner.WorkerRunner method)
end_conversation() (pipecat.transports.tavus.transport.TavusApi method)
end_conversation_tracing() (pipecat.utils.tracing.turn_trace_observer.TurnTraceObserver method)
end_of_turn (pipecat.services.assemblyai.models.TurnMessage attribute)
END_OF_TURN (pipecat.services.deepgram.flux.base.FluxEventType attribute)
(pipecat.services.deepgram.flux.stt.FluxEventType attribute)
end_of_turn_confidence (pipecat.services.assemblyai.models.TurnMessage attribute)
end_of_turn_confidence_threshold (pipecat.services.assemblyai.models.AssemblyAIConnectionParams attribute)
(pipecat.services.assemblyai.stt.AssemblyAISTTSettings attribute)
end_of_utterance_max_delay (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.InputParams attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTSettings attribute)
end_of_utterance_silence_trigger (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.InputParams attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTSettings attribute)
end_offset (pipecat.processors.frameworks.rtvi.models.A11ySelection attribute)
(pipecat.processors.frameworks.rtvi.models.SelectText attribute)
end_realtime_utterance() (pipecat.transports.tavus.transport.TavusTransportClient method)
end_sensitivity (pipecat.services.google.gemini_live.llm.GeminiVADParams attribute)
end_session() (pipecat.transports.lemonslice.api.LemonSliceApi method)
end_time (pipecat.transports.whatsapp.api.WhatsAppTerminateCall attribute)
EndFrame (class in pipecat.frames.frames)
EndOfTurnState (class in pipecat.audio.turn.base_turn_analyzer)
endpoint_latency_adjustment_level (pipecat.services.soniox.stt.SonioxSTTSettings attribute)
endpoint_sensitivity (pipecat.services.soniox.stt.SonioxSTTSettings attribute)
endpointing (pipecat.services.deepgram.stt.DeepgramSTTSettings attribute)
(pipecat.services.gladia.config.GladiaInputParams attribute)
(pipecat.services.gladia.stt.GladiaSTTSettings attribute)
(pipecat.services.xai.stt.XAISTTSettings attribute)
(pipecat.transports.daily.transport.DailyTranscriptionSettings attribute)
endpointing_sensitivity (pipecat.services.aws.nova_sonic.llm.AWSNovaSonicLLMSettings attribute)
(pipecat.services.aws.nova_sonic.llm.Params attribute)
EndTaskFrame (class in pipecat.frames.frames)
EndWorkerFrame (class in pipecat.frames.frames)
engine (pipecat.services.aws.tts.AWSPollyTTSService.InputParams attribute)
(pipecat.services.aws.tts.AWSPollyTTSSettings attribute)
(pipecat.services.whisper.stt.WhisperMLXSTTSettings attribute)
ENHANCED (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.OperatingPoint attribute)
ENTHUSIASTIC (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
entry (pipecat.transports.whatsapp.api.WhatsAppWebhookRequest attribute)
entry_processors (pipecat.pipeline.parallel_pipeline.ParallelPipeline property)
(pipecat.pipeline.pipeline.Pipeline property)
(pipecat.pipeline.sync_parallel_pipeline.SyncParallelPipeline property)
(pipecat.processors.frame_processor.FrameProcessor property)
env_prefix (pipecat.cli.registry.service_metadata.ServiceDefinition attribute)
(pipecat.cli.registry.ServiceDefinition attribute)
env_truthy() (in module pipecat.utils.env)
ENVIOUS (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
EO (pipecat.transcriptions.language.Language attribute)
eot_threshold (pipecat.services.deepgram.flux.base.DeepgramFluxSTTSettings attribute)
(pipecat.services.deepgram.flux.stt.DeepgramFluxSTTService.InputParams attribute)
(pipecat.services.deepgram.flux.stt.DeepgramFluxSTTSettings attribute)
eot_timeout_ms (pipecat.services.deepgram.flux.base.DeepgramFluxSTTSettings attribute)
(pipecat.services.deepgram.flux.stt.DeepgramFluxSTTService.InputParams attribute)
(pipecat.services.deepgram.flux.stt.DeepgramFluxSTTSettings attribute)
Error (class in pipecat.processors.frameworks.rtvi.models)
error (pipecat.bus.BusWorkerErrorMessage attribute)
(pipecat.bus.BusWorkerLocalErrorMessage attribute)
(pipecat.bus.messages.BusWorkerErrorMessage attribute)
(pipecat.bus.messages.BusWorkerLocalErrorMessage attribute)
(pipecat.evals.suite.EvalRun attribute)
(pipecat.flows.FlowResult attribute)
(pipecat.flows.types.FlowResult attribute)
(pipecat.frames.frames.ErrorFrame attribute)
(pipecat.frames.frames.LLMContextSummaryResultFrame attribute)
ERROR (pipecat.pipeline.job_context.JobStatus attribute)
,
[1]
error (pipecat.processors.frameworks.rtvi.frames.RTVIServerResponseFrame attribute)
(pipecat.processors.frameworks.rtvi.models.ErrorData attribute)
(pipecat.processors.frameworks.rtvi.models.ErrorResponseData attribute)
(pipecat.processors.frameworks.rtvi.RTVIServerResponseFrame attribute)
(pipecat.registry.types.WorkerErrorData attribute)
ERROR (pipecat.serializers.genesys.AudioHookMessageType attribute)
error (pipecat.services.inworld.realtime.events.ErrorEvent attribute)
(pipecat.services.openai.realtime.events.ConversationItemInputAudioTranscriptionFailed attribute)
(pipecat.services.openai.realtime.events.ErrorEvent attribute)
(pipecat.services.xai.realtime.events.ErrorEvent attribute)
error_data (pipecat.transports.whatsapp.api.WhatsAppError attribute)
ErrorData (class in pipecat.processors.frameworks.rtvi.models)
ErrorEvent (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
ErrorFrame (class in pipecat.frames.frames)
ErrorResponse (class in pipecat.processors.frameworks.rtvi.models)
ErrorResponseData (class in pipecat.processors.frameworks.rtvi.models)
errors (pipecat.transports.whatsapp.api.WhatsAppTerminateCallValue attribute)
ES (pipecat.transcriptions.language.Language attribute)
ES_419 (pipecat.transcriptions.language.Language attribute)
ES_AR (pipecat.transcriptions.language.Language attribute)
ES_BO (pipecat.transcriptions.language.Language attribute)
ES_CL (pipecat.transcriptions.language.Language attribute)
ES_CO (pipecat.transcriptions.language.Language attribute)
ES_CR (pipecat.transcriptions.language.Language attribute)
ES_CU (pipecat.transcriptions.language.Language attribute)
ES_DO (pipecat.transcriptions.language.Language attribute)
ES_EC (pipecat.transcriptions.language.Language attribute)
ES_ES (pipecat.transcriptions.language.Language attribute)
ES_GQ (pipecat.transcriptions.language.Language attribute)
ES_GT (pipecat.transcriptions.language.Language attribute)
ES_HN (pipecat.transcriptions.language.Language attribute)
ES_MX (pipecat.transcriptions.language.Language attribute)
ES_NI (pipecat.transcriptions.language.Language attribute)
ES_PA (pipecat.transcriptions.language.Language attribute)
ES_PE (pipecat.transcriptions.language.Language attribute)
ES_PR (pipecat.transcriptions.language.Language attribute)
ES_PY (pipecat.transcriptions.language.Language attribute)
ES_SV (pipecat.transcriptions.language.Language attribute)
ES_US (pipecat.transcriptions.language.Language attribute)
ES_UY (pipecat.transcriptions.language.Language attribute)
ES_VE (pipecat.transcriptions.language.Language attribute)
estimate_context_tokens() (pipecat.utils.context.llm_context_summarization.LLMContextSummarizationUtil static method)
estimate_tokens() (pipecat.utils.context.llm_context_summarization.LLMContextSummarizationUtil static method)
ET (pipecat.transcriptions.language.Language attribute)
ET_EE (pipecat.transcriptions.language.Language attribute)
EU (pipecat.transcriptions.language.Language attribute)
EU_ES (pipecat.transcriptions.language.Language attribute)
EUPHORIC (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
eval (pipecat.evals.scenario.EvalExpectation attribute)
EvalAssertionFailure (class in pipecat.evals.harness)
EvalExpectation (class in pipecat.evals.scenario)
EvalFunctionCall (class in pipecat.evals.scenario)
EvalInputTransport (class in pipecat.evals.transport)
EvalJudge (class in pipecat.evals.judge)
EvalManifest (class in pipecat.evals.suite)
EvalMicrophone (class in pipecat.evals.transport)
EvalOutputTransport (class in pipecat.evals.transport)
EvalResult (class in pipecat.evals.harness)
EvalRun (class in pipecat.evals.suite)
EvalRunnerArguments (class in pipecat.runner.types)
EvalScenario (class in pipecat.evals.scenario)
EvalSendAfter (class in pipecat.evals.scenario)
EvalSession (class in pipecat.evals.harness)
EvalSpeech (class in pipecat.evals.speech)
EvalSuite (class in pipecat.evals.suite)
EvalTranscriber (class in pipecat.evals.transcribe)
EvalTransport (class in pipecat.evals.transport)
EvalTransportParams (class in pipecat.evals.transport)
EvalTurn (class in pipecat.evals.scenario)
EvalTurnProgress (class in pipecat.evals.harness)
evaluate() (pipecat.evals.judge.EvalJudge method)
event (pipecat.evals.scenario.EvalExpectation attribute)
(pipecat.evals.scenario.EvalSendAfter attribute)
(pipecat.frames.frames.PipelineFlushFrame attribute)
(pipecat.processors.frameworks.rtvi.frames.RTVIUIEventFrame attribute)
(pipecat.processors.frameworks.rtvi.models.UIEventData attribute)
(pipecat.processors.frameworks.rtvi.RTVIUIEventFrame attribute)
EVENT (pipecat.serializers.genesys.AudioHookMessageType attribute)
event (pipecat.transports.whatsapp.api.WhatsAppConnectCall attribute)
(pipecat.transports.whatsapp.api.WhatsAppTerminateCall attribute)
event_handler() (pipecat.utils.base_object.BaseObject method)
event_id (pipecat.services.inworld.realtime.events.ClientEvent attribute)
(pipecat.services.inworld.realtime.events.RealtimeError attribute)
(pipecat.services.inworld.realtime.events.ServerEvent attribute)
(pipecat.services.openai.realtime.events.ClientEvent attribute)
(pipecat.services.openai.realtime.events.RealtimeError attribute)
(pipecat.services.openai.realtime.events.ServerEvent attribute)
(pipecat.services.xai.realtime.events.ClientEvent attribute)
(pipecat.services.xai.realtime.events.RealtimeError attribute)
(pipecat.services.xai.realtime.events.ServerEvent attribute)
event_name (pipecat.bus.ui.BusUIEventMessage attribute)
(pipecat.bus.ui.messages.BusUIEventMessage attribute)
(pipecat.evals.harness.EvalAssertionFailure attribute)
(pipecat.evals.harness.EvalTurnProgress attribute)
(pipecat.workers.ui.BusUIEventMessage attribute)
event_queue (pipecat.pipeline.job_context.JobGroup attribute)
EventHandler (class in pipecat.utils.base_object)
EventNotifier (class in pipecat.utils.sync.event_notifier)
events_seen (pipecat.evals.harness.EvalResult attribute)
exception (pipecat.frames.frames.ErrorFrame attribute)
EXCITED (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
(pipecat.services.heygen.api_interactive_avatar.VoiceEmotion attribute)
exclude_aggregated_audio (pipecat.services.minimax.tts.MiniMaxHttpTTSService.InputParams attribute)
execute_actions() (pipecat.flows.actions.ActionManager method)
execute_handoff() (pipecat.services.aws.nova_sonic.session_continuation.SessionContinuationHelper method)
exotel_sample_rate (pipecat.serializers.exotel.ExotelFrameSerializer.InputParams attribute)
ExotelCallData (class in pipecat.runner.types)
ExotelFrameSerializer (class in pipecat.serializers.exotel)
ExotelFrameSerializer.InputParams (class in pipecat.serializers.exotel)
exp (pipecat.transports.daily.utils.DailyMeetingTokenProperties attribute)
(pipecat.transports.daily.utils.DailyRoomProperties attribute)
exp_smoothing() (in module pipecat.audio.utils)
expand_currency() (in module pipecat.utils.text.transforms)
(in module pipecat.utils.text.transforms.currency)
expand_numbers() (in module pipecat.utils.text.transforms)
(in module pipecat.utils.text.transforms.numbers)
expand_percentages() (in module pipecat.utils.text.transforms)
(in module pipecat.utils.text.transforms.percentages)
expand_phone_numbers() (in module pipecat.utils.text.transforms)
(in module pipecat.utils.text.transforms.phone)
expand_prompt (pipecat.services.fal.image.FalImageGenService.InputParams attribute)
(pipecat.services.fal.image.FalImageGenSettings attribute)
expand_units() (in module pipecat.utils.text.transforms)
(in module pipecat.utils.text.transforms.units)
expect (pipecat.evals.scenario.EvalTurn attribute)
expectation_index (pipecat.evals.harness.EvalAssertionFailure attribute)
(pipecat.evals.harness.EvalTurnProgress attribute)
expires_at (pipecat.services.assemblyai.models.BeginMessage attribute)
(pipecat.services.openai.realtime.events.SessionProperties attribute)
exponential_backoff_time() (in module pipecat.utils.network)
EXTERNAL (pipecat.serializers.genesys.AudioHookChannel attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTService.TurnDetectionMode attribute)
(pipecat.services.speechmatics.stt.TurnDetectionMode attribute)
ExternalUserTurnCompletionStopStrategy (class in pipecat.turns.user_stop)
(class in pipecat.turns.user_stop.external_user_turn_completion_stop_strategy)
ExternalUserTurnStartStrategy (class in pipecat.turns.user_start)
(class in pipecat.turns.user_start.external_user_turn_start_strategy)
ExternalUserTurnStopStrategy (class in pipecat.turns.user_stop)
(class in pipecat.turns.user_stop.external_user_turn_stop_strategy)
ExternalUserTurnStrategies (class in pipecat.turns.user_turn_strategies)
extra (pipecat.services.anthropic.llm.AnthropicLLMService.InputParams attribute)
(pipecat.services.google.gemini_live.llm.InputParams attribute)
(pipecat.services.google.llm.GoogleLLMService.InputParams attribute)
(pipecat.services.openai.base_llm.BaseOpenAILLMService.InputParams attribute)
(pipecat.services.rime.tts.RimeNonJsonTTSService.InputParams attribute)
(pipecat.services.settings.ServiceSettings attribute)
(pipecat.services.ultravox.llm.AgentInputParams attribute)
(pipecat.services.ultravox.llm.OneShotInputParams attribute)
(pipecat.transports.daily.transport.DailyTranscriptionSettings attribute)
extra_params (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.InputParams attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTSettings attribute)
extract_deepgram_probability() (in module pipecat.services.whisper.utils)
extract_extras_for_services() (pipecat.cli.registry.service_loader.ServiceLoader static method)
(pipecat.cli.registry.ServiceLoader static method)
extract_openai_gpt4o_probability() (in module pipecat.services.whisper.utils)
extract_package_extra() (in module pipecat.cli.registry)
(in module pipecat.cli.registry.service_loader)
extract_whisper_probability() (in module pipecat.services.whisper.utils)
F
FA (pipecat.transcriptions.language.Language attribute)
FA_IR (pipecat.transcriptions.language.Language attribute)
fail() (pipecat.pipeline.job_context.JobGroup method)
FAILED (pipecat.pipeline.job_context.JobStatus attribute)
,
[1]
failures (pipecat.evals.harness.EvalResult attribute)
FalImageGenService (class in pipecat.services.fal.image)
FalImageGenService.InputParams (class in pipecat.services.fal.image)
FalImageGenSettings (class in pipecat.services.fal.image)
FalSTTService (class in pipecat.services.fal.stt)
FalSTTService.InputParams (class in pipecat.services.fal.stt)
FalSTTSettings (class in pipecat.services.fal.stt)
FastAPIWebsocketCallbacks (class in pipecat.transports.websocket.fastapi)
FastAPIWebsocketClient (class in pipecat.transports.websocket.fastapi)
FastAPIWebsocketInputTransport (class in pipecat.transports.websocket.fastapi)
FastAPIWebsocketOutputTransport (class in pipecat.transports.websocket.fastapi)
FastAPIWebsocketParams (class in pipecat.transports.websocket.fastapi)
FastAPIWebsocketTransport (class in pipecat.transports.websocket.fastapi)
fatal (pipecat.frames.frames.ErrorFrame attribute)
(pipecat.frames.frames.FatalErrorFrame attribute)
(pipecat.processors.frameworks.rtvi.models.ErrorData attribute)
FatalErrorFrame (class in pipecat.frames.frames)
FEATURE_DEFINITIONS (pipecat.cli.registry.service_metadata.ServiceRegistry attribute)
(pipecat.cli.registry.ServiceRegistry attribute)
FEATURE_IMPORTS (pipecat.cli.registry.service_metadata.ServiceRegistry attribute)
(pipecat.cli.registry.ServiceRegistry attribute)
FF (pipecat.transcriptions.language.Language attribute)
FI (pipecat.transcriptions.language.Language attribute)
FI_FI (pipecat.transcriptions.language.Language attribute)
field (pipecat.transports.whatsapp.api.WhatsAppChange attribute)
FIL (pipecat.transcriptions.language.Language attribute)
FIL_PH (pipecat.transcriptions.language.Language attribute)
file_api (pipecat.services.google.gemini_live.llm.GeminiLiveLLMService property)
(pipecat.services.google.gemini_live.vertex.llm.GeminiLiveVertexLLMService property)
FileSearchTool (class in pipecat.services.xai.realtime.events)
filter() (pipecat.audio.filters.aic_filter.AICFilter method)
(pipecat.audio.filters.base_audio_filter.BaseAudioFilter method)
(pipecat.audio.filters.koala_filter.KoalaFilter method)
(pipecat.audio.filters.krisp_viva_filter.KrispVivaFilter method)
(pipecat.audio.filters.rnnoise_filter.RNNoiseFilter method)
(pipecat.evals.suite.EvalSuite method)
(pipecat.utils.text.base_text_filter.BaseTextFilter method)
(pipecat.utils.text.markdown_text_filter.MarkdownTextFilter method)
filter_code (pipecat.utils.text.markdown_text_filter.MarkdownTextFilter.InputParams attribute)
filter_incomplete_user_turns (pipecat.processors.aggregators.llm_response_universal.LLMUserAggregatorParams attribute)
(pipecat.services.settings.LLMSettings attribute)
filter_repeated_sequences (pipecat.utils.text.markdown_text_filter.MarkdownTextFilter.InputParams attribute)
filter_tables (pipecat.utils.text.markdown_text_filter.MarkdownTextFilter.InputParams attribute)
FilterControlFrame (class in pipecat.frames.frames)
FilterEnableFrame (class in pipecat.frames.frames)
FilterIncompleteUserTurnStrategies (class in pipecat.turns.user_turn_strategies)
FilterUpdateSettingsFrame (class in pipecat.frames.frames)
final (pipecat.processors.frameworks.rtvi.models.UserTranscriptionMessageData attribute)
FINAL (pipecat.services.aws.nova_sonic.llm.TextStage attribute)
finalized (pipecat.frames.frames.TranscriptionFrame attribute)
FireworksLLMService (class in pipecat.services.fireworks.llm)
FireworksLLMSettings (class in pipecat.services.fireworks.llm)
first_turn_min_speech_frames (pipecat.services.sarvam.stt.SarvamSTTSettings attribute)
FirstSpeechUserMuteStrategy (class in pipecat.turns.user_mute)
(class in pipecat.turns.user_mute.first_speech_user_mute_strategy)
FishAudioTTSService (class in pipecat.services.fish.tts)
FishAudioTTSService.InputParams (class in pipecat.services.fish.tts)
FishAudioTTSSettings (class in pipecat.services.fish.tts)
FIVE (pipecat.audio.dtmf.types.KeypadEntry attribute)
FIXED (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.TurnDetectionMode attribute)
(pipecat.services.speechmatics.stt.TurnDetectionMode attribute)
fixed_audio_packet_size (pipecat.transports.websocket.fastapi.FastAPIWebsocketParams attribute)
FLIRTATIOUS (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
FlowActionHandler (in module pipecat.flows.types)
FlowArgs (in module pipecat.flows.types)
FlowError
,
[1]
FlowFunctionHandler (in module pipecat.flows.types)
FlowInitializationError
,
[1]
FlowManager (class in pipecat.flows)
(class in pipecat.flows.manager)
FlowResult (class in pipecat.flows)
(class in pipecat.flows.types)
flows_direct_function() (in module pipecat.flows)
(in module pipecat.flows.types)
flows_tool_options() (in module pipecat.flows)
(in module pipecat.flows.types)
FlowsDirectFunction (in module pipecat.flows.types)
FlowsDirectFunctionWrapper (class in pipecat.flows.types)
FlowsFunctionSchema (class in pipecat.flows)
(class in pipecat.flows.types)
FlowTransitionError
,
[1]
flush() (pipecat.utils.context.aggregated_frame_sequencer.AggregatedFrameSequencer method)
(pipecat.utils.text.base_text_aggregator.BaseTextAggregator method)
(pipecat.utils.text.simple_text_aggregator.SimpleTextAggregator method)
flush_audio() (pipecat.services.asyncai.tts.AsyncAITTSService method)
(pipecat.services.azure.tts.AzureTTSService method)
(pipecat.services.cartesia.tts.CartesiaTTSService method)
(pipecat.services.deepgram.sagemaker.tts.DeepgramSageMakerTTSService method)
(pipecat.services.deepgram.tts.DeepgramTTSService method)
(pipecat.services.elevenlabs.tts.ElevenLabsTTSService method)
(pipecat.services.fish.tts.FishAudioTTSService method)
(pipecat.services.gradium.tts.GradiumTTSService method)
(pipecat.services.inworld.tts.InworldTTSService method)
(pipecat.services.lmnt.tts.LmntTTSService method)
(pipecat.services.neuphonic.tts.NeuphonicHttpTTSService method)
(pipecat.services.neuphonic.tts.NeuphonicTTSService method)
(pipecat.services.nvidia.tts.NvidiaTTSService method)
(pipecat.services.resembleai.tts.ResembleAITTSService method)
(pipecat.services.rime.tts.RimeNonJsonTTSService method)
(pipecat.services.rime.tts.RimeTTSService method)
(pipecat.services.sarvam.tts.SarvamTTSService method)
(pipecat.services.smallest.tts.SmallestTTSService method)
(pipecat.services.soniox.tts.SonioxTTSService method)
(pipecat.services.together.tts.TogetherTTSService method)
(pipecat.services.tts_service.TTSService method)
(pipecat.services.xai.tts.XAITTSService method)
flush_pipeline() (pipecat.pipeline.task.PipelineWorker method)
(pipecat.pipeline.worker.PipelineWorker method)
FluxEventType (class in pipecat.services.deepgram.flux.base)
(class in pipecat.services.deepgram.flux.stt)
FluxMessageType (class in pipecat.services.deepgram.flux.base)
(class in pipecat.services.deepgram.flux.stt)
FO (pipecat.transcriptions.language.Language attribute)
Focus (class in pipecat.processors.frameworks.rtvi.models)
focus_mode (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.InputParams attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTService.SpeakerFocusConfig attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTService.UpdateParams attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTSettings attribute)
focus_speakers (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.InputParams attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTService.SpeakerFocusConfig attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTService.UpdateParams attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTSettings attribute)
force_complete() (pipecat.utils.context.aggregated_frame_sequencer.AggregatedFrameSequencer method)
force_transceivers_to_send_recv() (pipecat.transports.smallwebrtc.connection.SmallWebRTCConnection method)
format (pipecat.frames.frames.ImageRawFrame attribute)
(pipecat.services.fal.image.FalImageGenService.InputParams attribute)
(pipecat.services.fal.image.FalImageGenSettings attribute)
(pipecat.services.inworld.realtime.events.AudioInput attribute)
(pipecat.services.inworld.realtime.events.AudioOutput attribute)
(pipecat.services.openai.realtime.events.AudioInput attribute)
(pipecat.services.openai.realtime.events.AudioOutput attribute)
(pipecat.services.xai.realtime.events.AudioInput attribute)
(pipecat.services.xai.realtime.events.AudioOutput attribute)
format_messages_for_summary() (pipecat.utils.context.llm_context_summarization.LLMContextSummarizationUtil static method)
format_pts() (in module pipecat.frames.frames)
format_summary_message() (pipecat.flows.adapters.LLMAdapter method)
format_turns (pipecat.services.assemblyai.models.AssemblyAIConnectionParams attribute)
(pipecat.services.assemblyai.stt.AssemblyAISTTSettings attribute)
formatted_finals (pipecat.services.assemblyai.stt.AssemblyAISTTSettings attribute)
FOUR (pipecat.audio.dtmf.types.KeypadEntry attribute)
FR (pipecat.transcriptions.language.Language attribute)
FR_BE (pipecat.transcriptions.language.Language attribute)
FR_CA (pipecat.transcriptions.language.Language attribute)
FR_CH (pipecat.transcriptions.language.Language attribute)
FR_FR (pipecat.transcriptions.language.Language attribute)
Frame (class in pipecat.frames.frames)
frame (pipecat.bus.BusFrameMessage attribute)
(pipecat.bus.messages.BusFrameMessage attribute)
(pipecat.observers.base_observer.FrameProcessed attribute)
(pipecat.observers.base_observer.FramePushed attribute)
frame_duration_ms (pipecat.audio.turn.krisp_viva_turn.KrispTurnParams attribute)
frame_probabilities (pipecat.audio.turn.krisp_viva_turn.KrispVivaTurn property)
FrameDirection (class in pipecat.processors.frame_processor)
FrameEndpoint (class in pipecat.observers.loggers.debug_log_observer)
FrameFilter (class in pipecat.processors.filters.frame_filter)
FrameLogger (class in pipecat.processors.logger)
FrameOrder (class in pipecat.pipeline.sync_parallel_pipeline)
FrameProcessed (class in pipecat.observers.base_observer)
FrameProcessor (class in pipecat.processors.frame_processor)
FrameProcessorMetrics (class in pipecat.processors.metrics.frame_processor_metrics)
FrameProcessorPauseFrame (class in pipecat.frames.frames)
FrameProcessorPauseUrgentFrame (class in pipecat.frames.frames)
FrameProcessorQueue (class in pipecat.processors.frame_processor)
FrameProcessorResumeFrame (class in pipecat.frames.frames)
FrameProcessorResumeUrgentFrame (class in pipecat.frames.frames)
FrameProcessorSetup (class in pipecat.processors.frame_processor)
FramePushed (class in pipecat.observers.base_observer)
FrameQueue (class in pipecat.utils.frame_queue)
FrameSerializer (class in pipecat.serializers.base_serializer)
FrameSerializer.InputParams (class in pipecat.serializers.base_serializer)
frequency_penalty (pipecat.services.google.gemini_live.llm.InputParams attribute)
(pipecat.services.openai.base_llm.BaseOpenAILLMService.InputParams attribute)
(pipecat.services.openai.base_llm.OpenAILLMSettings attribute)
(pipecat.services.settings.LLMSettings attribute)
FRIENDLY (pipecat.services.heygen.api_interactive_avatar.VoiceEmotion attribute)
From (pipecat.runner.types.DialinSettings attribute)
from_ (pipecat.transports.whatsapp.api.WhatsAppConnectCall attribute)
(pipecat.transports.whatsapp.api.WhatsAppTerminateCall attribute)
from_config() (pipecat.evals.judge.EvalJudge class method)
(pipecat.evals.speech.EvalSpeech class method)
(pipecat.evals.transcribe.EvalTranscriber class method)
from_dict() (pipecat.transports.smallwebrtc.request_handler.SmallWebRTCRequest class method)
(pipecat.workers.base_worker.WorkerActivationArgs class method)
from_json() (pipecat.services.cartesia.stt.CartesiaLiveOptions class method)
from_mapping() (pipecat.services.anthropic.llm.AnthropicLLMSettings class method)
(pipecat.services.fish.tts.FishAudioTTSSettings class method)
(pipecat.services.google.llm.GoogleLLMSettings class method)
(pipecat.services.inworld.realtime.llm.InworldRealtimeLLMSettings class method)
(pipecat.services.inworld.tts.InworldTTSSettings class method)
(pipecat.services.minimax.tts.MiniMaxTTSSettings class method)
(pipecat.services.openai.realtime.llm.OpenAIRealtimeLLMSettings class method)
(pipecat.services.settings.ServiceSettings class method)
(pipecat.services.xai.realtime.llm.GrokRealtimeLLMSettings class method)
from_number (pipecat.runner.types.CallData attribute)
from_scenario() (pipecat.evals.harness.EvalSession class method)
from_standard_tools() (pipecat.adapters.base_llm_adapter.BaseLLMAdapter method)
from_string() (pipecat.frames.frames.OutputDTMFFrame class method)
(pipecat.frames.frames.OutputDTMFUrgentFrame class method)
FRUSTRATED (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
FULL (pipecat.processors.frameworks.rtvi.observer.RTVIFunctionCallReportLevel attribute)
(pipecat.processors.frameworks.rtvi.RTVIFunctionCallReportLevel attribute)
full_transcript (pipecat.services.smallest.stt.SmallestSTTSettings attribute)
function (pipecat.flows.actions.FunctionActionFrame attribute)
function_call_report_level (pipecat.processors.frameworks.rtvi.frames.RTVIConfigureObserverFrame attribute)
(pipecat.processors.frameworks.rtvi.observer.RTVIObserverParams attribute)
(pipecat.processors.frameworks.rtvi.RTVIObserverParams attribute)
function_calls (pipecat.frames.frames.FunctionCallsStartedFrame attribute)
(pipecat.observers.user_bot_latency_observer.LatencyBreakdown attribute)
function_name (pipecat.frames.frames.FunctionCallCancelFrame attribute)
(pipecat.frames.frames.FunctionCallFromLLM attribute)
(pipecat.frames.frames.FunctionCallInProgressFrame attribute)
(pipecat.frames.frames.FunctionCallResultFrame attribute)
(pipecat.frames.frames.UserImageRequestFrame attribute)
(pipecat.observers.user_bot_latency_observer.FunctionCallMetrics attribute)
(pipecat.processors.frameworks.rtvi.models.LLMFunctionCallInProgressMessageData attribute)
(pipecat.processors.frameworks.rtvi.models.LLMFunctionCallMessageData attribute)
(pipecat.processors.frameworks.rtvi.models.LLMFunctionCallResultData attribute)
(pipecat.processors.frameworks.rtvi.models.LLMFunctionCallStartMessageData attribute)
(pipecat.processors.frameworks.rtvi.models.LLMFunctionCallStoppedMessageData attribute)
(pipecat.services.llm_service.FunctionCallParams attribute)
(pipecat.services.llm_service.FunctionCallRegistryItem attribute)
(pipecat.services.llm_service.FunctionCallRunnerItem attribute)
FunctionActionFrame (class in pipecat.flows.actions)
FunctionCallCancelFrame (class in pipecat.frames.frames)
FunctionCallFromLLM (class in pipecat.frames.frames)
FunctionCallInProgressFrame (class in pipecat.frames.frames)
FunctionCallMetrics (class in pipecat.observers.user_bot_latency_observer)
FunctionCallParams (class in pipecat.services.llm_service)
FunctionCallRegistryItem (class in pipecat.services.llm_service)
FunctionCallResultCallback (class in pipecat.services.llm_service)
FunctionCallResultFrame (class in pipecat.frames.frames)
FunctionCallResultProperties (class in pipecat.frames.frames)
FunctionCallRunnerItem (class in pipecat.services.llm_service)
FunctionCallsStartedFrame (class in pipecat.frames.frames)
FunctionCallUserMuteStrategy (class in pipecat.turns.user_mute)
(class in pipecat.turns.user_mute.function_call_user_mute_strategy)
FunctionFilter (class in pipecat.processors.filters.function_filter)
FunctionHandler (in module pipecat.flows.types)
functions (pipecat.flows.NodeConfig attribute)
(pipecat.flows.types.NodeConfig attribute)
FunctionSchema (class in pipecat.adapters.schemas.function_schema)
FunctionTool (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.xai.realtime.events)
G
GA (pipecat.transcriptions.language.Language attribute)
GA_IE (pipecat.transcriptions.language.Language attribute)
gate() (pipecat.extensions.voicemail.voicemail_detector.VoicemailDetector method)
GatedAggregator (class in pipecat.processors.aggregators.gated)
GatedLLMContextAggregator (class in pipecat.processors.aggregators.gated_llm_context)
GD (pipecat.transcriptions.language.Language attribute)
GEMINI (pipecat.adapters.schemas.tools_schema.AdapterType attribute)
GeminiFileAPI (class in pipecat.services.google.gemini_live.file_api)
GeminiLiveLLMService (class in pipecat.services.google.gemini_live.llm)
GeminiLiveLLMSettings (class in pipecat.services.google.gemini_live.llm)
GeminiLiveVertexLLMService (class in pipecat.services.google.gemini_live.vertex.llm)
GeminiLiveVertexLLMSettings (class in pipecat.services.google.gemini_live.vertex.llm)
GeminiLLMAdapter (class in pipecat.adapters.services.gemini_adapter)
GeminiLLMAdapter.ConvertedMessages (class in pipecat.adapters.services.gemini_adapter)
GeminiLLMAdapter.MessageConversionParams (class in pipecat.adapters.services.gemini_adapter)
GeminiLLMAdapter.MessageConversionResult (class in pipecat.adapters.services.gemini_adapter)
GeminiLLMInvocationParams (class in pipecat.adapters.services.gemini_adapter)
GeminiMediaResolution (class in pipecat.services.google.gemini_live.llm)
GeminiModalities (class in pipecat.services.google.gemini_live.llm)
GeminiTTSService (class in pipecat.services.google.tts)
GeminiTTSService.InputParams (class in pipecat.services.google.tts)
GeminiTTSSettings (class in pipecat.services.google.tts)
GeminiVADParams (class in pipecat.services.google.gemini_live.llm)
gender (pipecat.services.google.tts.GoogleHttpTTSService.InputParams attribute)
(pipecat.services.google.tts.GoogleHttpTTSSettings attribute)
general (pipecat.services.soniox.stt.SonioxContextObject attribute)
generate() (pipecat.cli.generators.project.ProjectGenerator method)
(pipecat.cli.generators.ProjectGenerator method)
(pipecat.evals.speech.EvalSpeech method)
generate_client (pipecat.cli.prompts.ProjectConfig attribute)
(pipecat.cli.prompts.questions.ProjectConfig attribute)
generate_conversation_id() (pipecat.utils.tracing.tracing_context.TracingContext static method)
generate_scaffold() (in module pipecat.cli.scaffold)
generate_summary() (pipecat.flows.adapters.LLMAdapter method)
generate_token() (in module pipecat.runner.livekit)
generate_token_with_agent() (in module pipecat.runner.livekit)
generation_config (pipecat.services.cartesia.tts.CartesiaHttpTTSService.InputParams attribute)
(pipecat.services.cartesia.tts.CartesiaTTSService.InputParams attribute)
(pipecat.services.cartesia.tts.CartesiaTTSSettings attribute)
GenerationConfig (class in pipecat.services.cartesia.tts)
generator() (pipecat.processors.async_generator.AsyncGeneratorProcessor method)
genesys_sample_rate (pipecat.serializers.genesys.GenesysAudioHookSerializer.InputParams attribute)
GenesysAudioHookSerializer (class in pipecat.serializers.genesys)
GenesysAudioHookSerializer.InputParams (class in pipecat.serializers.genesys)
geo (pipecat.transports.daily.utils.DailyRoomProperties attribute)
get() (pipecat.bus.queue.BusMessageQueue method)
(pipecat.processors.frame_processor.FrameProcessorQueue method)
(pipecat.registry.registry.WorkerRegistry method)
(pipecat.registry.WorkerRegistry method)
(pipecat.runner.types.CallData method)
(pipecat.services.cartesia.stt.CartesiaLiveOptions method)
get_accumulated_llm_text() (pipecat.utils.context.word_completion_tracker.WordCompletionTracker method)
get_accumulated_tts_text() (pipecat.utils.context.word_completion_tracker.WordCompletionTracker method)
get_accumulated_user_facing_text() (pipecat.utils.context.word_completion_tracker.WordCompletionTracker method)
get_active_audio_context_id() (pipecat.services.tts_service.TTSService method)
get_all_services_by_type() (pipecat.cli.registry.service_loader.ServiceLoader static method)
(pipecat.cli.registry.ServiceLoader static method)
get_answer() (pipecat.transports.smallwebrtc.connection.SmallWebRTCConnection method)
get_audio_contexts() (pipecat.services.tts_service.TTSService method)
get_bot_name() (pipecat.transports.lemonslice.transport.LemonSliceTransportClient method)
get_chat_completions() (pipecat.services.nvidia.llm.NvidiaLLMService method)
(pipecat.services.openai.base_llm.BaseOpenAILLMService method)
get_clock() (pipecat.processors.frame_processor.FrameProcessor method)
get_conversation_context() (pipecat.utils.tracing.tracing_context.TracingContext method)
get_current_context() (pipecat.flows.FlowManager method)
(pipecat.flows.manager.FlowManager method)
get_current_turn_context() (pipecat.utils.tracing.turn_trace_observer.TurnTraceObserver method)
get_event_loop() (pipecat.processors.frame_processor.FrameProcessor method)
(pipecat.utils.asyncio.task_manager.BaseTaskManager method)
(pipecat.utils.asyncio.task_manager.TaskManager method)
get_file() (pipecat.services.google.gemini_live.file_api.GeminiFileAPI method)
get_full_model_name() (pipecat.services.openai.base_llm.BaseOpenAILLMService method)
get_headers() (in module pipecat.services.aws.utils)
get_imports_for_services() (pipecat.cli.registry.service_loader.ServiceLoader static method)
(pipecat.cli.registry.ServiceLoader static method)
get_llm_adapter() (pipecat.services.llm_service.LLMService method)
get_llm_consumed() (pipecat.utils.context.word_completion_tracker.WordCompletionTracker method)
get_llm_invocation_params() (pipecat.adapters.base_llm_adapter.BaseLLMAdapter method)
(pipecat.adapters.services.anthropic_adapter.AnthropicLLMAdapter method)
(pipecat.adapters.services.aws_nova_sonic_adapter.AWSNovaSonicLLMAdapter method)
(pipecat.adapters.services.bedrock_adapter.AWSBedrockLLMAdapter method)
(pipecat.adapters.services.gemini_adapter.GeminiLLMAdapter method)
(pipecat.adapters.services.grok_realtime_adapter.GrokRealtimeLLMAdapter method)
(pipecat.adapters.services.inworld_realtime_adapter.InworldRealtimeLLMAdapter method)
(pipecat.adapters.services.mistral_adapter.MistralLLMAdapter method)
(pipecat.adapters.services.open_ai_adapter.OpenAILLMAdapter method)
(pipecat.adapters.services.open_ai_realtime_adapter.OpenAIRealtimeLLMAdapter method)
(pipecat.adapters.services.open_ai_responses_adapter.OpenAIResponsesLLMAdapter method)
(pipecat.adapters.services.perplexity_adapter.PerplexityLLMAdapter method)
get_memories() (pipecat.services.mem0.memory.Mem0MemoryService method)
get_messages() (pipecat.adapters.base_llm_adapter.BaseLLMAdapter method)
(pipecat.processors.aggregators.llm_context.LLMContext method)
get_messages_for_logging() (pipecat.adapters.base_llm_adapter.BaseLLMAdapter method)
(pipecat.adapters.services.anthropic_adapter.AnthropicLLMAdapter method)
(pipecat.adapters.services.aws_nova_sonic_adapter.AWSNovaSonicLLMAdapter method)
(pipecat.adapters.services.bedrock_adapter.AWSBedrockLLMAdapter method)
(pipecat.adapters.services.gemini_adapter.GeminiLLMAdapter method)
(pipecat.adapters.services.grok_realtime_adapter.GrokRealtimeLLMAdapter method)
(pipecat.adapters.services.inworld_realtime_adapter.InworldRealtimeLLMAdapter method)
(pipecat.adapters.services.open_ai_adapter.OpenAILLMAdapter method)
(pipecat.adapters.services.open_ai_realtime_adapter.OpenAIRealtimeLLMAdapter method)
(pipecat.adapters.services.open_ai_responses_adapter.OpenAIResponsesLLMAdapter method)
get_messages_to_summarize() (pipecat.utils.context.llm_context_summarization.LLMContextSummarizationUtil static method)
get_missing_services() (pipecat.cli.registry.service_loader.ServiceLoader static method)
(pipecat.cli.registry.ServiceLoader static method)
get_name_from_url() (pipecat.transports.daily.utils.DailyRESTHelper method)
get_next_audio_frame() (pipecat.transports.livekit.transport.LiveKitTransportClient method)
get_next_video_frame() (pipecat.transports.livekit.transport.LiveKitTransportClient method)
get_or_generate_node_name() (in module pipecat.flows.types)
get_overflow_word() (pipecat.utils.context.word_completion_tracker.WordCompletionTracker method)
get_participant_metadata() (pipecat.transports.livekit.transport.LiveKitTransport method)
(pipecat.transports.livekit.transport.LiveKitTransportClient method)
get_participants() (pipecat.transports.livekit.transport.LiveKitTransport method)
(pipecat.transports.livekit.transport.LiveKitTransportClient method)
get_persona_name() (pipecat.services.tavus.video.TavusVideoService method)
(pipecat.transports.tavus.transport.TavusApi method)
(pipecat.transports.tavus.transport.TavusTransportClient method)
get_presigned_url() (in module pipecat.services.aws.utils)
get_reference_count() (pipecat.audio.krisp_instance.KrispVivaSDKManager class method)
get_remaining_llm_text() (pipecat.utils.context.word_completion_tracker.WordCompletionTracker method)
get_remaining_tts_text() (pipecat.utils.context.word_completion_tracker.WordCompletionTracker method)
get_remaining_user_facing_text() (pipecat.utils.context.word_completion_tracker.WordCompletionTracker method)
get_request_url() (pipecat.services.aws.utils.AWSTranscribePresignedURL method)
get_room_from_url() (pipecat.transports.daily.utils.DailyRESTHelper method)
get_service_by_value() (pipecat.cli.registry.service_loader.ServiceLoader static method)
(pipecat.cli.registry.ServiceLoader static method)
get_service_config() (pipecat.cli.registry.service_loader.ServiceLoader static method)
(pipecat.cli.registry.ServiceLoader static method)
get_service_encoding() (pipecat.services.aws.stt.AWSTranscribeSTTService method)
get_service_import() (pipecat.cli.registry.service_loader.ServiceLoader static method)
(pipecat.cli.registry.ServiceLoader static method)
get_setup_params() (pipecat.services.aws.nova_sonic.llm.AWSNovaSonicLLMService method)
(pipecat.services.aws.nova_sonic.session_continuation.NovaSonicSessionSender method)
get_speakers_for_model() (in module pipecat.services.sarvam.tts)
get_time() (pipecat.clocks.base_clock.BaseClock method)
(pipecat.clocks.system_clock.SystemClock method)
get_token() (pipecat.transports.daily.utils.DailyRESTHelper method)
get_tools_schema() (pipecat.services.mcp_service.MCPClient method)
get_transport_client_id() (in module pipecat.runner.utils)
get_transport_options() (pipecat.cli.registry.service_loader.ServiceLoader static method)
(pipecat.cli.registry.ServiceLoader static method)
get_turn_context() (pipecat.utils.tracing.tracing_context.TracingContext method)
(pipecat.utils.tracing.turn_trace_observer.TurnTraceObserver method)
get_user_image() (pipecat.evals.serializer.RTVIEvalSerializer method)
get_vad_context() (pipecat.audio.filters.aic_filter.AICFilter method)
get_word_for_frame() (pipecat.utils.context.word_completion_tracker.WordCompletionTracker method)
given_fields() (pipecat.services.settings.ServiceSettings method)
GL (pipecat.transcriptions.language.Language attribute)
GL_ES (pipecat.transcriptions.language.Language attribute)
GladiaInputParams (class in pipecat.services.gladia.config)
GladiaSTTService (class in pipecat.services.gladia.stt)
GladiaSTTSettings (class in pipecat.services.gladia.stt)
GOOGLE_SAMPLE_RATE (pipecat.services.google.tts.GeminiTTSService attribute)
google_style (pipecat.services.google.tts.GoogleHttpTTSService.InputParams attribute)
(pipecat.services.google.tts.GoogleHttpTTSSettings attribute)
GoogleBaseTTSService (class in pipecat.services.google.tts)
GoogleHttpTTSService (class in pipecat.services.google.tts)
GoogleHttpTTSService.InputParams (class in pipecat.services.google.tts)
GoogleHttpTTSSettings (class in pipecat.services.google.tts)
GoogleImageGenService (class in pipecat.services.google.image)
GoogleImageGenService.InputParams (class in pipecat.services.google.image)
GoogleImageGenSettings (class in pipecat.services.google.image)
GoogleLLMService (class in pipecat.services.google.llm)
GoogleLLMService.InputParams (class in pipecat.services.google.llm)
GoogleLLMSettings (class in pipecat.services.google.llm)
GoogleRTVIObserver (class in pipecat.services.google.rtvi)
GoogleRTVIProcessor (class in pipecat.services.google.rtvi)
GoogleStreamTTSSettings (in module pipecat.services.google.tts)
GoogleSTTService (class in pipecat.services.google.stt)
GoogleSTTService.InputParams (class in pipecat.services.google.stt)
GoogleSTTSettings (class in pipecat.services.google.stt)
GoogleThinkingConfig (class in pipecat.services.google.llm)
GoogleTTSService (class in pipecat.services.google.tts)
GoogleTTSService.InputParams (class in pipecat.services.google.tts)
GoogleTTSSettings (class in pipecat.services.google.tts)
GoogleVertexLLMService (class in pipecat.services.google.vertex.llm)
GoogleVertexLLMSettings (class in pipecat.services.google.vertex.llm)
GradiumSTTService (class in pipecat.services.gradium.stt)
GradiumSTTService.InputParams (class in pipecat.services.gradium.stt)
GradiumSTTSettings (class in pipecat.services.gradium.stt)
GradiumTTSService (class in pipecat.services.gradium.tts)
GradiumTTSService.InputParams (class in pipecat.services.gradium.tts)
GradiumTTSSettings (class in pipecat.services.gradium.tts)
GRATEFUL (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
GrokLLMService (class in pipecat.services.xai.llm)
GrokLLMSettings (class in pipecat.services.xai.llm)
GrokRealtimeLLMAdapter (class in pipecat.adapters.services.grok_realtime_adapter)
GrokRealtimeLLMAdapter.ConvertedMessages (class in pipecat.adapters.services.grok_realtime_adapter)
GrokRealtimeLLMInvocationParams (class in pipecat.adapters.services.grok_realtime_adapter)
GrokRealtimeLLMService (class in pipecat.services.xai.realtime.llm)
GrokRealtimeLLMSettings (class in pipecat.services.xai.realtime.llm)
GROQ_SAMPLE_RATE (pipecat.services.groq.tts.GroqTTSService attribute)
GroqLLMService (class in pipecat.services.groq.llm)
GroqLLMSettings (class in pipecat.services.groq.llm)
GroqSTTService (class in pipecat.services.groq.stt)
GroqSTTSettings (class in pipecat.services.groq.stt)
GroqTTSService (class in pipecat.services.groq.tts)
GroqTTSService.InputParams (class in pipecat.services.groq.tts)
GroqTTSSettings (class in pipecat.services.groq.tts)
group_id (pipecat.frames.frames.FunctionCallInProgressFrame attribute)
(pipecat.services.llm_service.FunctionCallRunnerItem attribute)
GStreamerPipelineSource (class in pipecat.processors.gstreamer.pipeline_source)
GStreamerPipelineSource.OutputParams (class in pipecat.processors.gstreamer.pipeline_source)
GU (pipecat.transcriptions.language.Language attribute)
GU_IN (pipecat.transcriptions.language.Language attribute)
GUILTY (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
H
H264 (pipecat.services.heygen.api_interactive_avatar.VideoEncoding attribute)
(pipecat.services.heygen.api_liveavatar.VideoEncoding attribute)
HA (pipecat.transcriptions.language.Language attribute)
handle_audio_frame() (pipecat.transports.base_output.BaseOutputTransport.MediaSender method)
handle_deprecated_param() (pipecat.services.assemblyai.models.AssemblyAIConnectionParams method)
handle_error() (pipecat.pipeline.service_switcher.ServiceSwitcherStrategy method)
(pipecat.pipeline.service_switcher.ServiceSwitcherStrategyFailover method)
handle_evt_input_audio_transcription_completed() (pipecat.services.openai.realtime.llm.OpenAIRealtimeLLMService method)
handle_frame() (pipecat.pipeline.service_switcher.ServiceSwitcherStrategy method)
(pipecat.pipeline.service_switcher.ServiceSwitcherStrategyManual method)
handle_function_call() (pipecat.processors.frameworks.rtvi.processor.RTVIProcessor method)
(pipecat.processors.frameworks.rtvi.RTVIProcessor method)
handle_image_frame() (pipecat.transports.base_output.BaseOutputTransport.MediaSender method)
handle_interruption() (pipecat.utils.text.base_text_aggregator.BaseTextAggregator method)
(pipecat.utils.text.base_text_filter.BaseTextFilter method)
(pipecat.utils.text.markdown_text_filter.MarkdownTextFilter method)
(pipecat.utils.text.pattern_pair_aggregator.PatternPairAggregator method)
(pipecat.utils.text.simple_text_aggregator.SimpleTextAggregator method)
(pipecat.utils.text.skip_tags_aggregator.SkipTagsAggregator method)
handle_interruptions() (pipecat.transports.base_output.BaseOutputTransport.MediaSender method)
handle_message() (pipecat.processors.frameworks.rtvi.processor.RTVIProcessor method)
(pipecat.processors.frameworks.rtvi.RTVIProcessor method)
handle_mixer_control_frame() (pipecat.transports.base_output.BaseOutputTransport.MediaSender method)
handle_patch_request() (pipecat.transports.smallwebrtc.request_handler.SmallWebRTCRequestHandler method)
handle_sigint (pipecat.runner.types.RunnerArguments attribute)
handle_sigterm (pipecat.runner.types.RunnerArguments attribute)
handle_sync_frame() (pipecat.transports.base_output.BaseOutputTransport.MediaSender method)
handle_timed_frame() (pipecat.transports.base_output.BaseOutputTransport.MediaSender method)
handle_tts_stopped() (pipecat.transports.base_output.BaseOutputTransport.MediaSender method)
handle_verify_webhook_request() (pipecat.transports.whatsapp.client.WhatsAppClient method)
handle_web_request() (pipecat.transports.smallwebrtc.request_handler.SmallWebRTCRequestHandler method)
handle_webhook_request() (pipecat.transports.whatsapp.client.WhatsAppClient method)
handler (pipecat.adapters.schemas.function_schema.FunctionSchema property)
(pipecat.flows.ActionConfig attribute)
(pipecat.flows.FlowsFunctionSchema attribute)
(pipecat.flows.types.ActionConfig attribute)
(pipecat.flows.types.FlowsFunctionSchema attribute)
(pipecat.services.llm_service.FunctionCallRegistryItem attribute)
handlers (pipecat.utils.base_object.EventHandler attribute)
handoff_in_progress (pipecat.services.aws.nova_sonic.session_continuation.SessionContinuationHelper property)
HAPPY (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
has_active_audio_context() (pipecat.services.tts_service.TTSService method)
has_audio() (pipecat.processors.audio.audio_buffer_processor.AudioBufferProcessor method)
has_finished() (pipecat.pipeline.task.PipelineWorker method)
(pipecat.pipeline.worker.PipelineWorker method)
has_frame() (pipecat.utils.frame_queue.FrameQueue method)
has_function() (pipecat.services.llm_service.LLMService method)
has_function_calls_in_progress (pipecat.processors.aggregators.llm_response_universal.LLMAssistantAggregator property)
has_queued_frame() (pipecat.processors.frame_processor.FrameProcessor method)
has_uninterruptible (pipecat.utils.frame_queue.FrameQueue property)
HAW (pipecat.transcriptions.language.Language attribute)
HE (pipecat.transcriptions.language.Language attribute)
HE_IL (pipecat.transcriptions.language.Language attribute)
HeartbeatFrame (class in pipecat.frames.frames)
heartbeats_monitor_secs (pipecat.pipeline.task.PipelineParams attribute)
(pipecat.pipeline.worker.PipelineParams attribute)
heartbeats_period_secs (pipecat.pipeline.task.PipelineParams attribute)
(pipecat.pipeline.worker.PipelineParams attribute)
height (pipecat.transports.daily.transport.DailyCustomVideoTrackParams attribute)
HESITANT (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
HeyGenApi (class in pipecat.services.heygen.api_interactive_avatar)
HeygenApiError
HeyGenCallbacks (class in pipecat.services.heygen.client)
HeyGenClient (class in pipecat.services.heygen.client)
HeyGenInputTransport (class in pipecat.transports.heygen.transport)
HeyGenOutputTransport (class in pipecat.transports.heygen.transport)
HeyGenParams (class in pipecat.transports.heygen.transport)
HeyGenSession (class in pipecat.services.heygen.api_interactive_avatar)
HeyGenTransport (class in pipecat.transports.heygen.transport)
HeyGenVideoService (class in pipecat.services.heygen.video)
HeyGenVideoSettings (class in pipecat.services.heygen.video)
HI (pipecat.transcriptions.language.Language attribute)
HI_IN (pipecat.transcriptions.language.Language attribute)
HIGH (pipecat.services.google.gemini_live.llm.GeminiMediaResolution attribute)
high (pipecat.services.heygen.api_interactive_avatar.AvatarQuality attribute)
(pipecat.services.heygen.api_liveavatar.VideoQuality attribute)
HIGH_PRIORITY (pipecat.processors.frame_processor.FrameProcessorQueue attribute)
high_vad_sensitivity (pipecat.services.sarvam.stt.SarvamSTTService.InputParams attribute)
(pipecat.services.sarvam.stt.SarvamSTTSettings attribute)
Highlight (class in pipecat.processors.frameworks.rtvi.models)
highlight() (pipecat.workers.ui.ui_worker.UIWorker method)
(pipecat.workers.ui.UIWorker method)
HITESH (pipecat.services.sarvam.tts.SarvamTTSSpeakerV2 attribute)
host (pipecat.runner.types.EvalRunnerArguments attribute)
HOT_FIELDS (pipecat.services.speechmatics.stt.SpeechmaticsSTTSettings attribute)
HR (pipecat.transcriptions.language.Language attribute)
HR_HR (pipecat.transcriptions.language.Language attribute)
href (pipecat.transports.whatsapp.api.WhatsAppError attribute)
HT (pipecat.transcriptions.language.Language attribute)
HT_HT (pipecat.transcriptions.language.Language attribute)
HttpSmartTurnAnalyzer (class in pipecat.audio.turn.smart_turn.http_smart_turn)
HU (pipecat.transcriptions.language.Language attribute)
HU_HU (pipecat.transcriptions.language.Language attribute)
HumeTTSService (class in pipecat.services.hume.tts)
HumeTTSService.InputParams (class in pipecat.services.hume.tts)
HumeTTSSettings (class in pipecat.services.hume.tts)
HURT (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
HY (pipecat.transcriptions.language.Language attribute)
HY_AM (pipecat.transcriptions.language.Language attribute)
I
ice_servers (pipecat.transports.smallwebrtc.connection.SmallWebRTCConnection attribute)
IceCandidate (class in pipecat.transports.smallwebrtc.request_handler)
id (pipecat.frames.frames.Frame attribute)
(pipecat.processors.frame_processor.FrameProcessor property)
(pipecat.processors.frameworks.rtvi.models.BotReady attribute)
(pipecat.processors.frameworks.rtvi.models.ErrorResponse attribute)
(pipecat.processors.frameworks.rtvi.models.Message attribute)
(pipecat.processors.frameworks.rtvi.models.ServerResponse attribute)
(pipecat.processors.frameworks.rtvi.models.UICancelJobGroupMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UIEventMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UISnapshotMessage attribute)
(pipecat.services.assemblyai.models.BeginMessage attribute)
(pipecat.services.inworld.realtime.events.ConversationItem attribute)
(pipecat.services.inworld.realtime.events.RealtimeConversation attribute)
(pipecat.services.inworld.realtime.events.Response attribute)
(pipecat.services.openai.realtime.events.ConversationItem attribute)
(pipecat.services.openai.realtime.events.RealtimeConversation attribute)
(pipecat.services.openai.realtime.events.Response attribute)
(pipecat.services.openai.realtime.events.SessionProperties attribute)
(pipecat.services.xai.realtime.events.ConversationItem attribute)
(pipecat.services.xai.realtime.events.RealtimeConversation attribute)
(pipecat.services.xai.realtime.events.Response attribute)
ID (pipecat.transcriptions.language.Language attribute)
id (pipecat.transports.daily.utils.DailyRoomObject attribute)
(pipecat.transports.whatsapp.api.WhatsAppConnectCall attribute)
(pipecat.transports.whatsapp.api.WhatsAppEntry attribute)
(pipecat.transports.whatsapp.api.WhatsAppTerminateCall attribute)
(pipecat.utils.base_object.BaseObject property)
id_for_llm_specific_messages (pipecat.adapters.base_llm_adapter.BaseLLMAdapter property)
(pipecat.adapters.services.anthropic_adapter.AnthropicLLMAdapter property)
(pipecat.adapters.services.aws_nova_sonic_adapter.AWSNovaSonicLLMAdapter property)
(pipecat.adapters.services.bedrock_adapter.AWSBedrockLLMAdapter property)
(pipecat.adapters.services.gemini_adapter.GeminiLLMAdapter property)
(pipecat.adapters.services.grok_realtime_adapter.GrokRealtimeLLMAdapter property)
(pipecat.adapters.services.inworld_realtime_adapter.InworldRealtimeLLMAdapter property)
(pipecat.adapters.services.open_ai_adapter.OpenAILLMAdapter property)
(pipecat.adapters.services.open_ai_realtime_adapter.OpenAIRealtimeLLMAdapter property)
(pipecat.adapters.services.open_ai_responses_adapter.OpenAIResponsesLLMAdapter property)
ID_ID (pipecat.transcriptions.language.Language attribute)
identity_transformer() (in module pipecat.processors.producer_processor)
IdentityFilter (class in pipecat.processors.filters.identity_filter)
IDLE (pipecat.processors.filters.wake_check_filter.WakeCheckFilter.WakeState attribute)
idle_timeout (pipecat.transports.lemonslice.transport.LemonSliceNewSessionRequest attribute)
IdleFrameObserver (class in pipecat.pipeline.task)
(class in pipecat.pipeline.worker)
IdleFrameProcessor (class in pipecat.processors.idle_frame_processor)
IG (pipecat.transcriptions.language.Language attribute)
IGNORE (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.SpeakerFocusMode attribute)
ignore_rtvi_messages (pipecat.serializers.base_serializer.FrameSerializer.InputParams attribute)
ignore_speakers (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.InputParams attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTService.SpeakerFocusConfig attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTService.UpdateParams attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTSettings attribute)
ignored_sources (pipecat.processors.frameworks.rtvi.observer.RTVIObserverParams attribute)
(pipecat.processors.frameworks.rtvi.RTVIObserverParams attribute)
image (pipecat.evals.scenario.EvalTurn attribute)
(pipecat.frames.frames.ImageRawFrame attribute)
image_colorspace_conversion() (in module pipecat.transports.vonage.utils)
image_size (pipecat.services.azure.image.AzureImageGenSettings attribute)
(pipecat.services.fal.image.FalImageGenService.InputParams attribute)
(pipecat.services.fal.image.FalImageGenSettings attribute)
(pipecat.services.openai.image.OpenAIImageGenSettings attribute)
image_tokens (pipecat.services.openai.realtime.events.TokenDetails attribute)
image_url (pipecat.processors.frameworks.rtvi.models.Toast attribute)
(pipecat.services.openai.realtime.events.ItemContent attribute)
ImageFormat (class in pipecat.transports.vonage.utils)
ImageGenService (class in pipecat.services.image_service)
ImageGenSettings (class in pipecat.services.settings)
ImageRawFrame (class in pipecat.frames.frames)
images (pipecat.frames.frames.SpriteFrame attribute)
IMPORTS (pipecat.cli.registry.service_metadata.ServiceRegistry attribute)
(pipecat.cli.registry.ServiceRegistry attribute)
in_sample_rate (pipecat.services.heygen.client.HeyGenClient property)
(pipecat.transports.daily.transport.DailyTransportClient property)
(pipecat.transports.lemonslice.transport.LemonSliceTransportClient property)
(pipecat.transports.tavus.transport.TavusTransportClient property)
in_transformed_segment (pipecat.utils.context.text_segment_map.TextSegmentMap property)
Inbound (pipecat.transports.smallwebrtc.connection.SignallingMessage attribute)
inbound_encoding (pipecat.serializers.telnyx.TelnyxFrameSerializer.InputParams attribute)
InceptionLLMService (class in pipecat.services.inception.llm)
InceptionLLMSettings (class in pipecat.services.inception.llm)
include (pipecat.services.openai.realtime.events.SessionProperties attribute)
include_language_detection (pipecat.services.elevenlabs.stt.ElevenLabsRealtimeSTTService.InputParams attribute)
include_params (pipecat.cli.registry.service_metadata.ServiceDefinition attribute)
(pipecat.cli.registry.ServiceDefinition attribute)
include_partials (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.InputParams attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTSettings attribute)
include_thoughts (pipecat.services.google.llm.GoogleThinkingConfig attribute)
include_timestamps (pipecat.services.elevenlabs.stt.ElevenLabsRealtimeSTTService.InputParams attribute)
includeRawResponse (pipecat.transports.daily.transport.DailyTranscriptionSettings attribute)
includes_inter_frame_spaces (pipecat.frames.frames.LLMThoughtTextFrame attribute)
(pipecat.frames.frames.TextFrame attribute)
includes_inter_part_spaces (pipecat.utils.string.TextPartForConcatenation attribute)
INCOMPLETE (pipecat.audio.turn.base_turn_analyzer.EndOfTurnState attribute)
(pipecat.turns.user_turn_completion_mixin.TurnMarker attribute)
incomplete_long_prompt (pipecat.turns.user_turn_completion_mixin.UserTurnCompletionConfig attribute)
incomplete_long_timeout (pipecat.turns.user_turn_completion_mixin.UserTurnCompletionConfig attribute)
incomplete_short_prompt (pipecat.turns.user_turn_completion_mixin.UserTurnCompletionConfig attribute)
incomplete_short_timeout (pipecat.turns.user_turn_completion_mixin.UserTurnCompletionConfig attribute)
IncompleteType (class in pipecat.turns.user_turn_completion_mixin)
inference_time_ms (pipecat.metrics.metrics.SmartTurnMetricsData attribute)
informal (pipecat.services.gladia.config.TranslationConfig attribute)
init_command() (in module pipecat.cli.commands.init)
initialize() (pipecat.flows.FlowManager method)
(pipecat.flows.manager.FlowManager method)
(pipecat.transports.smallwebrtc.connection.SmallWebRTCConnection method)
inject_ui_state() (pipecat.workers.ui.ui_worker.UIWorker method)
(pipecat.workers.ui.UIWorker method)
INLINE_SPEED() (pipecat.services.rime.tts.RimeTTSService method)
inline_speed_alpha (pipecat.services.rime.tts.RimeHttpTTSService.InputParams attribute)
inlineSpeedAlpha (pipecat.services.rime.tts.RimeTTSSettings attribute)
inner (pipecat.turns.user_stop.deferred_user_turn_stop_strategy.DeferredUserTurnStopStrategy property)
(pipecat.turns.user_stop.DeferredUserTurnStopStrategy property)
input (pipecat.adapters.services.open_ai_responses_adapter.OpenAIResponsesLLMInvocationParams attribute)
(pipecat.services.inworld.realtime.events.AudioConfiguration attribute)
(pipecat.services.openai.realtime.events.AudioConfiguration attribute)
(pipecat.services.xai.realtime.events.AudioConfiguration attribute)
input() (pipecat.evals.transport.EvalTransport method)
(pipecat.transports.base_transport.BaseTransport method)
(pipecat.transports.daily.transport.DailyTransport method)
(pipecat.transports.heygen.transport.HeyGenTransport method)
(pipecat.transports.lemonslice.transport.LemonSliceTransport method)
(pipecat.transports.livekit.transport.LiveKitTransport method)
(pipecat.transports.local.audio.LocalAudioTransport method)
(pipecat.transports.local.tk.TkLocalTransport method)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCTransport method)
(pipecat.transports.tavus.transport.TavusTransport method)
(pipecat.transports.websocket.client.WebsocketClientTransport method)
(pipecat.transports.websocket.fastapi.FastAPIWebsocketTransport method)
(pipecat.transports.websocket.server.SingleClientWebsocketServerTransport method)
input_channel_count (pipecat.services.aws.nova_sonic.llm.AudioConfig attribute)
(pipecat.services.aws.nova_sonic.llm.Params attribute)
input_device_index (pipecat.transports.local.audio.LocalAudioTransportParams attribute)
input_sample_rate (pipecat.services.aws.nova_sonic.llm.AudioConfig attribute)
(pipecat.services.aws.nova_sonic.llm.Params attribute)
input_sample_size (pipecat.services.aws.nova_sonic.llm.AudioConfig attribute)
(pipecat.services.aws.nova_sonic.llm.Params attribute)
input_token_details (pipecat.services.openai.realtime.events.Usage attribute)
input_tokens (pipecat.services.inworld.realtime.events.Usage attribute)
(pipecat.services.openai.realtime.events.Usage attribute)
(pipecat.services.xai.realtime.events.Usage attribute)
input_variables (pipecat.serializers.genesys.GenesysAudioHookSerializer property)
InputAudioBufferAppendEvent (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
InputAudioBufferCleared (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
InputAudioBufferClearEvent (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
InputAudioBufferCommitEvent (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
InputAudioBufferCommitted (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
InputAudioBufferSpeechStarted (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
InputAudioBufferSpeechStopped (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
InputAudioNoiseReduction (class in pipecat.services.openai.realtime.events)
InputAudioRawFrame (class in pipecat.frames.frames)
InputAudioTranscription (class in pipecat.services.openai.realtime.events)
InputDTMFFrame (class in pipecat.frames.frames)
InputImageRawFrame (class in pipecat.frames.frames)
InputParams (class in pipecat.services.google.gemini_live.llm)
InputTextRawFrame (class in pipecat.frames.frames)
InputTranscription (class in pipecat.services.inworld.realtime.events)
InputTransportMessageFrame (class in pipecat.frames.frames)
InputTransportStartAudioStreamingFrame (class in pipecat.frames.frames)
INSECURE (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
instructions (pipecat.adapters.services.open_ai_responses_adapter.OpenAIResponsesLLMInvocationParams attribute)
(pipecat.services.inworld.realtime.events.SessionProperties attribute)
(pipecat.services.openai.realtime.events.ResponseProperties attribute)
(pipecat.services.openai.realtime.events.SessionProperties attribute)
(pipecat.services.openai.tts.OpenAITTSService.InputParams attribute)
(pipecat.services.openai.tts.OpenAITTSSettings attribute)
(pipecat.services.xai.realtime.events.SessionProperties attribute)
(pipecat.turns.user_turn_completion_mixin.UserTurnCompletionConfig attribute)
int_to_krisp_frame_duration() (in module pipecat.audio.krisp_instance)
int_to_krisp_sample_rate() (in module pipecat.audio.krisp_instance)
intensity (pipecat.services.gladia.config.CustomVocabularyItem attribute)
INTERACTIVE_AVATAR (pipecat.services.heygen.client.ServiceType attribute)
interim_results (pipecat.services.deepgram.stt.DeepgramSTTSettings attribute)
(pipecat.services.nvidia.stt.NvidiaSTTSettings attribute)
(pipecat.services.xai.stt.XAISTTSettings attribute)
InterimTranscriptionFrame (class in pipecat.frames.frames)
interleave_stereo_audio() (in module pipecat.audio.utils)
INTERNAL (pipecat.serializers.genesys.AudioHookChannel attribute)
interrupt() (pipecat.services.heygen.client.HeyGenClient method)
interrupt_bot() (pipecat.processors.frameworks.rtvi.processor.RTVIProcessor method)
(pipecat.processors.frameworks.rtvi.RTVIProcessor method)
interrupt_min_speech_frames (pipecat.services.sarvam.stt.SarvamSTTSettings attribute)
interrupt_response (pipecat.services.inworld.realtime.events.TurnDetection attribute)
(pipecat.services.openai.realtime.events.SemanticTurnDetection attribute)
interrupted (pipecat.processors.aggregators.llm_response_universal.AssistantTurnStoppedMessage attribute)
InterruptibleTTSService (class in pipecat.services.tts_service)
InterruptibleWordTTSService (class in pipecat.services.tts_service)
interruption_delay (pipecat.services.assemblyai.stt.AssemblyAISTTSettings attribute)
InterruptionFrame (class in pipecat.frames.frames)
InterruptionTaskFrame (class in pipecat.frames.frames)
InterruptionWorkerFrame (class in pipecat.frames.frames)
InvalidEnvVarValueError
InvalidFunctionError
,
[1]
invoke() (pipecat.adapters.schemas.direct_function.DirectFunctionWrapper method)
(pipecat.flows.types.FlowsDirectFunctionWrapper method)
InworldHttpTTSService (class in pipecat.services.inworld.tts)
InworldHttpTTSService.InputParams (class in pipecat.services.inworld.tts)
InworldRealtimeLLMAdapter (class in pipecat.adapters.services.inworld_realtime_adapter)
InworldRealtimeLLMAdapter.ConvertedMessages (class in pipecat.adapters.services.inworld_realtime_adapter)
InworldRealtimeLLMInvocationParams (class in pipecat.adapters.services.inworld_realtime_adapter)
InworldRealtimeLLMService (class in pipecat.services.inworld.realtime.llm)
InworldRealtimeLLMSettings (class in pipecat.services.inworld.realtime.llm)
InworldTTSService (class in pipecat.services.inworld.tts)
InworldTTSService.InputParams (class in pipecat.services.inworld.tts)
InworldTTSSettings (class in pipecat.services.inworld.tts)
IRONIC (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
IS (pipecat.transcriptions.language.Language attribute)
is_active (pipecat.services.aws.sagemaker.bidi_client.SageMakerBidiClient property)
is_buffering (pipecat.services.aws.nova_sonic.session_continuation.SessionContinuationHelper property)
is_closing (pipecat.transports.smallwebrtc.transport.SmallWebRTCClient property)
(pipecat.transports.websocket.client.WebsocketClientSession property)
(pipecat.transports.websocket.fastapi.FastAPIWebsocketClient property)
is_complete (pipecat.metrics.metrics.TurnMetricsData attribute)
(pipecat.utils.context.word_completion_tracker.WordCompletionTracker property)
is_connected (pipecat.transports.smallwebrtc.transport.SmallWebRTCClient property)
(pipecat.transports.websocket.client.WebsocketClientSession property)
(pipecat.transports.websocket.fastapi.FastAPIWebsocketClient property)
is_connected() (pipecat.transports.smallwebrtc.connection.SmallWebRTCConnection method)
is_done (pipecat.pipeline.job_context.JobGroup property)
is_enabled() (pipecat.transports.smallwebrtc.connection.SmallWebRTCTrack method)
is_end_token() (in module pipecat.services.soniox.stt)
is_final (pipecat.frames.frames.FunctionCallResultProperties attribute)
is_given() (in module pipecat.adapters.services.anthropic_adapter)
(in module pipecat.adapters.services.open_ai_adapter)
(in module pipecat.processors.aggregators.llm_context)
(in module pipecat.services.settings)
is_initialized() (pipecat.audio.krisp_instance.KrispVivaSDKManager class method)
IS_IS (pipecat.transcriptions.language.Language attribute)
is_muted (pipecat.services.stt_service.STTService property)
is_open (pipecat.serializers.genesys.GenesysAudioHookSerializer property)
is_origin_allowed() (in module pipecat.utils.security.allowed_origins)
is_owner (pipecat.transports.daily.utils.DailyMeetingTokenProperties attribute)
is_paused (pipecat.serializers.genesys.GenesysAudioHookSerializer property)
is_realtime_service (pipecat.frames.frames.LLMServiceMetadataFrame attribute)
is_sandbox (pipecat.services.heygen.api_liveavatar.LiveAvatarNewSessionRequest attribute)
is_silence() (in module pipecat.audio.utils)
is_stereo (pipecat.transports.vonage.utils.AudioProps attribute)
is_sync (pipecat.utils.base_object.EventHandler attribute)
is_tracing_available() (in module pipecat.utils.tracing.setup)
is_transformed (pipecat.utils.context.text_segment_map.TextSegment property)
is_u3_pro_model() (in module pipecat.services.assemblyai.stt)
ISHITA (pipecat.services.sarvam.tts.SarvamTTSSpeakerV3 attribute)
IsolatedPgmqBackend (class in pipecat.bus.network.pgmq_backends)
IT (pipecat.transcriptions.language.Language attribute)
IT_CH (pipecat.transcriptions.language.Language attribute)
IT_IT (pipecat.transcriptions.language.Language attribute)
item (pipecat.services.inworld.realtime.events.ConversationItemAdded attribute)
(pipecat.services.inworld.realtime.events.ConversationItemCreateEvent attribute)
(pipecat.services.inworld.realtime.events.ResponseOutputItemAdded attribute)
(pipecat.services.inworld.realtime.events.ResponseOutputItemDone attribute)
(pipecat.services.openai.realtime.events.ConversationItemAdded attribute)
(pipecat.services.openai.realtime.events.ConversationItemCreateEvent attribute)
(pipecat.services.openai.realtime.events.ConversationItemDone attribute)
(pipecat.services.openai.realtime.events.ConversationItemRetrieved attribute)
(pipecat.services.openai.realtime.events.ResponseOutputItemAdded attribute)
(pipecat.services.openai.realtime.events.ResponseOutputItemDone attribute)
(pipecat.services.xai.realtime.events.ConversationItemAdded attribute)
(pipecat.services.xai.realtime.events.ConversationItemCreateEvent attribute)
(pipecat.services.xai.realtime.events.ResponseOutputItemAdded attribute)
(pipecat.services.xai.realtime.events.ResponseOutputItemDone attribute)
item_id (pipecat.services.inworld.realtime.events.ConversationItemInputAudioTranscriptionCompleted attribute)
(pipecat.services.inworld.realtime.events.ConversationItemInputAudioTranscriptionDelta attribute)
(pipecat.services.inworld.realtime.events.InputAudioBufferCommitted attribute)
(pipecat.services.inworld.realtime.events.InputAudioBufferSpeechStarted attribute)
(pipecat.services.inworld.realtime.events.InputAudioBufferSpeechStopped attribute)
(pipecat.services.inworld.realtime.events.ResponseAudioDelta attribute)
(pipecat.services.inworld.realtime.events.ResponseAudioDone attribute)
(pipecat.services.inworld.realtime.events.ResponseAudioTranscriptDelta attribute)
(pipecat.services.inworld.realtime.events.ResponseAudioTranscriptDone attribute)
(pipecat.services.inworld.realtime.events.ResponseContentPartAdded attribute)
(pipecat.services.inworld.realtime.events.ResponseContentPartDone attribute)
(pipecat.services.inworld.realtime.events.ResponseFunctionCallArgumentsDelta attribute)
(pipecat.services.inworld.realtime.llm.CurrentAudioResponse attribute)
(pipecat.services.openai.realtime.events.ConversationItemDeleted attribute)
(pipecat.services.openai.realtime.events.ConversationItemDeleteEvent attribute)
(pipecat.services.openai.realtime.events.ConversationItemInputAudioTranscriptionCompleted attribute)
(pipecat.services.openai.realtime.events.ConversationItemInputAudioTranscriptionDelta attribute)
(pipecat.services.openai.realtime.events.ConversationItemInputAudioTranscriptionFailed attribute)
(pipecat.services.openai.realtime.events.ConversationItemRetrieveEvent attribute)
(pipecat.services.openai.realtime.events.ConversationItemTruncated attribute)
(pipecat.services.openai.realtime.events.ConversationItemTruncateEvent attribute)
(pipecat.services.openai.realtime.events.InputAudioBufferCommitted attribute)
(pipecat.services.openai.realtime.events.InputAudioBufferSpeechStarted attribute)
(pipecat.services.openai.realtime.events.InputAudioBufferSpeechStopped attribute)
(pipecat.services.openai.realtime.events.ResponseAudioDelta attribute)
(pipecat.services.openai.realtime.events.ResponseAudioDone attribute)
(pipecat.services.openai.realtime.events.ResponseAudioTranscriptDelta attribute)
(pipecat.services.openai.realtime.events.ResponseAudioTranscriptDone attribute)
(pipecat.services.openai.realtime.events.ResponseContentPartAdded attribute)
(pipecat.services.openai.realtime.events.ResponseContentPartDone attribute)
(pipecat.services.openai.realtime.events.ResponseFunctionCallArgumentsDelta attribute)
(pipecat.services.openai.realtime.events.ResponseFunctionCallArgumentsDone attribute)
(pipecat.services.openai.realtime.events.ResponseTextDelta attribute)
(pipecat.services.openai.realtime.events.ResponseTextDone attribute)
(pipecat.services.openai.realtime.llm.CurrentAudioResponse attribute)
(pipecat.services.xai.realtime.events.ConversationItemInputAudioTranscriptionCompleted attribute)
(pipecat.services.xai.realtime.events.InputAudioBufferCommitted attribute)
(pipecat.services.xai.realtime.events.InputAudioBufferSpeechStarted attribute)
(pipecat.services.xai.realtime.events.InputAudioBufferSpeechStopped attribute)
(pipecat.services.xai.realtime.events.ResponseAudioDelta attribute)
(pipecat.services.xai.realtime.events.ResponseAudioDone attribute)
(pipecat.services.xai.realtime.events.ResponseAudioTranscriptDelta attribute)
(pipecat.services.xai.realtime.events.ResponseAudioTranscriptDone attribute)
(pipecat.services.xai.realtime.events.ResponseContentPartAdded attribute)
(pipecat.services.xai.realtime.events.ResponseContentPartDone attribute)
(pipecat.services.xai.realtime.events.ResponseFunctionCallArgumentsDelta attribute)
(pipecat.services.xai.realtime.llm.CurrentAudioResponse attribute)
ItemContent (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
items() (pipecat.services.cartesia.stt.CartesiaLiveOptions method)
IU_CANS (pipecat.transcriptions.language.Language attribute)
IU_CANS_CA (pipecat.transcriptions.language.Language attribute)
IU_LATN (pipecat.transcriptions.language.Language attribute)
IU_LATN_CA (pipecat.transcriptions.language.Language attribute)
IVR_NAVIGATION_BASE (pipecat.extensions.ivr.ivr_navigator.IVRNavigator attribute)
IVRNavigator (class in pipecat.extensions.ivr.ivr_navigator)
IVRProcessor (class in pipecat.extensions.ivr.ivr_navigator)
IVRStatus (class in pipecat.extensions.ivr.ivr_navigator)
J
JA (pipecat.transcriptions.language.Language attribute)
JA_JP (pipecat.transcriptions.language.Language attribute)
job() (in module pipecat.pipeline.job_decorator)
(pipecat.workers.base_worker.BaseWorker method)
job_group() (pipecat.workers.base_worker.BaseWorker method)
job_groups (pipecat.workers.base_worker.BaseWorker property)
job_id (pipecat.bus.BusJobCancelMessage attribute)
(pipecat.bus.BusJobRequestMessage attribute)
(pipecat.bus.BusJobResponseMessage attribute)
(pipecat.bus.BusJobResponseUrgentMessage attribute)
(pipecat.bus.BusJobStreamDataMessage attribute)
(pipecat.bus.BusJobStreamEndMessage attribute)
(pipecat.bus.BusJobStreamStartMessage attribute)
(pipecat.bus.BusJobUpdateMessage attribute)
(pipecat.bus.BusJobUpdateRequestMessage attribute)
(pipecat.bus.BusJobUpdateUrgentMessage attribute)
(pipecat.bus.messages.BusJobCancelMessage attribute)
(pipecat.bus.messages.BusJobRequestMessage attribute)
(pipecat.bus.messages.BusJobResponseMessage attribute)
(pipecat.bus.messages.BusJobResponseUrgentMessage attribute)
(pipecat.bus.messages.BusJobStreamDataMessage attribute)
(pipecat.bus.messages.BusJobStreamEndMessage attribute)
(pipecat.bus.messages.BusJobStreamStartMessage attribute)
(pipecat.bus.messages.BusJobUpdateMessage attribute)
(pipecat.bus.messages.BusJobUpdateRequestMessage attribute)
(pipecat.bus.messages.BusJobUpdateUrgentMessage attribute)
(pipecat.bus.ui.BusUIJobCompletedMessage attribute)
(pipecat.bus.ui.BusUIJobGroupCompletedMessage attribute)
(pipecat.bus.ui.BusUIJobGroupStartedMessage attribute)
(pipecat.bus.ui.BusUIJobUpdateMessage attribute)
(pipecat.bus.ui.messages.BusUIJobCompletedMessage attribute)
(pipecat.bus.ui.messages.BusUIJobGroupCompletedMessage attribute)
(pipecat.bus.ui.messages.BusUIJobGroupStartedMessage attribute)
(pipecat.bus.ui.messages.BusUIJobUpdateMessage attribute)
(pipecat.pipeline.job_context.JobContext property)
(pipecat.pipeline.job_context.JobGroup attribute)
(pipecat.pipeline.job_context.JobGroupContext property)
(pipecat.pipeline.job_context.JobGroupResponse attribute)
(pipecat.processors.frameworks.rtvi.frames.RTVIUICancelJobGroupFrame attribute)
(pipecat.processors.frameworks.rtvi.models.UICancelJobGroupData attribute)
(pipecat.processors.frameworks.rtvi.models.UIJobCompletedData attribute)
(pipecat.processors.frameworks.rtvi.models.UIJobGroupCompletedData attribute)
(pipecat.processors.frameworks.rtvi.models.UIJobGroupStartedData attribute)
(pipecat.processors.frameworks.rtvi.models.UIJobUpdateData attribute)
(pipecat.processors.frameworks.rtvi.RTVIUICancelJobGroupFrame attribute)
(pipecat.workers.ui.BusUIJobCompletedMessage attribute)
(pipecat.workers.ui.BusUIJobGroupCompletedMessage attribute)
(pipecat.workers.ui.BusUIJobGroupStartedMessage attribute)
(pipecat.workers.ui.BusUIJobUpdateMessage attribute)
job_name (pipecat.bus.BusJobRequestMessage attribute)
(pipecat.bus.messages.BusJobRequestMessage attribute)
JobContext (class in pipecat.pipeline.job_context)
JobError
JobEvent (class in pipecat.pipeline.job_context)
JobGroup (class in pipecat.pipeline.job_context)
JobGroupContext (class in pipecat.pipeline.job_context)
JobGroupError
JobGroupEvent (class in pipecat.pipeline.job_context)
JobGroupResponse (class in pipecat.pipeline.job_context)
JobStatus (class in pipecat.pipeline.job_context)
join() (pipecat.bus.network.pgmq_backends.DirectPgmqBackend method)
(pipecat.bus.network.pgmq_backends.IsolatedPgmqBackend method)
(pipecat.bus.network.pgmq_backends.PgmqBackend method)
(pipecat.transports.daily.transport.DailyTransportClient method)
join_url (pipecat.services.ultravox.llm.JoinUrlInputParams attribute)
JoinUrlInputParams (class in pipecat.services.ultravox.llm)
JOKING_COMEDIC (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
JSONMessageSerializer (class in pipecat.bus.serializers)
(class in pipecat.bus.serializers.json)
judge (pipecat.evals.scenario.EvalScenario attribute)
JudgeVerdict (class in pipecat.evals.judge)
JV (pipecat.transcriptions.language.Language attribute)
JV_ID (pipecat.transcriptions.language.Language attribute)
JV_JV (pipecat.transcriptions.language.Language attribute)
JW (pipecat.transcriptions.language.Language attribute)
K
KA (pipecat.transcriptions.language.Language attribute)
KA_GE (pipecat.transcriptions.language.Language attribute)
KABIR (pipecat.services.sarvam.tts.SarvamTTSSpeakerV3 attribute)
KARUN (pipecat.services.sarvam.tts.SarvamTTSSpeakerV2 attribute)
KAVYA (pipecat.services.sarvam.tts.SarvamTTSSpeakerV3 attribute)
KEA (pipecat.transcriptions.language.Language attribute)
KEEP (pipecat.utils.text.pattern_pair_aggregator.MatchAction attribute)
key (pipecat.services.soniox.stt.SonioxContextGeneralItem attribute)
KeypadEntry (class in pipecat.audio.dtmf.types)
keyterm (pipecat.services.deepgram.flux.base.DeepgramFluxSTTSettings attribute)
(pipecat.services.deepgram.flux.stt.DeepgramFluxSTTService.InputParams attribute)
(pipecat.services.deepgram.flux.stt.DeepgramFluxSTTSettings attribute)
(pipecat.services.deepgram.stt.DeepgramSTTSettings attribute)
keyterms (pipecat.services.elevenlabs.stt.ElevenLabsRealtimeSTTSettings attribute)
(pipecat.services.elevenlabs.stt.ElevenLabsSTTSettings attribute)
keyterms_prompt (pipecat.services.assemblyai.models.AssemblyAIConnectionParams attribute)
(pipecat.services.assemblyai.stt.AssemblyAISTTSettings attribute)
keywords (pipecat.services.deepgram.stt.DeepgramSTTSettings attribute)
kind (pipecat.processors.aggregators.async_tool_messages.AsyncToolMessagePayload attribute)
(pipecat.processors.frameworks.rtvi.models.UIJobCompletedData attribute)
(pipecat.processors.frameworks.rtvi.models.UIJobGroupCompletedData attribute)
(pipecat.processors.frameworks.rtvi.models.UIJobGroupStartedData attribute)
(pipecat.processors.frameworks.rtvi.models.UIJobUpdateData attribute)
KK (pipecat.transcriptions.language.Language attribute)
KK_KZ (pipecat.transcriptions.language.Language attribute)
KM (pipecat.transcriptions.language.Language attribute)
KM_KH (pipecat.transcriptions.language.Language attribute)
KN (pipecat.transcriptions.language.Language attribute)
KN_IN (pipecat.transcriptions.language.Language attribute)
knowledge_base (pipecat.services.heygen.api_interactive_avatar.NewSessionRequest attribute)
knowledge_id (pipecat.services.heygen.api_interactive_avatar.NewSessionRequest attribute)
known_speakers (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.InputParams attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTSettings attribute)
KO (pipecat.transcriptions.language.Language attribute)
KO_KR (pipecat.transcriptions.language.Language attribute)
KoalaFilter (class in pipecat.audio.filters.koala_filter)
KOK (pipecat.transcriptions.language.Language attribute)
KOK_IN (pipecat.transcriptions.language.Language attribute)
kokoro_service() (in module pipecat.evals.services)
KokoroTTSService (class in pipecat.services.kokoro.tts)
KokoroTTSService.InputParams (class in pipecat.services.kokoro.tts)
KokoroTTSSettings (class in pipecat.services.kokoro.tts)
KrispTurnParams (class in pipecat.audio.turn.krisp_viva_turn)
KrispVivaFilter (class in pipecat.audio.filters.krisp_viva_filter)
KrispVivaIPUserTurnStartStrategy (class in pipecat.turns.user_start)
(class in pipecat.turns.user_start.krisp_viva_ip_user_turn_start_strategy)
KrispVivaSDKManager (class in pipecat.audio.krisp_instance)
KrispVivaTurn (class in pipecat.audio.turn.krisp_viva_turn)
KrispVivaVadAnalyzer (class in pipecat.audio.vad.krisp_viva_vad)
KU (pipecat.transcriptions.language.Language attribute)
KY (pipecat.transcriptions.language.Language attribute)
KY_KG (pipecat.transcriptions.language.Language attribute)
L
L16 (pipecat.serializers.genesys.AudioHookMediaFormat attribute)
LA (pipecat.transcriptions.language.Language attribute)
LA_VA (pipecat.transcriptions.language.Language attribute)
label (pipecat.bus.ui.BusUIJobGroupStartedMessage attribute)
(pipecat.bus.ui.messages.BusUIJobGroupStartedMessage attribute)
(pipecat.cli.registry.service_metadata.ServiceDefinition attribute)
(pipecat.cli.registry.ServiceDefinition attribute)
(pipecat.processors.frameworks.rtvi.models.BotAudioLevelMessage attribute)
(pipecat.processors.frameworks.rtvi.models.BotInterruptedMessage attribute)
(pipecat.processors.frameworks.rtvi.models.BotLLMStartedMessage attribute)
(pipecat.processors.frameworks.rtvi.models.BotLLMStoppedMessage attribute)
(pipecat.processors.frameworks.rtvi.models.BotLLMTextMessage attribute)
(pipecat.processors.frameworks.rtvi.models.BotOutputMessage attribute)
(pipecat.processors.frameworks.rtvi.models.BotReady attribute)
(pipecat.processors.frameworks.rtvi.models.BotStartedSpeakingMessage attribute)
(pipecat.processors.frameworks.rtvi.models.BotStoppedSpeakingMessage attribute)
(pipecat.processors.frameworks.rtvi.models.BotTranscriptionMessage attribute)
(pipecat.processors.frameworks.rtvi.models.BotTTSAudioMessage attribute)
(pipecat.processors.frameworks.rtvi.models.BotTTSStartedMessage attribute)
(pipecat.processors.frameworks.rtvi.models.BotTTSStoppedMessage attribute)
(pipecat.processors.frameworks.rtvi.models.BotTTSTextMessage attribute)
(pipecat.processors.frameworks.rtvi.models.Error attribute)
(pipecat.processors.frameworks.rtvi.models.ErrorResponse attribute)
(pipecat.processors.frameworks.rtvi.models.LLMFunctionCallInProgressMessage attribute)
(pipecat.processors.frameworks.rtvi.models.LLMFunctionCallMessage attribute)
(pipecat.processors.frameworks.rtvi.models.LLMFunctionCallStartMessage attribute)
(pipecat.processors.frameworks.rtvi.models.LLMFunctionCallStoppedMessage attribute)
(pipecat.processors.frameworks.rtvi.models.Message attribute)
(pipecat.processors.frameworks.rtvi.models.MetricsMessage attribute)
(pipecat.processors.frameworks.rtvi.models.ServerMessage attribute)
(pipecat.processors.frameworks.rtvi.models.ServerResponse attribute)
(pipecat.processors.frameworks.rtvi.models.SystemLogMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UICancelJobGroupMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UICommandMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UIEventMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UIJobGroupMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UIJobGroupStartedData attribute)
(pipecat.processors.frameworks.rtvi.models.UISnapshotMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UserAudioLevelMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UserLLMTextMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UserMuteStartedMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UserMuteStoppedMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UserStartedSpeakingMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UserStoppedSpeakingMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UserTranscriptionMessage attribute)
(pipecat.processors.frameworks.rtvi.models.VADUserStartedSpeakingMessage attribute)
(pipecat.processors.frameworks.rtvi.models.VADUserStoppedSpeakingMessage attribute)
(pipecat.services.google.rtvi.RTVIBotLLMSearchResponseMessage attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTService.SpeakerIdentifier attribute)
,
[1]
(pipecat.workers.ui.BusUIJobGroupStartedMessage attribute)
(pipecat.workers.ui.ui_job_context.UIJobGroupContext property)
Language (class in pipecat.transcriptions.language)
language (pipecat.frames.frames.InterimTranscriptionFrame attribute)
(pipecat.frames.frames.TranscriptionFrame attribute)
(pipecat.frames.frames.TranslationFrame attribute)
(pipecat.services.asyncai.tts.AsyncAIHttpTTSService.InputParams attribute)
(pipecat.services.asyncai.tts.AsyncAITTSService.InputParams attribute)
(pipecat.services.aws.tts.AWSPollyTTSService.InputParams attribute)
(pipecat.services.azure.tts.AzureBaseTTSService.InputParams attribute)
(pipecat.services.camb.tts.CambTTSService.InputParams attribute)
(pipecat.services.cartesia.tts.CartesiaHttpTTSService.InputParams attribute)
(pipecat.services.cartesia.tts.CartesiaTTSService.InputParams attribute)
(pipecat.services.elevenlabs.stt.ElevenLabsSTTService.InputParams attribute)
(pipecat.services.elevenlabs.tts.ElevenLabsHttpTTSService.InputParams attribute)
(pipecat.services.elevenlabs.tts.ElevenLabsTTSService.InputParams attribute)
(pipecat.services.fal.stt.FalSTTService.InputParams attribute)
(pipecat.services.fish.tts.FishAudioTTSService.InputParams attribute)
(pipecat.services.gladia.config.CustomVocabularyItem attribute)
(pipecat.services.google.gemini_live.llm.GeminiLiveLLMSettings attribute)
(pipecat.services.google.gemini_live.llm.InputParams attribute)
(pipecat.services.google.tts.GeminiTTSService.InputParams attribute)
(pipecat.services.google.tts.GoogleHttpTTSService.InputParams attribute)
(pipecat.services.google.tts.GoogleTTSService.InputParams attribute)
(pipecat.services.gradium.stt.GradiumSTTService.InputParams attribute)
(pipecat.services.groq.tts.GroqTTSService.InputParams attribute)
(pipecat.services.heygen.api_liveavatar.AvatarPersona attribute)
(pipecat.services.kokoro.tts.KokoroTTSService.InputParams attribute)
(pipecat.services.minimax.tts.MiniMaxHttpTTSService.InputParams attribute)
(pipecat.services.neuphonic.tts.NeuphonicHttpTTSService.InputParams attribute)
(pipecat.services.neuphonic.tts.NeuphonicTTSService.InputParams attribute)
(pipecat.services.nvidia.stt.NvidiaSegmentedSTTService.InputParams attribute)
(pipecat.services.nvidia.stt.NvidiaSTTService.InputParams attribute)
(pipecat.services.nvidia.tts.NvidiaTTSService.InputParams attribute)
(pipecat.services.openai.realtime.events.InputAudioTranscription attribute)
(pipecat.services.rime.tts.RimeHttpTTSService.InputParams attribute)
(pipecat.services.rime.tts.RimeNonJsonTTSService.InputParams attribute)
(pipecat.services.rime.tts.RimeTTSService.InputParams attribute)
(pipecat.services.sarvam.stt.SarvamSTTService.InputParams attribute)
(pipecat.services.sarvam.tts.SarvamHttpTTSService.InputParams attribute)
(pipecat.services.sarvam.tts.SarvamTTSService.InputParams attribute)
(pipecat.services.settings.STTSettings attribute)
(pipecat.services.settings.TTSSettings attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTService.InputParams attribute)
(pipecat.transports.daily.transport.DailyTranscriptionSettings attribute)
language_boost (pipecat.services.minimax.tts.MiniMaxTTSSettings attribute)
language_code (pipecat.services.assemblyai.models.TurnMessage attribute)
(pipecat.services.assemblyai.stt.AssemblyAISTTSettings attribute)
(pipecat.services.elevenlabs.stt.ElevenLabsRealtimeSTTService.InputParams attribute)
language_codes (pipecat.services.google.stt.GoogleSTTSettings attribute)
language_confidence (pipecat.services.assemblyai.models.TurnMessage attribute)
language_config (pipecat.services.gladia.config.GladiaInputParams attribute)
(pipecat.services.gladia.stt.GladiaSTTSettings attribute)
language_detection (pipecat.services.assemblyai.models.AssemblyAIConnectionParams attribute)
(pipecat.services.assemblyai.stt.AssemblyAISTTSettings attribute)
language_hints (pipecat.services.deepgram.flux.base.DeepgramFluxSTTSettings attribute)
(pipecat.services.deepgram.flux.stt.DeepgramFluxSTTSettings attribute)
(pipecat.services.soniox.stt.SonioxInputParams attribute)
(pipecat.services.soniox.stt.SonioxSTTSettings attribute)
language_hints_strict (pipecat.services.soniox.stt.SonioxInputParams attribute)
(pipecat.services.soniox.stt.SonioxSTTSettings attribute)
language_list (pipecat.services.google.stt.GoogleSTTService.InputParams property)
language_to_async_language() (in module pipecat.services.asyncai.tts)
language_to_aws_language() (in module pipecat.services.aws.tts)
language_to_azure_language() (in module pipecat.services.azure.common)
language_to_camb_language() (in module pipecat.services.camb.tts)
language_to_cartesia_language() (in module pipecat.services.cartesia.tts)
language_to_deepgram_flux_language() (in module pipecat.services.deepgram.flux.base)
language_to_elevenlabs_language() (in module pipecat.services.elevenlabs.stt)
(in module pipecat.services.elevenlabs.tts)
language_to_fal_language() (in module pipecat.services.fal.stt)
language_to_gemini_language() (in module pipecat.services.google.gemini_live.llm)
language_to_gemini_tts_language() (in module pipecat.services.google.tts)
language_to_gladia_language() (in module pipecat.services.gladia.stt)
language_to_google_stt_language() (in module pipecat.services.google.stt)
language_to_google_tts_language() (in module pipecat.services.google.tts)
language_to_gradium_language() (in module pipecat.services.gradium.stt)
language_to_inworld_language() (in module pipecat.services.inworld.tts)
language_to_kokoro_language() (in module pipecat.services.kokoro.tts)
language_to_lmnt_language() (in module pipecat.services.lmnt.tts)
language_to_minimax_language() (in module pipecat.services.minimax.tts)
language_to_neuphonic_lang_code() (in module pipecat.services.neuphonic.tts)
language_to_nvidia_nemotron_speech_language() (in module pipecat.services.nvidia.stt)
language_to_rime_language() (in module pipecat.services.rime.tts)
language_to_sarvam_language() (in module pipecat.services.sarvam.stt)
(in module pipecat.services.sarvam.tts)
language_to_service_language() (pipecat.services.asyncai.tts.AsyncAIHttpTTSService method)
(pipecat.services.asyncai.tts.AsyncAITTSService method)
(pipecat.services.aws.stt.AWSTranscribeSTTService method)
(pipecat.services.aws.tts.AWSPollyTTSService method)
(pipecat.services.azure.stt.AzureSTTService method)
(pipecat.services.azure.tts.AzureBaseTTSService method)
(pipecat.services.camb.tts.CambTTSService method)
(pipecat.services.cartesia.tts.CartesiaHttpTTSService method)
(pipecat.services.cartesia.tts.CartesiaTTSService method)
(pipecat.services.elevenlabs.stt.ElevenLabsSTTService method)
(pipecat.services.elevenlabs.tts.ElevenLabsHttpTTSService method)
(pipecat.services.elevenlabs.tts.ElevenLabsTTSService method)
(pipecat.services.fal.stt.FalSTTService method)
(pipecat.services.gladia.stt.GladiaSTTService method)
(pipecat.services.google.stt.GoogleSTTService method)
(pipecat.services.google.tts.GeminiTTSService method)
(pipecat.services.google.tts.GoogleBaseTTSService method)
(pipecat.services.google.tts.GoogleHttpTTSService method)
(pipecat.services.inworld.tts.InworldHttpTTSService method)
(pipecat.services.inworld.tts.InworldTTSService method)
(pipecat.services.kokoro.tts.KokoroTTSService method)
(pipecat.services.lmnt.tts.LmntTTSService method)
(pipecat.services.minimax.tts.MiniMaxHttpTTSService method)
(pipecat.services.neuphonic.tts.NeuphonicHttpTTSService method)
(pipecat.services.neuphonic.tts.NeuphonicTTSService method)
(pipecat.services.nvidia.stt.NvidiaSegmentedSTTService method)
(pipecat.services.rime.tts.RimeHttpTTSService method)
(pipecat.services.rime.tts.RimeNonJsonTTSService method)
(pipecat.services.rime.tts.RimeTTSService method)
(pipecat.services.sarvam.stt.SarvamSTTService method)
(pipecat.services.sarvam.tts.SarvamHttpTTSService method)
(pipecat.services.sarvam.tts.SarvamTTSService method)
(pipecat.services.smallest.stt.SmallestSTTService method)
(pipecat.services.smallest.tts.SmallestTTSService method)
(pipecat.services.soniox.tts.SonioxTTSService method)
(pipecat.services.stt_service.STTService method)
(pipecat.services.together.stt.TogetherSTTService method)
(pipecat.services.together.tts.TogetherTTSService method)
(pipecat.services.tts_service.TTSService method)
(pipecat.services.whisper.base_stt.BaseWhisperSTTService method)
(pipecat.services.whisper.stt.WhisperSTTService method)
(pipecat.services.xai.stt.XAISTTService method)
(pipecat.services.xai.tts.XAIHttpTTSService method)
(pipecat.services.xai.tts.XAITTSService method)
(pipecat.services.xtts.tts.XTTSService method)
language_to_smallest_stt_language() (in module pipecat.services.smallest.stt)
language_to_smallest_tts_language() (in module pipecat.services.smallest.tts)
language_to_soniox_language() (in module pipecat.services.soniox.stt)
language_to_soniox_tts_language() (in module pipecat.services.soniox.tts)
language_to_whisper_language() (in module pipecat.services.whisper.base_stt)
(in module pipecat.services.whisper.stt)
language_to_xai_language() (in module pipecat.services.xai.tts)
language_to_xai_stt_language() (in module pipecat.services.xai.stt)
language_to_xtts_language() (in module pipecat.services.xtts.tts)
LanguageConfig (class in pipecat.services.gladia.config)
languages (pipecat.services.gladia.config.LanguageConfig attribute)
(pipecat.services.google.stt.GoogleSTTService.InputParams attribute)
(pipecat.services.google.stt.GoogleSTTSettings attribute)
LARGE (pipecat.services.whisper.stt.Model attribute)
LARGE_V3 (pipecat.services.whisper.stt.MLXModel attribute)
LARGE_V3_TURBO (pipecat.services.whisper.stt.MLXModel attribute)
(pipecat.services.whisper.stt.Model attribute)
LARGE_V3_TURBO_Q4 (pipecat.services.whisper.stt.MLXModel attribute)
last_completed_segment (pipecat.utils.context.text_segment_map.TextSegmentMap property)
last_probability (pipecat.audio.turn.krisp_viva_turn.KrispVivaTurn property)
last_summarized_index (pipecat.frames.frames.LLMContextSummaryResultFrame attribute)
(pipecat.utils.context.llm_context_summarization.LLMMessagesToSummarize attribute)
latency (pipecat.services.aws.llm.AWSBedrockLLMService.InputParams attribute)
(pipecat.services.aws.llm.AWSBedrockLLMSettings attribute)
(pipecat.services.fish.tts.FishAudioTTSService.InputParams attribute)
(pipecat.services.fish.tts.FishAudioTTSSettings attribute)
LatencyBreakdown (class in pipecat.observers.user_bot_latency_observer)
latex_read (pipecat.services.minimax.tts.MiniMaxHttpTTSService.InputParams attribute)
(pipecat.services.minimax.tts.MiniMaxTTSSettings attribute)
LB (pipecat.transcriptions.language.Language attribute)
LB_LU (pipecat.transcriptions.language.Language attribute)
leading_silence (pipecat.metrics.metrics.TTFAMetricsData attribute)
leave() (pipecat.bus.network.pgmq_backends.DirectPgmqBackend method)
(pipecat.bus.network.pgmq_backends.IsolatedPgmqBackend method)
(pipecat.bus.network.pgmq_backends.PgmqBackend method)
(pipecat.transports.daily.transport.DailyTransportClient method)
LegacyActionHandler (in module pipecat.flows.types)
LegacyFunctionHandler (in module pipecat.flows.types)
lemonslice_properties (pipecat.transports.lemonslice.transport.LemonSliceNewSessionRequest attribute)
LEMONSLICE_URL (pipecat.transports.lemonslice.api.LemonSliceApi attribute)
LemonSliceApi (class in pipecat.transports.lemonslice.api)
LemonSliceCallbacks (class in pipecat.transports.lemonslice.transport)
LemonSliceInputTransport (class in pipecat.transports.lemonslice.transport)
LemonSliceNewSessionRequest (class in pipecat.transports.lemonslice.transport)
LemonSliceOutputTransport (class in pipecat.transports.lemonslice.transport)
LemonSliceParams (class in pipecat.transports.lemonslice.transport)
LemonSliceTransport (class in pipecat.transports.lemonslice.transport)
LemonSliceTransportClient (class in pipecat.transports.lemonslice.transport)
level (pipecat.processors.frameworks.rtvi.models.A11yNode attribute)
lexicon_names (pipecat.services.aws.tts.AWSPollyTTSService.InputParams attribute)
(pipecat.services.aws.tts.AWSPollyTTSSettings attribute)
LG (pipecat.transcriptions.language.Language attribute)
library (pipecat.processors.frameworks.rtvi.models.AboutClientData attribute)
library_version (pipecat.processors.frameworks.rtvi.models.AboutClientData attribute)
LIGHTNING_V3_1 (pipecat.services.smallest.tts.SmallestTTSModel attribute)
LIGHTNING_V3_1_PRO (pipecat.services.smallest.tts.SmallestTTSModel attribute)
link() (pipecat.processors.frame_processor.FrameProcessor method)
lipsync (pipecat.services.gladia.config.TranslationConfig attribute)
list_files() (pipecat.services.google.gemini_live.file_api.GeminiFileAPI method)
list_options_callback() (in module pipecat.cli.scaffold)
LIVE_AVATAR (pipecat.services.heygen.client.ServiceType attribute)
LiveAvatarApi (class in pipecat.services.heygen.api_liveavatar)
LiveAvatarApiError
LiveAvatarNewSessionRequest (class in pipecat.services.heygen.api_liveavatar)
LiveAvatarSessionData (class in pipecat.services.heygen.api_liveavatar)
LiveAvatarSessionResponse (class in pipecat.services.heygen.api_liveavatar)
livekit_agent_token (pipecat.services.heygen.api_interactive_avatar.HeyGenSession attribute)
(pipecat.services.heygen.api_liveavatar.LiveAvatarSessionData attribute)
(pipecat.services.heygen.base_api.StandardSessionResponse attribute)
livekit_client_token (pipecat.services.heygen.api_liveavatar.CustomSDKLiveKitConfig attribute)
(pipecat.services.heygen.api_liveavatar.LiveAvatarSessionData attribute)
livekit_config (pipecat.services.heygen.api_liveavatar.LiveAvatarNewSessionRequest attribute)
livekit_room (pipecat.services.heygen.api_liveavatar.CustomSDKLiveKitConfig attribute)
livekit_url (pipecat.services.heygen.api_liveavatar.CustomSDKLiveKitConfig attribute)
(pipecat.services.heygen.api_liveavatar.LiveAvatarSessionData attribute)
(pipecat.services.heygen.base_api.StandardSessionResponse attribute)
LiveKitCallbacks (class in pipecat.transports.livekit.transport)
LiveKitInputTransport (class in pipecat.transports.livekit.transport)
LiveKitOutputTransport (class in pipecat.transports.livekit.transport)
LiveKitOutputTransportMessageFrame (class in pipecat.transports.livekit.transport)
LiveKitOutputTransportMessageUrgentFrame (class in pipecat.transports.livekit.transport)
LiveKitParams (class in pipecat.transports.livekit.transport)
LiveKitRESTHelper (class in pipecat.transports.livekit.utils)
LiveKitRunnerArguments (class in pipecat.runner.types)
LiveKitTransport (class in pipecat.transports.livekit.transport)
LiveKitTransportClient (class in pipecat.transports.livekit.transport)
LiveOptions (class in pipecat.services.deepgram.stt)
llm (pipecat.frames.frames.LLMThoughtStartFrame attribute)
(pipecat.processors.aggregators.llm_context.LLMSpecificMessage attribute)
(pipecat.services.llm_service.FunctionCallParams attribute)
(pipecat.utils.context.llm_context_summarization.LLMContextSummarizationConfig attribute)
(pipecat.utils.context.llm_context_summarization.LLMContextSummaryConfig attribute)
(pipecat.workers.llm.llm_worker.LLMWorker property)
(pipecat.workers.llm.LLMWorker property)
llm_pos (pipecat.utils.context.text_segment_map.TextSegmentMap property)
llm_service (pipecat.cli.prompts.ProjectConfig attribute)
(pipecat.cli.prompts.questions.ProjectConfig attribute)
LLM_SERVICES (pipecat.cli.registry.service_metadata.ServiceRegistry attribute)
(pipecat.cli.registry.ServiceRegistry attribute)
LLMAdapter (class in pipecat.flows.adapters)
LLMAssistantAggregator (class in pipecat.processors.aggregators.llm_response_universal)
LLMAssistantAggregatorParams (class in pipecat.processors.aggregators.llm_response_universal)
LLMAssistantPushAggregationFrame (class in pipecat.frames.frames)
LLMAutoContextSummarizationConfig (class in pipecat.utils.context.llm_context_summarization)
LLMConfigureOutputFrame (class in pipecat.frames.frames)
LLMContext (class in pipecat.processors.aggregators.llm_context)
LLMContextAdapter (class in pipecat.bus.adapters)
(class in pipecat.bus.adapters.llm_context_adapter)
LLMContextAggregator (class in pipecat.processors.aggregators.llm_response_universal)
LLMContextAggregatorPair (class in pipecat.processors.aggregators.llm_response_universal)
LLMContextAssistantTimestampFrame (class in pipecat.frames.frames)
LLMContextAssistantTurnFrame (class in pipecat.frames.frames)
LLMContextConversionError
LLMContextFrame (class in pipecat.frames.frames)
LLMContextSummarizationConfig (class in pipecat.utils.context.llm_context_summarization)
LLMContextSummarizationUtil (class in pipecat.utils.context.llm_context_summarization)
LLMContextSummarizer (class in pipecat.processors.aggregators.llm_context_summarizer)
LLMContextSummaryConfig (class in pipecat.utils.context.llm_context_summarization)
LLMContextSummaryRequestFrame (class in pipecat.frames.frames)
LLMContextSummaryResultFrame (class in pipecat.frames.frames)
LLMContextWorker (class in pipecat.workers.llm)
(class in pipecat.workers.llm.llm_context_worker)
LLMEnablePromptCachingFrame (class in pipecat.frames.frames)
LLMFullResponseAggregator (class in pipecat.processors.aggregators.llm_response)
LLMFullResponseEndFrame (class in pipecat.frames.frames)
LLMFullResponseStartFrame (class in pipecat.frames.frames)
LLMFunctionCallInProgressMessage (class in pipecat.processors.frameworks.rtvi.models)
LLMFunctionCallInProgressMessageData (class in pipecat.processors.frameworks.rtvi.models)
LLMFunctionCallMessage (class in pipecat.processors.frameworks.rtvi.models)
LLMFunctionCallMessageData (class in pipecat.processors.frameworks.rtvi.models)
LLMFunctionCallResultData (class in pipecat.processors.frameworks.rtvi.models)
LLMFunctionCallStartMessage (class in pipecat.processors.frameworks.rtvi.models)
LLMFunctionCallStartMessageData (class in pipecat.processors.frameworks.rtvi.models)
LLMFunctionCallStoppedMessage (class in pipecat.processors.frameworks.rtvi.models)
LLMFunctionCallStoppedMessageData (class in pipecat.processors.frameworks.rtvi.models)
LLMLogObserver (class in pipecat.observers.loggers.llm_log_observer)
LLMMarkerFrame (class in pipecat.frames.frames)
LLMMessagesAppendFrame (class in pipecat.frames.frames)
LLMMessagesToSummarize (class in pipecat.utils.context.llm_context_summarization)
LLMMessagesTransformFrame (class in pipecat.frames.frames)
LLMMessagesUpdateFrame (class in pipecat.frames.frames)
LLMRunFrame (class in pipecat.frames.frames)
llms (pipecat.pipeline.llm_switcher.LLMSwitcher property)
LLMSearchOrigin (class in pipecat.services.google.frames)
LLMSearchResponseFrame (class in pipecat.services.google.frames)
LLMSearchResult (class in pipecat.services.google.frames)
LLMService (class in pipecat.services.llm_service)
LLMServiceMetadataFrame (class in pipecat.frames.frames)
LLMSettings (class in pipecat.services.settings)
LLMSetToolChoiceFrame (class in pipecat.frames.frames)
LLMSetToolsFrame (class in pipecat.frames.frames)
LLMSpecificMessage (class in pipecat.processors.aggregators.llm_context)
LLMSummarizeContextFrame (class in pipecat.frames.frames)
LLMSwitcher (class in pipecat.pipeline.llm_switcher)
LLMTextFrame (class in pipecat.frames.frames)
LLMTextProcessor (class in pipecat.processors.aggregators.llm_text_processor)
LLMThoughtEndFrame (class in pipecat.frames.frames)
LLMThoughtStartFrame (class in pipecat.frames.frames)
LLMThoughtTextFrame (class in pipecat.frames.frames)
LLMTokenUsage (class in pipecat.metrics.metrics)
LLMTurnCompletionUserTurnStopStrategy (class in pipecat.turns.user_stop)
(class in pipecat.turns.user_stop.llm_turn_completion_user_turn_stop_strategy)
LLMUpdateSettingsFrame (class in pipecat.frames.frames)
LLMUsageMetricsData (class in pipecat.metrics.metrics)
LLMUserAggregator (class in pipecat.processors.aggregators.llm_response_universal)
LLMUserAggregatorParams (class in pipecat.processors.aggregators.llm_response_universal)
LLMWorker (class in pipecat.workers.llm)
(class in pipecat.workers.llm.llm_worker)
LLMWorkerActivationArgs (class in pipecat.workers.llm)
(class in pipecat.workers.llm.llm_worker)
LmntTTSService (class in pipecat.services.lmnt.tts)
LmntTTSSettings (class in pipecat.services.lmnt.tts)
LN (pipecat.transcriptions.language.Language attribute)
LO (pipecat.transcriptions.language.Language attribute)
LO_LA (pipecat.transcriptions.language.Language attribute)
load() (pipecat.evals.scenario.EvalScenario class method)
(pipecat.evals.suite.EvalManifest class method)
load_config_from_file() (in module pipecat.cli.config_validator)
load_dtmf_audio() (in module pipecat.audio.dtmf.utils)
LOCAL_FIELDS (pipecat.services.speechmatics.stt.SpeechmaticsSTTSettings attribute)
local_workers (pipecat.registry.registry.WorkerRegistry property)
(pipecat.registry.WorkerRegistry property)
LocalAudioInputTransport (class in pipecat.transports.local.audio)
LocalAudioOutputTransport (class in pipecat.transports.local.audio)
LocalAudioTransport (class in pipecat.transports.local.audio)
LocalAudioTransportParams (class in pipecat.transports.local.audio)
LocalCoreMLSmartTurnAnalyzer (class in pipecat.audio.turn.smart_turn.local_coreml_smart_turn)
LocalSmartTurnAnalyzerV2 (class in pipecat.audio.turn.smart_turn.local_smart_turn_v2)
LocalSmartTurnAnalyzerV3 (class in pipecat.audio.turn.smart_turn.local_smart_turn_v3)
LONG (pipecat.turns.user_turn_completion_mixin.IncompleteType attribute)
long_prompt (pipecat.turns.user_turn_completion_mixin.UserTurnCompletionConfig property)
loop (pipecat.utils.asyncio.task_manager.TaskManagerParams attribute)
loudness (pipecat.services.sarvam.tts.SarvamHttpTTSService.InputParams attribute)
(pipecat.services.sarvam.tts.SarvamHttpTTSSettings attribute)
(pipecat.services.sarvam.tts.SarvamTTSService.InputParams attribute)
LOW (pipecat.services.google.gemini_live.llm.GeminiMediaResolution attribute)
low (pipecat.services.heygen.api_interactive_avatar.AvatarQuality attribute)
(pipecat.services.heygen.api_liveavatar.VideoQuality attribute)
LOW_PRIORITY (pipecat.processors.frame_processor.FrameProcessorQueue attribute)
LT (pipecat.transcriptions.language.Language attribute)
LT_LT (pipecat.transcriptions.language.Language attribute)
LUO (pipecat.transcriptions.language.Language attribute)
LV (pipecat.transcriptions.language.Language attribute)
LV_LV (pipecat.transcriptions.language.Language attribute)
M
MAD (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
MAI (pipecat.transcriptions.language.Language attribute)
MAI_IN (pipecat.transcriptions.language.Language attribute)
main() (in module pipecat.runner.run)
MANAN (pipecat.services.sarvam.tts.SarvamTTSSpeakerV3 attribute)
MANISHA (pipecat.services.sarvam.tts.SarvamTTSSpeakerV2 attribute)
MANUAL (pipecat.services.elevenlabs.stt.CommitStrategy attribute)
manual_config (pipecat.cli.registry.service_metadata.ServiceDefinition attribute)
(pipecat.cli.registry.ServiceDefinition attribute)
ManuallySwitchServiceFrame (class in pipecat.frames.frames)
map_language_from_assemblyai() (in module pipecat.services.assemblyai.stt)
MarkdownTextFilter (class in pipecat.utils.text.markdown_text_filter)
MarkdownTextFilter.InputParams (class in pipecat.utils.text.markdown_text_filter)
marker (pipecat.frames.frames.LLMMarkerFrame attribute)
match_endofsentence() (in module pipecat.utils.string)
match_original_utterances (pipecat.services.gladia.config.TranslationConfig attribute)
MatchAction (class in pipecat.utils.text.pattern_pair_aggregator)
max_buffer_delay_ms (pipecat.services.inworld.tts.InworldTTSService.InputParams attribute)
max_chunk_length (pipecat.services.sarvam.tts.SarvamTTSService.InputParams attribute)
(pipecat.services.sarvam.tts.SarvamTTSSettings attribute)
max_completion_tokens (pipecat.services.openai.base_llm.BaseOpenAILLMService.InputParams attribute)
(pipecat.services.openai.base_llm.OpenAILLMSettings attribute)
(pipecat.services.openai.responses.llm.OpenAIResponsesLLMSettings attribute)
max_context_tokens (pipecat.utils.context.llm_context_summarization.LLMAutoContextSummarizationConfig attribute)
(pipecat.utils.context.llm_context_summarization.LLMContextSummarizationConfig attribute)
max_delay (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.InputParams attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTSettings attribute)
max_duration (pipecat.services.ultravox.llm.AgentInputParams attribute)
(pipecat.services.ultravox.llm.OneShotInputParams attribute)
max_duration_secs (pipecat.audio.turn.smart_turn.base_smart_turn.SmartTurnParams attribute)
max_endpoint_delay_ms (pipecat.services.soniox.stt.SonioxSTTSettings attribute)
max_idle_time (pipecat.services.simli.video.SimliVideoService.InputParams attribute)
max_num_results (pipecat.services.xai.realtime.events.FileSearchTool attribute)
max_output_tokens (pipecat.services.openai.realtime.events.Response attribute)
(pipecat.services.openai.realtime.events.ResponseProperties attribute)
(pipecat.services.openai.realtime.events.SessionProperties attribute)
max_partial_length (pipecat.services.together.tts.TogetherTTSSettings attribute)
max_participants (pipecat.transports.daily.utils.DailyRoomProperties attribute)
max_retries (pipecat.services.speechmatics.tts.SpeechmaticsTTSService.InputParams attribute)
(pipecat.services.speechmatics.tts.SpeechmaticsTTSSettings attribute)
max_session_duration (pipecat.services.heygen.api_liveavatar.LiveAvatarSessionData attribute)
max_session_length (pipecat.services.simli.video.SimliVideoService.InputParams attribute)
max_speakers (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.InputParams attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTSettings attribute)
max_tokens (pipecat.services.anthropic.llm.AnthropicLLMService.InputParams attribute)
(pipecat.services.aws.llm.AWSBedrockLLMService.InputParams attribute)
(pipecat.services.aws.nova_sonic.llm.Params attribute)
(pipecat.services.google.gemini_live.llm.InputParams attribute)
(pipecat.services.google.llm.GoogleLLMService.InputParams attribute)
(pipecat.services.openai.base_llm.BaseOpenAILLMService.InputParams attribute)
(pipecat.services.openai.base_llm.OpenAILLMSettings attribute)
(pipecat.services.settings.LLMSettings attribute)
max_turn_silence (pipecat.services.assemblyai.models.AssemblyAIConnectionParams attribute)
(pipecat.services.assemblyai.stt.AssemblyAISTTSettings attribute)
max_unsummarized_messages (pipecat.utils.context.llm_context_summarization.LLMAutoContextSummarizationConfig attribute)
(pipecat.utils.context.llm_context_summarization.LLMContextSummarizationConfig attribute)
maximum_duration_without_endpointing (pipecat.services.gladia.config.GladiaInputParams attribute)
(pipecat.services.gladia.stt.GladiaSTTSettings attribute)
maybe_capture_participant_camera() (in module pipecat.runner.utils)
maybe_capture_participant_screen() (in module pipecat.runner.utils)
MCPClient (class in pipecat.services.mcp_service)
media_format (pipecat.serializers.genesys.GenesysAudioHookSerializer.InputParams attribute)
media_resolution (pipecat.services.google.gemini_live.llm.GeminiLiveLLMSettings attribute)
(pipecat.services.google.gemini_live.llm.InputParams attribute)
MEDIUM (pipecat.services.google.gemini_live.llm.GeminiMediaResolution attribute)
medium (pipecat.services.heygen.api_interactive_avatar.AvatarQuality attribute)
(pipecat.services.heygen.api_liveavatar.VideoQuality attribute)
MEDIUM (pipecat.services.whisper.stt.MLXModel attribute)
(pipecat.services.whisper.stt.Model attribute)
MEDIUM_STREAMING (pipecat.services.moonshine.stt.Model attribute)
MELANCHOLIC (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
Mem0MemoryService (class in pipecat.services.mem0.memory)
Mem0MemoryService.InputParams (class in pipecat.services.mem0.memory)
merge_audio_buffers() (pipecat.processors.audio.audio_buffer_processor.AudioBufferProcessor method)
merge_punct_tokens() (in module pipecat.utils.text.word_timestamp_utils)
Message (class in pipecat.processors.frameworks.rtvi.models)
message (pipecat.bus.network.pgmq_backends.BackendMessage attribute)
(pipecat.frames.frames.InputTransportMessageFrame attribute)
(pipecat.frames.frames.OutputTransportMessageFrame attribute)
(pipecat.frames.frames.OutputTransportMessageUrgentFrame attribute)
(pipecat.processors.aggregators.llm_context.LLMSpecificMessage attribute)
(pipecat.services.heygen.api_liveavatar.LiveAvatarSessionResponse attribute)
(pipecat.services.heygen.api_liveavatar.SessionTokenResponse attribute)
(pipecat.services.inworld.realtime.events.RealtimeError attribute)
(pipecat.services.openai.realtime.events.RealtimeError attribute)
(pipecat.services.xai.realtime.events.RealtimeError attribute)
(pipecat.transports.whatsapp.api.WhatsAppError attribute)
MessageFrame (class in pipecat.serializers.protobuf)
messages (pipecat.adapters.services.anthropic_adapter.AnthropicLLMAdapter.ConvertedMessages attribute)
(pipecat.adapters.services.anthropic_adapter.AnthropicLLMInvocationParams attribute)
(pipecat.adapters.services.aws_nova_sonic_adapter.AWSNovaSonicLLMAdapter.ConvertedMessages attribute)
(pipecat.adapters.services.aws_nova_sonic_adapter.AWSNovaSonicLLMInvocationParams attribute)
(pipecat.adapters.services.bedrock_adapter.AWSBedrockLLMAdapter.ConvertedMessages attribute)
(pipecat.adapters.services.bedrock_adapter.AWSBedrockLLMInvocationParams attribute)
(pipecat.adapters.services.gemini_adapter.GeminiLLMAdapter.ConvertedMessages attribute)
(pipecat.adapters.services.gemini_adapter.GeminiLLMInvocationParams attribute)
(pipecat.adapters.services.grok_realtime_adapter.GrokRealtimeLLMAdapter.ConvertedMessages attribute)
(pipecat.adapters.services.grok_realtime_adapter.GrokRealtimeLLMInvocationParams attribute)
(pipecat.adapters.services.inworld_realtime_adapter.InworldRealtimeLLMAdapter.ConvertedMessages attribute)
(pipecat.adapters.services.inworld_realtime_adapter.InworldRealtimeLLMInvocationParams attribute)
,
[1]
(pipecat.adapters.services.open_ai_adapter.OpenAILLMInvocationParams attribute)
(pipecat.adapters.services.open_ai_realtime_adapter.OpenAIRealtimeLLMAdapter.ConvertedMessages attribute)
(pipecat.adapters.services.open_ai_realtime_adapter.OpenAIRealtimeLLMInvocationParams attribute)
(pipecat.frames.frames.LLMMessagesAppendFrame attribute)
(pipecat.frames.frames.LLMMessagesUpdateFrame attribute)
(pipecat.processors.aggregators.llm_context.LLMContext property)
(pipecat.processors.aggregators.llm_response_universal.LLMContextAggregator property)
(pipecat.utils.context.llm_context_summarization.LLMMessagesToSummarize attribute)
(pipecat.workers.llm.llm_worker.LLMWorkerActivationArgs attribute)
,
[1]
(pipecat.workers.llm.LLMWorkerActivationArgs attribute)
,
[1]
messages_config (pipecat.services.gladia.config.GladiaInputParams attribute)
(pipecat.services.gladia.stt.GladiaSTTSettings attribute)
MessagesConfig (class in pipecat.services.gladia.config)
MessageSerializer (class in pipecat.bus.serializers)
(class in pipecat.bus.serializers.base)
messaging_product (pipecat.transports.whatsapp.api.WhatsAppConnectCallValue attribute)
(pipecat.transports.whatsapp.api.WhatsAppTerminateCallValue attribute)
metadata (pipecat.frames.frames.Frame attribute)
(pipecat.services.ultravox.llm.AgentInputParams attribute)
(pipecat.services.ultravox.llm.OneShotInputParams attribute)
(pipecat.transports.whatsapp.api.WhatsAppConnectCallValue attribute)
(pipecat.transports.whatsapp.api.WhatsAppTerminateCallValue attribute)
(pipecat.workers.base_worker.WorkerActivationArgs attribute)
method (pipecat.transports.daily.transport.DailyOutputDTMFFrame attribute)
(pipecat.transports.daily.transport.DailyOutputDTMFUrgentFrame attribute)
metrics_enabled (pipecat.processors.frame_processor.FrameProcessor property)
(pipecat.processors.frameworks.rtvi.observer.RTVIObserverParams attribute)
(pipecat.processors.frameworks.rtvi.RTVIObserverParams attribute)
MetricsData (class in pipecat.metrics.metrics)
MetricsFrame (class in pipecat.frames.frames)
MetricsLogObserver (class in pipecat.observers.loggers.metrics_log_observer)
MetricsMessage (class in pipecat.processors.frameworks.rtvi.models)
MG (pipecat.transcriptions.language.Language attribute)
MG_MG (pipecat.transcriptions.language.Language attribute)
MI (pipecat.transcriptions.language.Language attribute)
microphone_out_enabled (pipecat.transports.daily.transport.DailyParams attribute)
(pipecat.transports.lemonslice.transport.LemonSliceParams attribute)
(pipecat.transports.tavus.transport.TavusParams attribute)
min_buffer_size (pipecat.services.sarvam.tts.SarvamTTSService.InputParams attribute)
(pipecat.services.sarvam.tts.SarvamTTSSettings attribute)
min_confidence (pipecat.services.deepgram.flux.base.DeepgramFluxSTTSettings attribute)
(pipecat.services.deepgram.flux.stt.DeepgramFluxSTTService.InputParams attribute)
(pipecat.services.deepgram.flux.stt.DeepgramFluxSTTSettings attribute)
min_end_of_turn_silence_when_confident (pipecat.services.assemblyai.models.AssemblyAIConnectionParams attribute)
min_messages_after_summary (pipecat.utils.context.llm_context_summarization.LLMContextSummarizationConfig attribute)
(pipecat.utils.context.llm_context_summarization.LLMContextSummaryConfig attribute)
min_messages_to_keep (pipecat.frames.frames.LLMContextSummaryRequestFrame attribute)
min_silence_duration_ms (pipecat.services.elevenlabs.stt.ElevenLabsRealtimeSTTService.InputParams attribute)
(pipecat.services.elevenlabs.stt.ElevenLabsRealtimeSTTSettings attribute)
min_speech_duration_ms (pipecat.services.elevenlabs.stt.ElevenLabsRealtimeSTTService.InputParams attribute)
(pipecat.services.elevenlabs.stt.ElevenLabsRealtimeSTTSettings attribute)
min_speech_frames (pipecat.services.sarvam.stt.SarvamSTTSettings attribute)
min_turn_silence (pipecat.services.assemblyai.models.AssemblyAIConnectionParams attribute)
(pipecat.services.assemblyai.stt.AssemblyAISTTSettings attribute)
min_volume (pipecat.audio.vad.vad_analyzer.VADParams attribute)
MiniMaxHttpTTSService (class in pipecat.services.minimax.tts)
MiniMaxHttpTTSService.InputParams (class in pipecat.services.minimax.tts)
MiniMaxTTSSettings (class in pipecat.services.minimax.tts)
MinWordsUserTurnStartStrategy (class in pipecat.turns.user_start)
(class in pipecat.turns.user_start.min_words_user_turn_start_strategy)
mip_opt_out (pipecat.services.deepgram.flux.stt.DeepgramFluxSTTService.InputParams attribute)
MISSING_FUNCTION_CALL_MESSAGE_TEMPLATE (pipecat.services.llm_service.LLMService attribute)
MISTRAL_SAMPLE_RATE (pipecat.services.mistral.tts.MistralTTSService attribute)
MistralLLMAdapter (class in pipecat.adapters.services.mistral_adapter)
MistralLLMService (class in pipecat.services.mistral.llm)
MistralLLMSettings (class in pipecat.services.mistral.llm)
MistralSTTService (class in pipecat.services.mistral.stt)
MistralSTTSettings (class in pipecat.services.mistral.stt)
MistralTTSService (class in pipecat.services.mistral.tts)
MistralTTSSettings (class in pipecat.services.mistral.tts)
mix() (pipecat.audio.mixers.base_audio_mixer.BaseAudioMixer method)
(pipecat.audio.mixers.soundfile_mixer.SoundfileMixer method)
mix_audio() (in module pipecat.audio.utils)
MixerControlFrame (class in pipecat.frames.frames)
MixerEnableFrame (class in pipecat.frames.frames)
MixerUpdateSettingsFrame (class in pipecat.frames.frames)
MK (pipecat.transcriptions.language.Language attribute)
MK_MK (pipecat.transcriptions.language.Language attribute)
ML (pipecat.transcriptions.language.Language attribute)
ML_IN (pipecat.transcriptions.language.Language attribute)
MLXModel (class in pipecat.services.whisper.stt)
MN (pipecat.transcriptions.language.Language attribute)
MN_MN (pipecat.transcriptions.language.Language attribute)
MOCK_CONVERSATION_ID (pipecat.transports.tavus.transport.TavusApi attribute)
MOCK_PERSONA_NAME (pipecat.transports.tavus.transport.TavusApi attribute)
modalities (pipecat.services.google.gemini_live.llm.GeminiLiveLLMSettings attribute)
(pipecat.services.google.gemini_live.llm.InputParams attribute)
(pipecat.services.inworld.realtime.events.ResponseProperties attribute)
(pipecat.services.xai.realtime.events.ResponseProperties attribute)
mode (pipecat.cli.prompts.ProjectConfig attribute)
(pipecat.cli.prompts.questions.ProjectConfig attribute)
(pipecat.services.assemblyai.stt.AssemblyAISTTSettings attribute)
(pipecat.services.heygen.api_liveavatar.LiveAvatarNewSessionRequest attribute)
(pipecat.services.sarvam.stt.SarvamSTTService.InputParams attribute)
Model (class in pipecat.services.moonshine.stt)
(class in pipecat.services.whisper.stt)
model (pipecat.metrics.metrics.MetricsData attribute)
(pipecat.observers.user_bot_latency_observer.TTFBBreakdownMetrics attribute)
(pipecat.services.gladia.config.TranslationConfig attribute)
(pipecat.services.google.image.GoogleImageGenService.InputParams attribute)
(pipecat.services.google.stt.GoogleSTTService.InputParams attribute)
(pipecat.services.inworld.realtime.events.AudioOutput attribute)
(pipecat.services.inworld.realtime.events.InputTranscription attribute)
(pipecat.services.inworld.realtime.events.SessionProperties attribute)
(pipecat.services.openai.realtime.events.InputAudioTranscription attribute)
(pipecat.services.openai.realtime.events.SessionProperties attribute)
(pipecat.services.settings.ServiceSettings attribute)
(pipecat.services.soniox.stt.SonioxInputParams attribute)
(pipecat.services.ultravox.llm.OneShotInputParams attribute)
(pipecat.transports.daily.transport.DailyTranscriptionSettings attribute)
model_dump() (pipecat.services.openai.realtime.events.SessionUpdateEvent method)
model_id (pipecat.services.heygen.api_interactive_avatar.ElevenLabsSettings attribute)
ModelConfig (class in pipecat.services.sarvam.stt)
module
pipecat
pipecat.adapters
pipecat.adapters.base_llm_adapter
pipecat.adapters.schemas
pipecat.adapters.schemas.direct_function
pipecat.adapters.schemas.function_schema
pipecat.adapters.schemas.tools_schema
pipecat.adapters.services
pipecat.adapters.services.anthropic_adapter
pipecat.adapters.services.aws_nova_sonic_adapter
pipecat.adapters.services.bedrock_adapter
pipecat.adapters.services.gemini_adapter
pipecat.adapters.services.grok_realtime_adapter
pipecat.adapters.services.inworld_realtime_adapter
pipecat.adapters.services.mistral_adapter
pipecat.adapters.services.open_ai_adapter
pipecat.adapters.services.open_ai_realtime_adapter
pipecat.adapters.services.open_ai_responses_adapter
pipecat.adapters.services.perplexity_adapter
pipecat.audio
pipecat.audio.dtmf
pipecat.audio.dtmf.types
pipecat.audio.dtmf.utils
pipecat.audio.filters
pipecat.audio.filters.aic_filter
pipecat.audio.filters.base_audio_filter
pipecat.audio.filters.koala_filter
pipecat.audio.filters.krisp_viva_filter
pipecat.audio.filters.rnnoise_filter
pipecat.audio.krisp_instance
pipecat.audio.mixers
pipecat.audio.mixers.base_audio_mixer
pipecat.audio.mixers.soundfile_mixer
pipecat.audio.resamplers
pipecat.audio.resamplers.base_audio_resampler
pipecat.audio.resamplers.resampy_resampler
pipecat.audio.resamplers.soxr_resampler
pipecat.audio.resamplers.soxr_stream_resampler
pipecat.audio.turn
pipecat.audio.turn.base_turn_analyzer
pipecat.audio.turn.krisp_viva_turn
pipecat.audio.turn.smart_turn
pipecat.audio.turn.smart_turn.base_smart_turn
pipecat.audio.turn.smart_turn.data
pipecat.audio.turn.smart_turn.http_smart_turn
pipecat.audio.turn.smart_turn.local_coreml_smart_turn
pipecat.audio.turn.smart_turn.local_smart_turn_v2
pipecat.audio.turn.smart_turn.local_smart_turn_v3
pipecat.audio.utils
pipecat.audio.vad
pipecat.audio.vad.aic_quail_vad
pipecat.audio.vad.aic_vad
pipecat.audio.vad.data
pipecat.audio.vad.krisp_viva_vad
pipecat.audio.vad.silero
pipecat.audio.vad.vad_analyzer
pipecat.audio.vad.vad_controller
pipecat.bus
pipecat.bus.adapters
pipecat.bus.adapters.base
pipecat.bus.adapters.llm_context_adapter
pipecat.bus.adapters.tools_schema_adapter
pipecat.bus.bridge_processor
pipecat.bus.bus
pipecat.bus.local
pipecat.bus.local.async_queue
pipecat.bus.messages
pipecat.bus.network
pipecat.bus.network.pgmq
pipecat.bus.network.pgmq_backends
pipecat.bus.network.redis
pipecat.bus.queue
pipecat.bus.serializers
pipecat.bus.serializers.base
pipecat.bus.serializers.json
pipecat.bus.subscriber
pipecat.bus.ui
pipecat.bus.ui.messages
pipecat.cli
pipecat.cli.commands
pipecat.cli.commands.eval
pipecat.cli.commands.init
pipecat.cli.config_validator
pipecat.cli.generators
pipecat.cli.generators.project
pipecat.cli.main
pipecat.cli.prompts
pipecat.cli.prompts.questions
pipecat.cli.registry
pipecat.cli.registry.service_loader
pipecat.cli.registry.service_metadata
pipecat.cli.scaffold
pipecat.clocks
pipecat.clocks.base_clock
pipecat.clocks.system_clock
pipecat.evals
pipecat.evals.harness
pipecat.evals.judge
pipecat.evals.scenario
pipecat.evals.serializer
pipecat.evals.services
pipecat.evals.speech
pipecat.evals.suite
pipecat.evals.transcribe
pipecat.evals.transport
pipecat.extensions
pipecat.extensions.ivr
pipecat.extensions.ivr.ivr_navigator
pipecat.extensions.voicemail
pipecat.extensions.voicemail.voicemail_detector
pipecat.flows
pipecat.flows.actions
pipecat.flows.adapters
pipecat.flows.exceptions
pipecat.flows.manager
pipecat.flows.types
pipecat.frames
pipecat.frames.frames
pipecat.frames.protobufs
pipecat.frames.protobufs.frames_pb2
pipecat.metrics
pipecat.metrics.metrics
pipecat.observers
pipecat.observers.base_observer
pipecat.observers.loggers
pipecat.observers.loggers.debug_log_observer
pipecat.observers.loggers.llm_log_observer
pipecat.observers.loggers.metrics_log_observer
pipecat.observers.loggers.transcription_log_observer
pipecat.observers.startup_timing_observer
pipecat.observers.turn_tracking_observer
pipecat.observers.user_bot_latency_observer
pipecat.pipeline
pipecat.pipeline.base_pipeline
pipecat.pipeline.job_context
pipecat.pipeline.job_decorator
pipecat.pipeline.llm_switcher
pipecat.pipeline.parallel_pipeline
pipecat.pipeline.pipeline
pipecat.pipeline.runner
pipecat.pipeline.service_switcher
pipecat.pipeline.sync_parallel_pipeline
pipecat.pipeline.task
pipecat.pipeline.worker
pipecat.pipeline.worker_observer
pipecat.pipeline.worker_ready_decorator
pipecat.processors
pipecat.processors.aggregators
pipecat.processors.aggregators.async_tool_messages
pipecat.processors.aggregators.dtmf_aggregator
pipecat.processors.aggregators.gated
pipecat.processors.aggregators.gated_llm_context
pipecat.processors.aggregators.llm_context
pipecat.processors.aggregators.llm_context_summarizer
pipecat.processors.aggregators.llm_response
pipecat.processors.aggregators.llm_response_universal
pipecat.processors.aggregators.llm_text_processor
pipecat.processors.aggregators.sentence
pipecat.processors.async_generator
pipecat.processors.audio
pipecat.processors.audio.audio_buffer_processor
pipecat.processors.audio.vad_processor
pipecat.processors.consumer_processor
pipecat.processors.filters
pipecat.processors.filters.frame_filter
pipecat.processors.filters.function_filter
pipecat.processors.filters.identity_filter
pipecat.processors.filters.null_filter
pipecat.processors.filters.wake_check_filter
pipecat.processors.filters.wake_notifier_filter
pipecat.processors.frame_processor
pipecat.processors.frameworks
pipecat.processors.frameworks.rtvi
pipecat.processors.frameworks.rtvi.frames
pipecat.processors.frameworks.rtvi.models
pipecat.processors.frameworks.rtvi.observer
pipecat.processors.frameworks.rtvi.processor
pipecat.processors.frameworks.strands_agents
pipecat.processors.gstreamer
pipecat.processors.gstreamer.pipeline_source
pipecat.processors.idle_frame_processor
pipecat.processors.logger
pipecat.processors.metrics
pipecat.processors.metrics.frame_processor_metrics
pipecat.processors.metrics.sentry
pipecat.processors.producer_processor
pipecat.processors.text_transformer
pipecat.registry
pipecat.registry.registry
pipecat.registry.types
pipecat.runner
pipecat.runner.daily
pipecat.runner.livekit
pipecat.runner.run
pipecat.runner.types
pipecat.runner.utils
pipecat.runner.vonage
pipecat.serializers
pipecat.serializers.base_serializer
pipecat.serializers.exotel
pipecat.serializers.genesys
pipecat.serializers.plivo
pipecat.serializers.protobuf
pipecat.serializers.telnyx
pipecat.serializers.twilio
pipecat.serializers.vonage
pipecat.services
pipecat.services.ai_service
pipecat.services.anthropic
pipecat.services.anthropic.llm
pipecat.services.assemblyai
pipecat.services.assemblyai.models
pipecat.services.assemblyai.stt
pipecat.services.asyncai
pipecat.services.asyncai.tts
pipecat.services.aws
pipecat.services.aws.agent_core
pipecat.services.aws.llm
pipecat.services.aws.nova_sonic
pipecat.services.aws.nova_sonic.llm
pipecat.services.aws.nova_sonic.session_continuation
pipecat.services.aws.sagemaker
pipecat.services.aws.sagemaker.bidi_client
pipecat.services.aws.stt
pipecat.services.aws.tts
pipecat.services.aws.utils
pipecat.services.azure
pipecat.services.azure.common
pipecat.services.azure.image
pipecat.services.azure.llm
pipecat.services.azure.realtime
pipecat.services.azure.realtime.llm
pipecat.services.azure.stt
pipecat.services.azure.tts
pipecat.services.camb
pipecat.services.camb.tts
pipecat.services.cartesia
pipecat.services.cartesia.stt
pipecat.services.cartesia.tts
pipecat.services.cartesia.turns
pipecat.services.cartesia.turns.stt
pipecat.services.cerebras
pipecat.services.cerebras.llm
pipecat.services.deepgram
pipecat.services.deepgram.flux
pipecat.services.deepgram.flux.base
pipecat.services.deepgram.flux.sagemaker
pipecat.services.deepgram.flux.sagemaker.stt
pipecat.services.deepgram.flux.stt
pipecat.services.deepgram.sagemaker
pipecat.services.deepgram.sagemaker.stt
pipecat.services.deepgram.sagemaker.tts
pipecat.services.deepgram.stt
pipecat.services.deepgram.tts
pipecat.services.deepseek
pipecat.services.deepseek.llm
pipecat.services.elevenlabs
pipecat.services.elevenlabs.stt
pipecat.services.elevenlabs.tts
pipecat.services.fal
pipecat.services.fal.image
pipecat.services.fal.stt
pipecat.services.fireworks
pipecat.services.fireworks.llm
pipecat.services.fish
pipecat.services.fish.tts
pipecat.services.funasr
pipecat.services.gladia
pipecat.services.gladia.config
pipecat.services.gladia.stt
pipecat.services.google
pipecat.services.google.frames
pipecat.services.google.gemini_live
pipecat.services.google.gemini_live.file_api
pipecat.services.google.gemini_live.llm
pipecat.services.google.gemini_live.vertex
pipecat.services.google.gemini_live.vertex.llm
pipecat.services.google.image
pipecat.services.google.llm
pipecat.services.google.rtvi
pipecat.services.google.stt
pipecat.services.google.tts
pipecat.services.google.utils
pipecat.services.google.vertex
pipecat.services.google.vertex.llm
pipecat.services.gradium
pipecat.services.gradium.stt
pipecat.services.gradium.tts
pipecat.services.grok
pipecat.services.grok.llm
pipecat.services.grok.realtime
pipecat.services.grok.realtime.events
pipecat.services.grok.realtime.llm
pipecat.services.groq
pipecat.services.groq.llm
pipecat.services.groq.stt
pipecat.services.groq.tts
pipecat.services.heygen
pipecat.services.heygen.api_interactive_avatar
pipecat.services.heygen.api_liveavatar
pipecat.services.heygen.base_api
pipecat.services.heygen.client
pipecat.services.heygen.video
pipecat.services.hume
pipecat.services.hume.tts
pipecat.services.image_service
pipecat.services.inception
pipecat.services.inception.llm
pipecat.services.inworld
pipecat.services.inworld.realtime
pipecat.services.inworld.realtime.events
pipecat.services.inworld.realtime.llm
pipecat.services.inworld.tts
pipecat.services.kokoro
pipecat.services.kokoro.tts
pipecat.services.llm_service
pipecat.services.lmnt
pipecat.services.lmnt.tts
pipecat.services.mcp_service
pipecat.services.mem0
pipecat.services.mem0.memory
pipecat.services.minimax
pipecat.services.minimax.tts
pipecat.services.mistral
pipecat.services.mistral.llm
pipecat.services.mistral.stt
pipecat.services.mistral.tts
pipecat.services.moondream
pipecat.services.moondream.vision
pipecat.services.moonshine
pipecat.services.moonshine.stt
pipecat.services.nebius
pipecat.services.nebius.llm
pipecat.services.neuphonic
pipecat.services.neuphonic.tts
pipecat.services.novita
pipecat.services.novita.llm
pipecat.services.nvidia
pipecat.services.nvidia.llm
pipecat.services.nvidia.sagemaker
pipecat.services.nvidia.sagemaker.stt
pipecat.services.nvidia.sagemaker.tts
pipecat.services.nvidia.stt
pipecat.services.nvidia.tts
pipecat.services.ollama
pipecat.services.ollama.llm
pipecat.services.openai
pipecat.services.openai.base_llm
pipecat.services.openai.image
pipecat.services.openai.llm
pipecat.services.openai.realtime
pipecat.services.openai.realtime.events
pipecat.services.openai.realtime.llm
pipecat.services.openai.responses
pipecat.services.openai.responses.llm
pipecat.services.openai.stt
pipecat.services.openai.tts
pipecat.services.openrouter
pipecat.services.openrouter.llm
pipecat.services.perplexity
pipecat.services.perplexity.llm
pipecat.services.piper
pipecat.services.piper.tts
pipecat.services.qwen
pipecat.services.qwen.llm
pipecat.services.resembleai
pipecat.services.resembleai.tts
pipecat.services.rime
pipecat.services.rime.tts
pipecat.services.sambanova
pipecat.services.sambanova.llm
pipecat.services.sarvam
pipecat.services.sarvam.llm
pipecat.services.sarvam.stt
pipecat.services.sarvam.tts
pipecat.services.settings
pipecat.services.simli
pipecat.services.simli.video
pipecat.services.smallest
pipecat.services.smallest.stt
pipecat.services.smallest.tts
pipecat.services.soniox
pipecat.services.soniox.stt
pipecat.services.soniox.tts
pipecat.services.speechmatics
pipecat.services.speechmatics.stt
pipecat.services.speechmatics.tts
pipecat.services.stt_latency
pipecat.services.stt_service
pipecat.services.tavus
pipecat.services.tavus.video
pipecat.services.together
pipecat.services.together.llm
pipecat.services.together.stt
pipecat.services.together.tts
pipecat.services.tts_service
pipecat.services.ultravox
pipecat.services.ultravox.llm
pipecat.services.vision_service
pipecat.services.websocket_service
pipecat.services.whisper
pipecat.services.whisper.base_stt
pipecat.services.whisper.stt
pipecat.services.whisper.utils
pipecat.services.xai
pipecat.services.xai.llm
pipecat.services.xai.realtime
pipecat.services.xai.realtime.events
pipecat.services.xai.realtime.llm
pipecat.services.xai.stt
pipecat.services.xai.tts
pipecat.services.xtts
pipecat.services.xtts.tts
pipecat.transcriptions
pipecat.transcriptions.language
pipecat.transports
pipecat.transports.base_input
pipecat.transports.base_output
pipecat.transports.base_transport
pipecat.transports.daily
pipecat.transports.daily.transport
pipecat.transports.daily.utils
pipecat.transports.heygen
pipecat.transports.heygen.transport
pipecat.transports.lemonslice
pipecat.transports.lemonslice.api
pipecat.transports.lemonslice.transport
pipecat.transports.livekit
pipecat.transports.livekit.transport
pipecat.transports.livekit.utils
pipecat.transports.local
pipecat.transports.local.audio
pipecat.transports.local.tk
pipecat.transports.smallwebrtc
pipecat.transports.smallwebrtc.connection
pipecat.transports.smallwebrtc.request_handler
pipecat.transports.smallwebrtc.transport
pipecat.transports.tavus
pipecat.transports.tavus.transport
pipecat.transports.vonage
pipecat.transports.vonage.utils
pipecat.transports.websocket
pipecat.transports.websocket.client
pipecat.transports.websocket.fastapi
pipecat.transports.websocket.server
pipecat.transports.whatsapp
pipecat.transports.whatsapp.api
pipecat.transports.whatsapp.client
pipecat.turns
pipecat.turns.types
pipecat.turns.user_idle_controller
pipecat.turns.user_mute
pipecat.turns.user_mute.always_user_mute_strategy
pipecat.turns.user_mute.base_user_mute_strategy
pipecat.turns.user_mute.first_speech_user_mute_strategy
pipecat.turns.user_mute.function_call_user_mute_strategy
pipecat.turns.user_mute.mute_until_first_bot_complete_user_mute_strategy
pipecat.turns.user_start
pipecat.turns.user_start.base_user_turn_start_strategy
pipecat.turns.user_start.external_user_turn_start_strategy
pipecat.turns.user_start.krisp_viva_ip_user_turn_start_strategy
pipecat.turns.user_start.min_words_user_turn_start_strategy
pipecat.turns.user_start.transcription_user_turn_start_strategy
pipecat.turns.user_start.vad_user_turn_start_strategy
pipecat.turns.user_start.wake_phrase_user_turn_start_strategy
pipecat.turns.user_stop
pipecat.turns.user_stop.base_user_turn_stop_strategy
pipecat.turns.user_stop.deferred_user_turn_stop_strategy
pipecat.turns.user_stop.external_user_turn_completion_stop_strategy
pipecat.turns.user_stop.external_user_turn_stop_strategy
pipecat.turns.user_stop.llm_turn_completion_user_turn_stop_strategy
pipecat.turns.user_stop.speech_timeout_user_turn_stop_strategy
pipecat.turns.user_stop.turn_analyzer_user_turn_stop_strategy
pipecat.turns.user_turn_completion_mixin
pipecat.turns.user_turn_controller
pipecat.turns.user_turn_processor
pipecat.turns.user_turn_strategies
pipecat.utils
pipecat.utils.async_tool_cancellation
pipecat.utils.asyncio
pipecat.utils.asyncio.task_manager
pipecat.utils.base_object
pipecat.utils.context
pipecat.utils.context.aggregated_frame_sequencer
pipecat.utils.context.llm_context_summarization
pipecat.utils.context.text_segment_map
pipecat.utils.context.word_completion_tracker
pipecat.utils.deprecation
pipecat.utils.env
pipecat.utils.frame_queue
pipecat.utils.network
pipecat.utils.security
pipecat.utils.security.allowed_origins
pipecat.utils.startup
pipecat.utils.string
pipecat.utils.sync
pipecat.utils.sync.base_notifier
pipecat.utils.sync.event_notifier
pipecat.utils.text
pipecat.utils.text.base_text_aggregator
pipecat.utils.text.base_text_filter
pipecat.utils.text.markdown_text_filter
pipecat.utils.text.pattern_pair_aggregator
pipecat.utils.text.simple_text_aggregator
pipecat.utils.text.skip_tags_aggregator
pipecat.utils.text.transforms
pipecat.utils.text.transforms.acronyms
pipecat.utils.text.transforms.currency
pipecat.utils.text.transforms.dates
pipecat.utils.text.transforms.email
pipecat.utils.text.transforms.numbers
pipecat.utils.text.transforms.percentages
pipecat.utils.text.transforms.phone
pipecat.utils.text.transforms.replacements
pipecat.utils.text.transforms.strip_markdown
pipecat.utils.text.transforms.units
pipecat.utils.text.transforms.voice_formatter
pipecat.utils.text.word_timestamp_utils
pipecat.utils.time
pipecat.utils.tracing
pipecat.utils.tracing.service_attributes
pipecat.utils.tracing.service_decorators
pipecat.utils.tracing.setup
pipecat.utils.tracing.tracing_context
pipecat.utils.tracing.turn_trace_observer
pipecat.utils.utils
pipecat.workers
pipecat.workers.base_worker
pipecat.workers.llm
pipecat.workers.llm.llm_context_worker
pipecat.workers.llm.llm_worker
pipecat.workers.llm.tool_decorator
pipecat.workers.proxy
pipecat.workers.proxy.websocket
pipecat.workers.proxy.websocket.client
pipecat.workers.proxy.websocket.server
pipecat.workers.runner
pipecat.workers.ui
pipecat.workers.ui.ui_event_decorator
pipecat.workers.ui.ui_job_context
pipecat.workers.ui.ui_prompts
pipecat.workers.ui.ui_tools
pipecat.workers.ui.ui_worker
MoondreamService (class in pipecat.services.moondream.vision)
MoondreamSettings (class in pipecat.services.moondream.vision)
moonshine_service() (in module pipecat.evals.services)
MoonshineSTTService (class in pipecat.services.moonshine.stt)
MoonshineSTTSettings (class in pipecat.services.moonshine.stt)
MR (pipecat.transcriptions.language.Language attribute)
MR_IN (pipecat.transcriptions.language.Language attribute)
MS (pipecat.transcriptions.language.Language attribute)
MS_MY (pipecat.transcriptions.language.Language attribute)
msg_id (pipecat.bus.network.pgmq_backends.BackendMessage attribute)
(pipecat.processors.frameworks.rtvi.frames.RTVIClientMessageFrame attribute)
(pipecat.processors.frameworks.rtvi.frames.RTVIUICancelJobGroupFrame attribute)
(pipecat.processors.frameworks.rtvi.frames.RTVIUIEventFrame attribute)
(pipecat.processors.frameworks.rtvi.frames.RTVIUISnapshotFrame attribute)
(pipecat.processors.frameworks.rtvi.models.ClientMessage attribute)
(pipecat.processors.frameworks.rtvi.RTVIClientMessageFrame attribute)
(pipecat.processors.frameworks.rtvi.RTVIUICancelJobGroupFrame attribute)
(pipecat.processors.frameworks.rtvi.RTVIUIEventFrame attribute)
(pipecat.processors.frameworks.rtvi.RTVIUISnapshotFrame attribute)
MT (pipecat.transcriptions.language.Language attribute)
MT_MT (pipecat.transcriptions.language.Language attribute)
MULAW (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.AudioEncoding attribute)
,
[1]
multi_speaker (pipecat.services.google.tts.GeminiTTSService.InputParams attribute)
(pipecat.services.google.tts.GeminiTTSSettings attribute)
multichannel (pipecat.services.xai.stt.XAISTTSettings attribute)
MULTIPLE (pipecat.transports.smallwebrtc.request_handler.ConnectionMode attribute)
mute (pipecat.frames.frames.STTMuteFrame attribute)
mute_participant() (pipecat.transports.livekit.transport.LiveKitTransport method)
(pipecat.transports.livekit.transport.LiveKitTransportClient method)
MuteUntilFirstBotCompleteUserMuteStrategy (class in pipecat.turns.user_mute)
(class in pipecat.turns.user_mute.mute_until_first_bot_complete_user_mute_strategy)
MY (pipecat.transcriptions.language.Language attribute)
MY_MM (pipecat.transcriptions.language.Language attribute)
MY_MR (pipecat.transcriptions.language.Language attribute)
MYSTERIOUS (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
N
name (pipecat.adapters.schemas.function_schema.FunctionSchema property)
(pipecat.bus.BusSubscriber property)
(pipecat.bus.subscriber.BusSubscriber property)
(pipecat.bus.WorkerRegistryEntry attribute)
(pipecat.evals.scenario.EvalFunctionCall attribute)
(pipecat.evals.scenario.EvalScenario attribute)
(pipecat.flows.FlowsFunctionSchema attribute)
(pipecat.flows.NodeConfig attribute)
(pipecat.flows.types.FlowsFunctionSchema attribute)
(pipecat.flows.types.NodeConfig attribute)
(pipecat.frames.frames.Frame attribute)
(pipecat.processors.frame_processor.FrameProcessor property)
(pipecat.processors.frameworks.rtvi.models.A11yNode attribute)
NAME (pipecat.processors.frameworks.rtvi.observer.RTVIFunctionCallReportLevel attribute)
(pipecat.processors.frameworks.rtvi.RTVIFunctionCallReportLevel attribute)
name (pipecat.registry.types.WorkerRegistryEntry attribute)
(pipecat.services.inworld.realtime.events.ConversationItem attribute)
(pipecat.services.inworld.realtime.events.FunctionTool attribute)
(pipecat.services.inworld.realtime.events.ResponseFunctionCallArgumentsDone attribute)
(pipecat.services.openai.realtime.events.ConversationItem attribute)
(pipecat.services.xai.realtime.events.ConversationItem attribute)
(pipecat.services.xai.realtime.events.FunctionTool attribute)
(pipecat.services.xai.realtime.events.ResponseFunctionCallArgumentsDone attribute)
(pipecat.transports.daily.utils.DailyRoomObject attribute)
(pipecat.transports.daily.utils.DailyRoomParams attribute)
(pipecat.transports.whatsapp.api.WhatsAppProfile attribute)
(pipecat.utils.base_object.BaseObject property)
(pipecat.utils.base_object.EventHandler attribute)
named_entity_recognition (pipecat.services.gladia.config.RealtimeProcessingConfig attribute)
nanoseconds_to_seconds() (in module pipecat.utils.time)
nanoseconds_to_str() (in module pipecat.utils.time)
Navigate (class in pipecat.processors.frameworks.rtvi.models)
NB (pipecat.transcriptions.language.Language attribute)
NB_NO (pipecat.transcriptions.language.Language attribute)
nbf (pipecat.transports.daily.utils.DailyMeetingTokenProperties attribute)
NE (pipecat.transcriptions.language.Language attribute)
NE_NP (pipecat.transcriptions.language.Language attribute)
NebiusLLMService (class in pipecat.services.nebius.llm)
NebiusLLMSettings (class in pipecat.services.nebius.llm)
negative_frames_count (pipecat.services.sarvam.stt.SarvamSTTSettings attribute)
negative_frames_window (pipecat.services.sarvam.stt.SarvamSTTSettings attribute)
negative_prompt (pipecat.services.google.image.GoogleImageGenService.InputParams attribute)
(pipecat.services.google.image.GoogleImageGenSettings attribute)
negative_speech_threshold (pipecat.services.sarvam.stt.SarvamSTTSettings attribute)
NEHA (pipecat.services.sarvam.tts.SarvamTTSSpeakerV3 attribute)
NeuphonicHttpTTSService (class in pipecat.services.neuphonic.tts)
NeuphonicHttpTTSService.InputParams (class in pipecat.services.neuphonic.tts)
NeuphonicTTSService (class in pipecat.services.neuphonic.tts)
NeuphonicTTSService.InputParams (class in pipecat.services.neuphonic.tts)
NeuphonicTTSSettings (class in pipecat.services.neuphonic.tts)
NEUTRAL (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
new_message_count (pipecat.processors.aggregators.llm_context_summarizer.SummaryAppliedEvent attribute)
new_session() (pipecat.services.heygen.api_interactive_avatar.HeyGenApi method)
(pipecat.services.heygen.api_liveavatar.LiveAvatarApi method)
(pipecat.services.heygen.base_api.BaseAvatarApi method)
NewSessionRequest (class in pipecat.services.heygen.api_interactive_avatar)
next (pipecat.processors.frame_processor.FrameProcessor property)
next_session (pipecat.services.aws.nova_sonic.session_continuation.SessionContinuationHelper property)
NINE (pipecat.audio.dtmf.types.KeypadEntry attribute)
NL (pipecat.transcriptions.language.Language attribute)
NL_BE (pipecat.transcriptions.language.Language attribute)
NL_NL (pipecat.transcriptions.language.Language attribute)
NN (pipecat.transcriptions.language.Language attribute)
NN_NO (pipecat.transcriptions.language.Language attribute)
NO (pipecat.transcriptions.language.Language attribute)
NO_RESPONSE (in module pipecat.flows.types)
no_speech_prob (pipecat.services.whisper.stt.WhisperMLXSTTSettings attribute)
(pipecat.services.whisper.stt.WhisperSTTSettings attribute)
no_text_normalization (pipecat.services.rime.tts.RimeTTSService.InputParams attribute)
NodeConfig (class in pipecat.flows)
(class in pipecat.flows.types)
noise_reduction (pipecat.services.openai.realtime.events.AudioInput attribute)
(pipecat.services.openai.stt.OpenAIRealtimeSTTSettings attribute)
NONE (pipecat.processors.frameworks.rtvi.observer.RTVIFunctionCallReportLevel attribute)
(pipecat.processors.frameworks.rtvi.RTVIFunctionCallReportLevel attribute)
normalize (pipecat.services.fish.tts.FishAudioTTSService.InputParams attribute)
(pipecat.services.fish.tts.FishAudioTTSSettings attribute)
normalize_acronyms() (in module pipecat.utils.text.transforms)
(in module pipecat.utils.text.transforms.acronyms)
normalize_dates() (in module pipecat.utils.text.transforms)
(in module pipecat.utils.text.transforms.dates)
normalize_value() (in module pipecat.audio.utils)
NOSTALGIC (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
NOT_GIVEN (in module pipecat.services.settings)
noTextNormalization (pipecat.services.rime.tts.RimeTTSSettings attribute)
NotifierGate (class in pipecat.extensions.voicemail.voicemail_detector)
notify() (pipecat.utils.sync.base_notifier.BaseNotifier method)
(pipecat.utils.sync.event_notifier.EventNotifier method)
NovaSonicSessionSender (class in pipecat.services.aws.nova_sonic.session_continuation)
NovitaLLMService (class in pipecat.services.novita.llm)
NovitaLLMSettings (class in pipecat.services.novita.llm)
NSO (pipecat.transcriptions.language.Language attribute)
NullFilter (class in pipecat.processors.filters.null_filter)
num_channels (pipecat.audio.vad.vad_analyzer.VADAnalyzer property)
(pipecat.frames.frames.AudioRawFrame attribute)
(pipecat.processors.audio.audio_buffer_processor.AudioBufferProcessor property)
(pipecat.processors.frameworks.rtvi.models.AudioMessageData attribute)
(pipecat.services.soniox.stt.SonioxInputParams attribute)
num_endpoints (pipecat.transports.daily.utils.DailyRoomSipParams attribute)
num_frames (pipecat.frames.frames.AudioRawFrame attribute)
num_frames_required() (pipecat.audio.vad.aic_quail_vad.AICQuailVADAnalyzer method)
(pipecat.audio.vad.aic_vad.AICVADAnalyzer method)
(pipecat.audio.vad.krisp_viva_vad.KrispVivaVadAnalyzer method)
(pipecat.audio.vad.silero.SileroVADAnalyzer method)
(pipecat.audio.vad.vad_analyzer.VADAnalyzer method)
(pipecat.transports.daily.transport.WebRTCVADAnalyzer method)
num_images (pipecat.services.fal.image.FalImageGenService.InputParams attribute)
(pipecat.services.fal.image.FalImageGenSettings attribute)
num_inference_steps (pipecat.services.fal.image.FalImageGenService.InputParams attribute)
(pipecat.services.fal.image.FalImageGenSettings attribute)
num_initial_ignored_frames (pipecat.services.sarvam.stt.SarvamSTTSettings attribute)
number_of_images (pipecat.services.google.image.GoogleImageGenService.InputParams attribute)
(pipecat.services.google.image.GoogleImageGenSettings attribute)
numerals (pipecat.services.deepgram.stt.DeepgramSTTSettings attribute)
(pipecat.services.smallest.stt.SmallestSTTSettings attribute)
NvidiaLLMService (class in pipecat.services.nvidia.llm)
NvidiaLLMSettings (class in pipecat.services.nvidia.llm)
NvidiaSageMakerHTTPTTSService (class in pipecat.services.nvidia.sagemaker.tts)
NvidiaSageMakerSTTService (class in pipecat.services.nvidia.sagemaker.stt)
NvidiaSageMakerSTTSettings (class in pipecat.services.nvidia.sagemaker.stt)
NvidiaSageMakerTTSService (class in pipecat.services.nvidia.sagemaker.tts)
NvidiaSageMakerTTSSettings (class in pipecat.services.nvidia.sagemaker.tts)
NvidiaSegmentedSTTService (class in pipecat.services.nvidia.stt)
NvidiaSegmentedSTTService.InputParams (class in pipecat.services.nvidia.stt)
NvidiaSegmentedSTTSettings (class in pipecat.services.nvidia.stt)
NvidiaSTTService (class in pipecat.services.nvidia.stt)
NvidiaSTTService.InputParams (class in pipecat.services.nvidia.stt)
NvidiaSTTSettings (class in pipecat.services.nvidia.stt)
NvidiaTTSService (class in pipecat.services.nvidia.tts)
NvidiaTTSService.InputParams (class in pipecat.services.nvidia.tts)
NvidiaTTSSettings (class in pipecat.services.nvidia.tts)
NvidiaTTSSynthesisMode (class in pipecat.services.nvidia.tts)
NY (pipecat.transcriptions.language.Language attribute)
O
obj_count() (in module pipecat.utils.utils)
obj_id() (in module pipecat.utils.utils)
object (pipecat.services.inworld.realtime.events.ConversationItem attribute)
(pipecat.services.inworld.realtime.events.RealtimeConversation attribute)
(pipecat.services.inworld.realtime.events.Response attribute)
(pipecat.services.openai.realtime.events.ConversationItem attribute)
(pipecat.services.openai.realtime.events.RealtimeConversation attribute)
(pipecat.services.openai.realtime.events.Response attribute)
(pipecat.services.openai.realtime.events.SessionProperties attribute)
(pipecat.services.xai.realtime.events.ConversationItem attribute)
(pipecat.services.xai.realtime.events.RealtimeConversation attribute)
(pipecat.services.xai.realtime.events.Response attribute)
(pipecat.transports.whatsapp.api.WhatsAppWebhookRequest attribute)
observer (pipecat.pipeline.worker_observer.Proxy attribute)
(pipecat.processors.frame_processor.FrameProcessorSetup attribute)
OC (pipecat.transcriptions.language.Language attribute)
ollama_service() (in module pipecat.evals.services)
OLLamaLLMService (class in pipecat.services.ollama.llm)
OllamaLLMSettings (class in pipecat.services.ollama.llm)
on_activated() (pipecat.workers.base_worker.BaseWorker method)
(pipecat.workers.llm.llm_worker.LLMWorker method)
(pipecat.workers.llm.LLMWorker method)
(pipecat.workers.proxy.websocket.client.WebSocketProxyClient method)
(pipecat.workers.proxy.websocket.WebSocketProxyClient method)
(pipecat.workers.proxy.WebSocketProxyClient method)
on_active_speaker_changed (pipecat.transports.daily.transport.DailyCallbacks attribute)
on_active_speaker_changed() (pipecat.transports.daily.transport.DailyTransportClient method)
on_app_message (pipecat.transports.daily.transport.DailyCallbacks attribute)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCCallbacks attribute)
on_app_message() (pipecat.transports.daily.transport.DailyTransportClient method)
on_assistant_audio_started() (pipecat.services.aws.nova_sonic.session_continuation.SessionContinuationHelper method)
on_audio_context_completed() (pipecat.services.asyncai.tts.AsyncAITTSService method)
(pipecat.services.cartesia.tts.CartesiaTTSService method)
(pipecat.services.elevenlabs.tts.ElevenLabsTTSService method)
(pipecat.services.gradium.tts.GradiumTTSService method)
(pipecat.services.resembleai.tts.ResembleAITTSService method)
(pipecat.services.rime.tts.RimeTTSService method)
(pipecat.services.tts_service.TTSService method)
on_audio_context_interrupted() (pipecat.services.asyncai.tts.AsyncAITTSService method)
(pipecat.services.cartesia.tts.CartesiaTTSService method)
(pipecat.services.deepgram.sagemaker.tts.DeepgramSageMakerTTSService method)
(pipecat.services.deepgram.tts.DeepgramTTSService method)
(pipecat.services.elevenlabs.tts.ElevenLabsTTSService method)
(pipecat.services.fish.tts.FishAudioTTSService method)
(pipecat.services.gradium.tts.GradiumTTSService method)
(pipecat.services.inworld.tts.InworldTTSService method)
(pipecat.services.nvidia.tts.NvidiaTTSService method)
(pipecat.services.resembleai.tts.ResembleAITTSService method)
(pipecat.services.rime.tts.RimeTTSService method)
(pipecat.services.soniox.tts.SonioxTTSService method)
(pipecat.services.together.tts.TogetherTTSService method)
(pipecat.services.tts_service.TTSService method)
(pipecat.services.xai.tts.XAITTSService method)
on_audio_input() (pipecat.services.aws.nova_sonic.session_continuation.SessionContinuationHelper method)
on_audio_track_subscribed (pipecat.transports.livekit.transport.LiveKitCallbacks attribute)
on_audio_track_unsubscribed (pipecat.transports.livekit.transport.LiveKitCallbacks attribute)
on_before_disconnect (pipecat.transports.livekit.transport.LiveKitCallbacks attribute)
on_before_leave (pipecat.transports.daily.transport.DailyCallbacks attribute)
on_bus_message() (pipecat.bus.bridge_processor.BusBridgeProcessor method)
(pipecat.bus.BusBridgeProcessor method)
(pipecat.bus.BusSubscriber method)
(pipecat.bus.subscriber.BusSubscriber method)
(pipecat.pipeline.runner.WorkerRunner method)
(pipecat.pipeline.task.PipelineWorker method)
(pipecat.pipeline.worker.PipelineWorker method)
(pipecat.workers.base_worker.BaseWorker method)
(pipecat.workers.proxy.websocket.client.WebSocketProxyClient method)
(pipecat.workers.proxy.websocket.server.WebSocketProxyServer method)
(pipecat.workers.proxy.websocket.WebSocketProxyClient method)
(pipecat.workers.proxy.websocket.WebSocketProxyServer method)
(pipecat.workers.proxy.WebSocketProxyClient method)
(pipecat.workers.proxy.WebSocketProxyServer method)
(pipecat.workers.runner.WorkerRunner method)
(pipecat.workers.ui.ui_worker.UIWorker method)
(pipecat.workers.ui.UIWorker method)
on_call_state_updated (pipecat.transports.daily.transport.DailyCallbacks attribute)
on_call_state_updated() (pipecat.transports.daily.transport.DailyTransportClient method)
on_client_connected (pipecat.transports.daily.transport.DailyCallbacks attribute)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCCallbacks attribute)
(pipecat.transports.websocket.fastapi.FastAPIWebsocketCallbacks attribute)
(pipecat.transports.websocket.server.SingleClientWebsocketServerCallbacks attribute)
(pipecat.transports.websocket.server.WebsocketServerCallbacks attribute)
on_client_disconnected (pipecat.transports.daily.transport.DailyCallbacks attribute)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCCallbacks attribute)
(pipecat.transports.websocket.fastapi.FastAPIWebsocketCallbacks attribute)
(pipecat.transports.websocket.server.SingleClientWebsocketServerCallbacks attribute)
(pipecat.transports.websocket.server.WebsocketServerCallbacks attribute)
on_completion_end() (pipecat.services.aws.nova_sonic.session_continuation.SessionContinuationHelper method)
on_connected (pipecat.services.heygen.client.HeyGenCallbacks attribute)
(pipecat.transports.livekit.transport.LiveKitCallbacks attribute)
(pipecat.transports.websocket.client.WebsocketClientCallbacks attribute)
on_content_end_assistant_final_text() (pipecat.services.aws.nova_sonic.session_continuation.SessionContinuationHelper method)
on_content_end_text_interrupted() (pipecat.services.aws.nova_sonic.session_continuation.SessionContinuationHelper method)
on_content_end_user_final_text() (pipecat.services.aws.nova_sonic.session_continuation.SessionContinuationHelper method)
on_context_updated (pipecat.frames.frames.FunctionCallResultProperties attribute)
on_data_received (pipecat.transports.livekit.transport.LiveKitCallbacks attribute)
on_deactivated() (pipecat.workers.base_worker.BaseWorker method)
on_dialin_connected (pipecat.transports.daily.transport.DailyCallbacks attribute)
on_dialin_connected() (pipecat.transports.daily.transport.DailyTransportClient method)
on_dialin_error (pipecat.transports.daily.transport.DailyCallbacks attribute)
on_dialin_error() (pipecat.transports.daily.transport.DailyTransportClient method)
on_dialin_ready (pipecat.transports.daily.transport.DailyCallbacks attribute)
on_dialin_ready() (pipecat.transports.daily.transport.DailyTransportClient method)
on_dialin_stopped (pipecat.transports.daily.transport.DailyCallbacks attribute)
on_dialin_stopped() (pipecat.transports.daily.transport.DailyTransportClient method)
on_dialin_warning (pipecat.transports.daily.transport.DailyCallbacks attribute)
on_dialin_warning() (pipecat.transports.daily.transport.DailyTransportClient method)
on_dialout_answered (pipecat.transports.daily.transport.DailyCallbacks attribute)
on_dialout_answered() (pipecat.transports.daily.transport.DailyTransportClient method)
on_dialout_connected (pipecat.transports.daily.transport.DailyCallbacks attribute)
on_dialout_connected() (pipecat.transports.daily.transport.DailyTransportClient method)
on_dialout_error (pipecat.transports.daily.transport.DailyCallbacks attribute)
on_dialout_error() (pipecat.transports.daily.transport.DailyTransportClient method)
on_dialout_stopped (pipecat.transports.daily.transport.DailyCallbacks attribute)
on_dialout_stopped() (pipecat.transports.daily.transport.DailyTransportClient method)
on_dialout_warning (pipecat.transports.daily.transport.DailyCallbacks attribute)
on_dialout_warning() (pipecat.transports.daily.transport.DailyTransportClient method)
on_disconnected (pipecat.transports.livekit.transport.LiveKitCallbacks attribute)
(pipecat.transports.websocket.client.WebsocketClientCallbacks attribute)
on_dtmf_event (pipecat.transports.daily.transport.DailyCallbacks attribute)
on_dtmf_event() (pipecat.transports.daily.transport.DailyTransportClient method)
on_error (pipecat.transports.daily.transport.DailyCallbacks attribute)
on_first_participant_joined (pipecat.transports.livekit.transport.LiveKitCallbacks attribute)
on_job_cancelled() (pipecat.workers.base_worker.BaseWorker method)
on_job_completed() (pipecat.workers.base_worker.BaseWorker method)
on_job_error() (pipecat.workers.base_worker.BaseWorker method)
on_job_request() (pipecat.workers.base_worker.BaseWorker method)
on_job_response() (pipecat.workers.base_worker.BaseWorker method)
on_job_stream_data() (pipecat.workers.base_worker.BaseWorker method)
on_job_stream_end() (pipecat.workers.base_worker.BaseWorker method)
on_job_stream_start() (pipecat.workers.base_worker.BaseWorker method)
on_job_update() (pipecat.workers.base_worker.BaseWorker method)
on_job_update_requested() (pipecat.workers.base_worker.BaseWorker method)
on_joined (pipecat.transports.daily.transport.DailyCallbacks attribute)
(pipecat.transports.tavus.transport.TavusCallbacks attribute)
on_left (pipecat.transports.daily.transport.DailyCallbacks attribute)
on_message (pipecat.transports.websocket.client.WebsocketClientCallbacks attribute)
on_message() (pipecat.transports.websocket.client.WebsocketClientInputTransport method)
on_message_received() (pipecat.bus.bus.WorkerBus method)
(pipecat.bus.WorkerBus method)
on_participant_connected (pipecat.services.heygen.client.HeyGenCallbacks attribute)
(pipecat.transports.livekit.transport.LiveKitCallbacks attribute)
on_participant_disconnected (pipecat.services.heygen.client.HeyGenCallbacks attribute)
(pipecat.transports.livekit.transport.LiveKitCallbacks attribute)
on_participant_event() (pipecat.transports.livekit.transport.LiveKitTransport method)
on_participant_joined (pipecat.transports.daily.transport.DailyCallbacks attribute)
(pipecat.transports.lemonslice.transport.LemonSliceCallbacks attribute)
(pipecat.transports.tavus.transport.TavusCallbacks attribute)
on_participant_joined() (pipecat.transports.daily.transport.DailyTransportClient method)
on_participant_left (pipecat.transports.daily.transport.DailyCallbacks attribute)
(pipecat.transports.lemonslice.transport.LemonSliceCallbacks attribute)
(pipecat.transports.tavus.transport.TavusCallbacks attribute)
on_participant_left() (pipecat.transports.daily.transport.DailyTransportClient method)
on_participant_updated (pipecat.transports.daily.transport.DailyCallbacks attribute)
on_participant_updated() (pipecat.transports.daily.transport.DailyTransportClient method)
on_pattern_match() (pipecat.utils.text.pattern_pair_aggregator.PatternPairAggregator method)
on_pipeline_started() (pipecat.observers.base_observer.BaseObserver method)
(pipecat.observers.startup_timing_observer.StartupTimingObserver method)
(pipecat.pipeline.worker_observer.WorkerObserver method)
on_process_frame() (pipecat.observers.base_observer.BaseObserver method)
(pipecat.observers.startup_timing_observer.StartupTimingObserver method)
(pipecat.pipeline.worker_observer.WorkerObserver method)
on_push_frame() (pipecat.observers.base_observer.BaseObserver method)
(pipecat.observers.loggers.debug_log_observer.DebugLogObserver method)
(pipecat.observers.loggers.llm_log_observer.LLMLogObserver method)
(pipecat.observers.loggers.metrics_log_observer.MetricsLogObserver method)
(pipecat.observers.loggers.transcription_log_observer.TranscriptionLogObserver method)
(pipecat.observers.startup_timing_observer.StartupTimingObserver method)
(pipecat.observers.turn_tracking_observer.TurnTrackingObserver method)
(pipecat.observers.user_bot_latency_observer.UserBotLatencyObserver method)
(pipecat.pipeline.task.IdleFrameObserver method)
(pipecat.pipeline.worker.IdleFrameObserver method)
(pipecat.pipeline.worker_observer.WorkerObserver method)
(pipecat.processors.frameworks.rtvi.observer.RTVIObserver method)
(pipecat.processors.frameworks.rtvi.RTVIObserver method)
(pipecat.services.google.rtvi.GoogleRTVIObserver method)
(pipecat.utils.tracing.turn_trace_observer.TurnTraceObserver method)
on_recording_error (pipecat.transports.daily.transport.DailyCallbacks attribute)
on_recording_error() (pipecat.transports.daily.transport.DailyTransportClient method)
on_recording_started (pipecat.transports.daily.transport.DailyCallbacks attribute)
on_recording_started() (pipecat.transports.daily.transport.DailyTransportClient method)
on_recording_stopped (pipecat.transports.daily.transport.DailyCallbacks attribute)
on_recording_stopped() (pipecat.transports.daily.transport.DailyTransportClient method)
on_room_event() (pipecat.transports.livekit.transport.LiveKitTransport method)
on_session_timeout (pipecat.transports.websocket.fastapi.FastAPIWebsocketCallbacks attribute)
(pipecat.transports.websocket.server.SingleClientWebsocketServerCallbacks attribute)
(pipecat.transports.websocket.server.WebsocketServerCallbacks attribute)
on_text_output() (pipecat.services.aws.nova_sonic.session_continuation.SessionContinuationHelper method)
on_track_event() (pipecat.transports.livekit.transport.LiveKitTransport method)
on_transcription_error (pipecat.transports.daily.transport.DailyCallbacks attribute)
on_transcription_error() (pipecat.transports.daily.transport.DailyTransportClient method)
on_transcription_message (pipecat.transports.daily.transport.DailyCallbacks attribute)
on_transcription_message() (pipecat.transports.daily.transport.DailyTransportClient method)
on_transcription_started() (pipecat.transports.daily.transport.DailyTransportClient method)
on_transcription_stopped (pipecat.transports.daily.transport.DailyCallbacks attribute)
on_transcription_stopped() (pipecat.transports.daily.transport.DailyTransportClient method)
on_turn_context_completed() (pipecat.services.elevenlabs.tts.ElevenLabsTTSService method)
(pipecat.services.inworld.tts.InworldTTSService method)
(pipecat.services.soniox.tts.SonioxTTSService method)
(pipecat.services.tts_service.TTSService method)
on_turn_context_created() (pipecat.services.inworld.tts.InworldTTSService method)
(pipecat.services.smallest.tts.SmallestTTSService method)
(pipecat.services.soniox.tts.SonioxTTSService method)
(pipecat.services.tts_service.TTSService method)
on_user_content_started() (pipecat.services.aws.nova_sonic.session_continuation.SessionContinuationHelper method)
on_video_track_subscribed (pipecat.transports.livekit.transport.LiveKitCallbacks attribute)
on_video_track_unsubscribed (pipecat.transports.livekit.transport.LiveKitCallbacks attribute)
on_websocket_ready (pipecat.transports.websocket.server.SingleClientWebsocketServerCallbacks attribute)
(pipecat.transports.websocket.server.WebsocketServerCallbacks attribute)
on_worker_failed() (pipecat.workers.base_worker.BaseWorker method)
on_worker_ready() (pipecat.workers.base_worker.BaseWorker method)
(pipecat.workers.proxy.websocket.server.WebSocketProxyServer method)
(pipecat.workers.proxy.websocket.WebSocketProxyServer method)
(pipecat.workers.proxy.WebSocketProxyServer method)
ONE (pipecat.audio.dtmf.types.KeypadEntry attribute)
OneShotInputParams (class in pipecat.services.ultravox.llm)
OPEN (pipecat.serializers.genesys.AudioHookMessageType attribute)
open_stream() (pipecat.services.aws.nova_sonic.llm.AWSNovaSonicLLMService method)
(pipecat.services.aws.nova_sonic.session_continuation.NovaSonicSessionSender method)
OPENAI (pipecat.adapters.schemas.tools_schema.AdapterType attribute)
openai_service() (in module pipecat.evals.services)
OpenAIImageGenService (class in pipecat.services.openai.image)
OpenAIImageGenSettings (class in pipecat.services.openai.image)
OpenAILLMAdapter (class in pipecat.adapters.services.open_ai_adapter)
OpenAILLMInvocationParams (class in pipecat.adapters.services.open_ai_adapter)
OpenAILLMService (class in pipecat.services.openai.llm)
OpenAILLMSettings (class in pipecat.services.openai.base_llm)
OpenAIRealtimeLLMAdapter (class in pipecat.adapters.services.open_ai_realtime_adapter)
OpenAIRealtimeLLMAdapter.ConvertedMessages (class in pipecat.adapters.services.open_ai_realtime_adapter)
OpenAIRealtimeLLMInvocationParams (class in pipecat.adapters.services.open_ai_realtime_adapter)
OpenAIRealtimeLLMService (class in pipecat.services.openai.realtime.llm)
OpenAIRealtimeLLMSettings (class in pipecat.services.openai.realtime.llm)
OpenAIRealtimeSTTService (class in pipecat.services.openai.stt)
OpenAIRealtimeSTTSettings (class in pipecat.services.openai.stt)
OpenAIResponsesHttpLLMService (class in pipecat.services.openai.responses.llm)
OpenAIResponsesLLMAdapter (class in pipecat.adapters.services.open_ai_responses_adapter)
OpenAIResponsesLLMInvocationParams (class in pipecat.adapters.services.open_ai_responses_adapter)
OpenAIResponsesLLMService (class in pipecat.services.openai.responses.llm)
OpenAIResponsesLLMSettings (class in pipecat.services.openai.responses.llm)
OpenAIResponsesReasoningConfig (class in pipecat.services.openai.responses.llm)
OpenAISTTService (class in pipecat.services.openai.stt)
OpenAISTTSettings (class in pipecat.services.openai.stt)
OpenAITTSService (class in pipecat.services.openai.tts)
OpenAITTSService.InputParams (class in pipecat.services.openai.tts)
OpenAITTSSettings (class in pipecat.services.openai.tts)
OPENED (pipecat.serializers.genesys.AudioHookMessageType attribute)
OpenRouterLLMService (class in pipecat.services.openrouter.llm)
OpenRouterLLMSettings (class in pipecat.services.openrouter.llm)
operating_point (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.InputParams attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTSettings attribute)
optimize_streaming_latency (pipecat.services.elevenlabs.tts.ElevenLabsHttpTTSService.InputParams attribute)
(pipecat.services.elevenlabs.tts.ElevenLabsHttpTTSSettings attribute)
(pipecat.services.xai.tts.XAITTSSettings attribute)
(pipecat.services.xai.tts.XAIWebsocketTTSSettings attribute)
options (pipecat.processors.frameworks.rtvi.models.SendTextData attribute)
OR (pipecat.transcriptions.language.Language attribute)
OR_IN (pipecat.transcriptions.language.Language attribute)
original (pipecat.utils.context.text_segment_map.TextSegment attribute)
original_alnum_count (pipecat.utils.context.text_segment_map.TextSegment property)
original_data (pipecat.frames.frames.AssistantImageRawFrame attribute)
original_end (pipecat.utils.context.text_segment_map.TextSegment attribute)
original_message_count (pipecat.processors.aggregators.llm_context_summarizer.SummaryAppliedEvent attribute)
original_mime_type (pipecat.frames.frames.AssistantImageRawFrame attribute)
original_start (pipecat.utils.context.text_segment_map.TextSegment attribute)
origins (pipecat.services.google.frames.LLMSearchResponseFrame attribute)
(pipecat.services.google.rtvi.RTVISearchResponseMessageData attribute)
out_sample_rate (pipecat.services.heygen.client.HeyGenClient property)
(pipecat.transports.daily.transport.DailyTransportClient property)
(pipecat.transports.lemonslice.transport.LemonSliceTransportClient property)
(pipecat.transports.tavus.transport.TavusTransportClient property)
outbound (pipecat.transports.smallwebrtc.connection.SignallingMessage attribute)
outbound_encoding (pipecat.runner.types.TelnyxCallData attribute)
(pipecat.serializers.telnyx.TelnyxFrameSerializer.InputParams attribute)
output (pipecat.services.inworld.realtime.events.AudioConfiguration attribute)
(pipecat.services.inworld.realtime.events.ConversationItem attribute)
(pipecat.services.inworld.realtime.events.Response attribute)
(pipecat.services.openai.realtime.events.AudioConfiguration attribute)
(pipecat.services.openai.realtime.events.ConversationItem attribute)
(pipecat.services.openai.realtime.events.Response attribute)
(pipecat.services.xai.realtime.events.AudioConfiguration attribute)
(pipecat.services.xai.realtime.events.ConversationItem attribute)
(pipecat.services.xai.realtime.events.Response attribute)
output() (pipecat.evals.transport.EvalTransport method)
(pipecat.transports.base_transport.BaseTransport method)
(pipecat.transports.daily.transport.DailyTransport method)
(pipecat.transports.heygen.transport.HeyGenTransport method)
(pipecat.transports.lemonslice.transport.LemonSliceTransport method)
(pipecat.transports.livekit.transport.LiveKitTransport method)
(pipecat.transports.local.audio.LocalAudioTransport method)
(pipecat.transports.local.tk.TkLocalTransport method)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCTransport method)
(pipecat.transports.tavus.transport.TavusTransport method)
(pipecat.transports.websocket.client.WebsocketClientTransport method)
(pipecat.transports.websocket.fastapi.FastAPIWebsocketTransport method)
(pipecat.transports.websocket.server.SingleClientWebsocketServerTransport method)
output_audio_bitrate (pipecat.services.sarvam.tts.SarvamTTSService.InputParams attribute)
output_audio_codec (pipecat.services.sarvam.tts.SarvamTTSService.InputParams attribute)
output_audio_format (pipecat.services.openai.realtime.events.Response attribute)
output_channel_count (pipecat.services.aws.nova_sonic.llm.AudioConfig attribute)
(pipecat.services.aws.nova_sonic.llm.Params attribute)
output_device_index (pipecat.transports.local.audio.LocalAudioTransportParams attribute)
output_format_from_sample_rate() (in module pipecat.services.elevenlabs.tts)
output_index (pipecat.services.inworld.realtime.events.ResponseAudioDelta attribute)
(pipecat.services.inworld.realtime.events.ResponseContentPartAdded attribute)
(pipecat.services.inworld.realtime.events.ResponseContentPartDone attribute)
(pipecat.services.inworld.realtime.events.ResponseOutputItemAdded attribute)
(pipecat.services.inworld.realtime.events.ResponseOutputItemDone attribute)
(pipecat.services.openai.realtime.events.ResponseAudioDelta attribute)
(pipecat.services.openai.realtime.events.ResponseAudioDone attribute)
(pipecat.services.openai.realtime.events.ResponseAudioTranscriptDelta attribute)
(pipecat.services.openai.realtime.events.ResponseAudioTranscriptDone attribute)
(pipecat.services.openai.realtime.events.ResponseContentPartAdded attribute)
(pipecat.services.openai.realtime.events.ResponseContentPartDone attribute)
(pipecat.services.openai.realtime.events.ResponseFunctionCallArgumentsDelta attribute)
(pipecat.services.openai.realtime.events.ResponseFunctionCallArgumentsDone attribute)
(pipecat.services.openai.realtime.events.ResponseOutputItemAdded attribute)
(pipecat.services.openai.realtime.events.ResponseOutputItemDone attribute)
(pipecat.services.openai.realtime.events.ResponseTextDelta attribute)
(pipecat.services.openai.realtime.events.ResponseTextDone attribute)
(pipecat.services.xai.realtime.events.ResponseAudioDelta attribute)
(pipecat.services.xai.realtime.events.ResponseContentPartAdded attribute)
(pipecat.services.xai.realtime.events.ResponseContentPartDone attribute)
(pipecat.services.xai.realtime.events.ResponseOutputItemAdded attribute)
(pipecat.services.xai.realtime.events.ResponseOutputItemDone attribute)
output_medium (pipecat.services.ultravox.llm.AgentInputParams attribute)
(pipecat.services.ultravox.llm.OneShotInputParams attribute)
(pipecat.services.ultravox.llm.UltravoxRealtimeLLMSettings attribute)
output_modalities (pipecat.services.inworld.realtime.events.SessionProperties attribute)
(pipecat.services.openai.realtime.events.Response attribute)
(pipecat.services.openai.realtime.events.ResponseProperties attribute)
(pipecat.services.openai.realtime.events.SessionProperties attribute)
output_sample_rate (pipecat.services.aws.nova_sonic.llm.AudioConfig attribute)
(pipecat.services.aws.nova_sonic.llm.Params attribute)
output_sample_size (pipecat.services.aws.nova_sonic.llm.AudioConfig attribute)
(pipecat.services.aws.nova_sonic.llm.Params attribute)
output_token_details (pipecat.services.openai.realtime.events.Usage attribute)
output_tokens (pipecat.services.inworld.realtime.events.Usage attribute)
(pipecat.services.openai.realtime.events.Usage attribute)
(pipecat.services.xai.realtime.events.Usage attribute)
output_variables (pipecat.serializers.genesys.GenesysAudioHookSerializer property)
OutputAudioRawFrame (class in pipecat.frames.frames)
OutputDTMFFrame (class in pipecat.frames.frames)
OutputDTMFUrgentFrame (class in pipecat.frames.frames)
OutputImageRawFrame (class in pipecat.frames.frames)
OutputTransportMessageFrame (class in pipecat.frames.frames)
OutputTransportMessageUrgentFrame (class in pipecat.frames.frames)
OutputTransportReadyFrame (class in pipecat.frames.frames)
OUTRAGED (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
P
PA (pipecat.transcriptions.language.Language attribute)
PA_IN (pipecat.transcriptions.language.Language attribute)
pace (pipecat.services.sarvam.tts.SarvamHttpTTSService.InputParams attribute)
(pipecat.services.sarvam.tts.SarvamHttpTTSSettings attribute)
(pipecat.services.sarvam.tts.SarvamTTSService.InputParams attribute)
pace_range (pipecat.services.sarvam.tts.TTSModelConfig attribute)
package (pipecat.cli.registry.service_metadata.ServiceDefinition attribute)
(pipecat.cli.registry.ServiceDefinition attribute)
PACKED_YUV444 (pipecat.transports.vonage.utils.ImageFormat attribute)
PANICKED (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
ParallelPipeline (class in pipecat.pipeline.parallel_pipeline)
param (pipecat.services.inworld.realtime.events.RealtimeError attribute)
(pipecat.services.openai.realtime.events.RealtimeError attribute)
(pipecat.services.xai.realtime.events.RealtimeError attribute)
param_defaults (pipecat.cli.registry.service_metadata.ServiceDefinition attribute)
(pipecat.cli.registry.ServiceDefinition attribute)
parameters (pipecat.services.inworld.realtime.events.FunctionTool attribute)
(pipecat.services.xai.realtime.events.FunctionTool attribute)
Params (class in pipecat.services.aws.nova_sonic.llm)
params (pipecat.audio.turn.base_turn_analyzer.BaseTurnAnalyzer property)
(pipecat.audio.turn.krisp_viva_turn.KrispVivaTurn property)
(pipecat.audio.turn.smart_turn.base_smart_turn.BaseSmartTurn property)
(pipecat.audio.vad.vad_analyzer.VADAnalyzer property)
(pipecat.frames.frames.VADParamsUpdateFrame attribute)
(pipecat.pipeline.task.PipelineWorker property)
(pipecat.pipeline.worker.PipelineWorker property)
(pipecat.processors.frameworks.rtvi.models.Navigate attribute)
parent (pipecat.bus.BusWorkerReadyMessage attribute)
(pipecat.bus.messages.BusWorkerReadyMessage attribute)
(pipecat.bus.WorkerRegistryEntry attribute)
(pipecat.registry.types.WorkerRegistryEntry attribute)
(pipecat.workers.base_worker.BaseWorker property)
parse_message() (in module pipecat.processors.aggregators.async_tool_messages)
parse_server_event() (in module pipecat.services.inworld.realtime.events)
(in module pipecat.services.openai.realtime.events)
(in module pipecat.services.xai.realtime.events)
parse_start_end_tags() (in module pipecat.utils.string)
parse_telephony_websocket() (in module pipecat.runner.utils)
part (pipecat.services.inworld.realtime.events.ResponseContentPartAdded attribute)
(pipecat.services.openai.realtime.events.ResponseContentPartAdded attribute)
(pipecat.services.openai.realtime.events.ResponseContentPartDone attribute)
(pipecat.services.xai.realtime.events.ResponseContentPartAdded attribute)
participant (pipecat.serializers.genesys.GenesysAudioHookSerializer property)
participant_counts() (pipecat.transports.daily.transport.DailyTransport method)
(pipecat.transports.daily.transport.DailyTransportClient method)
participant_id (pipecat.transports.daily.transport.DailyInputTransportMessageFrame attribute)
(pipecat.transports.daily.transport.DailyOutputTransportMessageFrame attribute)
(pipecat.transports.daily.transport.DailyOutputTransportMessageUrgentFrame attribute)
(pipecat.transports.daily.transport.DailyTransport property)
(pipecat.transports.daily.transport.DailyTransportClient property)
(pipecat.transports.livekit.transport.LiveKitOutputTransportMessageFrame attribute)
(pipecat.transports.livekit.transport.LiveKitOutputTransportMessageUrgentFrame attribute)
(pipecat.transports.livekit.transport.LiveKitTransport property)
(pipecat.transports.livekit.transport.LiveKitTransportClient property)
participants() (pipecat.transports.daily.transport.DailyTransport method)
(pipecat.transports.daily.transport.DailyTransportClient method)
passed (pipecat.evals.harness.EvalResult attribute)
(pipecat.evals.judge.JudgeVerdict property)
PatternMatch (class in pipecat.utils.text.pattern_pair_aggregator)
PatternPairAggregator (class in pipecat.utils.text.pattern_pair_aggregator)
PAUSE (pipecat.serializers.genesys.AudioHookMessageType attribute)
pause() (pipecat.transports.base_input.BaseInputTransport method)
pause_between_brackets (pipecat.services.rime.tts.RimeHttpTTSService.InputParams attribute)
(pipecat.services.rime.tts.RimeTTSService.InputParams attribute)
pause_processing_frames() (pipecat.processors.frame_processor.FrameProcessor method)
pause_processing_system_frames() (pipecat.processors.frame_processor.FrameProcessor method)
PAUSE_TAG() (pipecat.services.cartesia.tts.CartesiaTTSService static method)
(pipecat.services.rime.tts.RimeTTSService static method)
pauseBetweenBrackets (pipecat.services.rime.tts.RimeTTSSettings attribute)
payload (pipecat.bus.BusJobRequestMessage attribute)
(pipecat.bus.messages.BusJobRequestMessage attribute)
(pipecat.bus.ui.BusUICommandMessage attribute)
(pipecat.bus.ui.BusUIEventMessage attribute)
(pipecat.bus.ui.messages.BusUICommandMessage attribute)
(pipecat.bus.ui.messages.BusUIEventMessage attribute)
(pipecat.processors.frameworks.rtvi.frames.RTVIUICommandFrame attribute)
(pipecat.processors.frameworks.rtvi.frames.RTVIUIEventFrame attribute)
(pipecat.processors.frameworks.rtvi.models.UICommandData attribute)
(pipecat.processors.frameworks.rtvi.models.UIEventData attribute)
(pipecat.processors.frameworks.rtvi.RTVIUICommandFrame attribute)
(pipecat.processors.frameworks.rtvi.RTVIUIEventFrame attribute)
(pipecat.workers.ui.BusUICommandMessage attribute)
(pipecat.workers.ui.BusUIEventMessage attribute)
pc (pipecat.transports.smallwebrtc.connection.SmallWebRTCConnection property)
pc_id (pipecat.transports.smallwebrtc.connection.SmallWebRTCConnection property)
(pipecat.transports.smallwebrtc.request_handler.SmallWebRTCPatchRequest attribute)
(pipecat.transports.smallwebrtc.request_handler.SmallWebRTCRequest attribute)
PCM_F32LE (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.AudioEncoding attribute)
,
[1]
PCM_S16LE (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.AudioEncoding attribute)
,
[1]
pcm_to_alaw() (in module pipecat.audio.utils)
pcm_to_ulaw() (in module pipecat.audio.utils)
PCMAAudioFormat (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
PCMAudioFormat (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
PCMU (pipecat.serializers.genesys.AudioHookMediaFormat attribute)
PCMUAudioFormat (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
PEACEFUL (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
PeerLeftMessage (class in pipecat.transports.smallwebrtc.connection)
PER_SENTENCE (pipecat.services.nvidia.tts.NvidiaTTSSynthesisMode attribute)
permissions (pipecat.transports.daily.utils.DailyMeetingTokenProperties attribute)
PerplexityLLMAdapter (class in pipecat.adapters.services.perplexity_adapter)
PerplexityLLMService (class in pipecat.services.perplexity.llm)
PerplexityLLMSettings (class in pipecat.services.perplexity.llm)
PgmqBackend (class in pipecat.bus.network.pgmq_backends)
PgmqBus (class in pipecat.bus.network.pgmq)
phone_number_id (pipecat.transports.whatsapp.api.WhatsAppMetadata attribute)
phonemize_between_brackets (pipecat.services.rime.tts.RimeHttpTTSService.InputParams attribute)
(pipecat.services.rime.tts.RimeTTSService.InputParams attribute)
phonemizeBetweenBrackets (pipecat.services.rime.tts.RimeTTSSettings attribute)
PING (pipecat.serializers.genesys.AudioHookMessageType attribute)
PingEvent (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.xai.realtime.events)
pipecat
module
pipecat.adapters
module
pipecat.adapters.base_llm_adapter
module
pipecat.adapters.schemas
module
pipecat.adapters.schemas.direct_function
module
pipecat.adapters.schemas.function_schema
module
pipecat.adapters.schemas.tools_schema
module
pipecat.adapters.services
module
pipecat.adapters.services.anthropic_adapter
module
pipecat.adapters.services.aws_nova_sonic_adapter
module
pipecat.adapters.services.bedrock_adapter
module
pipecat.adapters.services.gemini_adapter
module
pipecat.adapters.services.grok_realtime_adapter
module
pipecat.adapters.services.inworld_realtime_adapter
module
pipecat.adapters.services.mistral_adapter
module
pipecat.adapters.services.open_ai_adapter
module
pipecat.adapters.services.open_ai_realtime_adapter
module
pipecat.adapters.services.open_ai_responses_adapter
module
pipecat.adapters.services.perplexity_adapter
module
pipecat.audio
module
pipecat.audio.dtmf
module
pipecat.audio.dtmf.types
module
pipecat.audio.dtmf.utils
module
pipecat.audio.filters
module
pipecat.audio.filters.aic_filter
module
pipecat.audio.filters.base_audio_filter
module
pipecat.audio.filters.koala_filter
module
pipecat.audio.filters.krisp_viva_filter
module
pipecat.audio.filters.rnnoise_filter
module
pipecat.audio.krisp_instance
module
pipecat.audio.mixers
module
pipecat.audio.mixers.base_audio_mixer
module
pipecat.audio.mixers.soundfile_mixer
module
pipecat.audio.resamplers
module
pipecat.audio.resamplers.base_audio_resampler
module
pipecat.audio.resamplers.resampy_resampler
module
pipecat.audio.resamplers.soxr_resampler
module
pipecat.audio.resamplers.soxr_stream_resampler
module
pipecat.audio.turn
module
pipecat.audio.turn.base_turn_analyzer
module
pipecat.audio.turn.krisp_viva_turn
module
pipecat.audio.turn.smart_turn
module
pipecat.audio.turn.smart_turn.base_smart_turn
module
pipecat.audio.turn.smart_turn.data
module
pipecat.audio.turn.smart_turn.http_smart_turn
module
pipecat.audio.turn.smart_turn.local_coreml_smart_turn
module
pipecat.audio.turn.smart_turn.local_smart_turn_v2
module
pipecat.audio.turn.smart_turn.local_smart_turn_v3
module
pipecat.audio.utils
module
pipecat.audio.vad
module
pipecat.audio.vad.aic_quail_vad
module
pipecat.audio.vad.aic_vad
module
pipecat.audio.vad.data
module
pipecat.audio.vad.krisp_viva_vad
module
pipecat.audio.vad.silero
module
pipecat.audio.vad.vad_analyzer
module
pipecat.audio.vad.vad_controller
module
pipecat.bus
module
pipecat.bus.adapters
module
pipecat.bus.adapters.base
module
pipecat.bus.adapters.llm_context_adapter
module
pipecat.bus.adapters.tools_schema_adapter
module
pipecat.bus.bridge_processor
module
pipecat.bus.bus
module
pipecat.bus.local
module
pipecat.bus.local.async_queue
module
pipecat.bus.messages
module
pipecat.bus.network
module
pipecat.bus.network.pgmq
module
pipecat.bus.network.pgmq_backends
module
pipecat.bus.network.redis
module
pipecat.bus.queue
module
pipecat.bus.serializers
module
pipecat.bus.serializers.base
module
pipecat.bus.serializers.json
module
pipecat.bus.subscriber
module
pipecat.bus.ui
module
pipecat.bus.ui.messages
module
pipecat.cli
module
pipecat.cli.commands
module
pipecat.cli.commands.eval
module
pipecat.cli.commands.init
module
pipecat.cli.config_validator
module
pipecat.cli.generators
module
pipecat.cli.generators.project
module
pipecat.cli.main
module
pipecat.cli.prompts
module
pipecat.cli.prompts.questions
module
pipecat.cli.registry
module
pipecat.cli.registry.service_loader
module
pipecat.cli.registry.service_metadata
module
pipecat.cli.scaffold
module
pipecat.clocks
module
pipecat.clocks.base_clock
module
pipecat.clocks.system_clock
module
pipecat.evals
module
pipecat.evals.harness
module
pipecat.evals.judge
module
pipecat.evals.scenario
module
pipecat.evals.serializer
module
pipecat.evals.services
module
pipecat.evals.speech
module
pipecat.evals.suite
module
pipecat.evals.transcribe
module
pipecat.evals.transport
module
pipecat.extensions
module
pipecat.extensions.ivr
module
pipecat.extensions.ivr.ivr_navigator
module
pipecat.extensions.voicemail
module
pipecat.extensions.voicemail.voicemail_detector
module
pipecat.flows
module
pipecat.flows.actions
module
pipecat.flows.adapters
module
pipecat.flows.exceptions
module
pipecat.flows.manager
module
pipecat.flows.types
module
pipecat.frames
module
pipecat.frames.frames
module
pipecat.frames.protobufs
module
pipecat.frames.protobufs.frames_pb2
module
pipecat.metrics
module
pipecat.metrics.metrics
module
pipecat.observers
module
pipecat.observers.base_observer
module
pipecat.observers.loggers
module
pipecat.observers.loggers.debug_log_observer
module
pipecat.observers.loggers.llm_log_observer
module
pipecat.observers.loggers.metrics_log_observer
module
pipecat.observers.loggers.transcription_log_observer
module
pipecat.observers.startup_timing_observer
module
pipecat.observers.turn_tracking_observer
module
pipecat.observers.user_bot_latency_observer
module
pipecat.pipeline
module
pipecat.pipeline.base_pipeline
module
pipecat.pipeline.job_context
module
pipecat.pipeline.job_decorator
module
pipecat.pipeline.llm_switcher
module
pipecat.pipeline.parallel_pipeline
module
pipecat.pipeline.pipeline
module
pipecat.pipeline.runner
module
pipecat.pipeline.service_switcher
module
pipecat.pipeline.sync_parallel_pipeline
module
pipecat.pipeline.task
module
pipecat.pipeline.worker
module
pipecat.pipeline.worker_observer
module
pipecat.pipeline.worker_ready_decorator
module
pipecat.processors
module
pipecat.processors.aggregators
module
pipecat.processors.aggregators.async_tool_messages
module
pipecat.processors.aggregators.dtmf_aggregator
module
pipecat.processors.aggregators.gated
module
pipecat.processors.aggregators.gated_llm_context
module
pipecat.processors.aggregators.llm_context
module
pipecat.processors.aggregators.llm_context_summarizer
module
pipecat.processors.aggregators.llm_response
module
pipecat.processors.aggregators.llm_response_universal
module
pipecat.processors.aggregators.llm_text_processor
module
pipecat.processors.aggregators.sentence
module
pipecat.processors.async_generator
module
pipecat.processors.audio
module
pipecat.processors.audio.audio_buffer_processor
module
pipecat.processors.audio.vad_processor
module
pipecat.processors.consumer_processor
module
pipecat.processors.filters
module
pipecat.processors.filters.frame_filter
module
pipecat.processors.filters.function_filter
module
pipecat.processors.filters.identity_filter
module
pipecat.processors.filters.null_filter
module
pipecat.processors.filters.wake_check_filter
module
pipecat.processors.filters.wake_notifier_filter
module
pipecat.processors.frame_processor
module
pipecat.processors.frameworks
module
pipecat.processors.frameworks.rtvi
module
pipecat.processors.frameworks.rtvi.frames
module
pipecat.processors.frameworks.rtvi.models
module
pipecat.processors.frameworks.rtvi.observer
module
pipecat.processors.frameworks.rtvi.processor
module
pipecat.processors.frameworks.strands_agents
module
pipecat.processors.gstreamer
module
pipecat.processors.gstreamer.pipeline_source
module
pipecat.processors.idle_frame_processor
module
pipecat.processors.logger
module
pipecat.processors.metrics
module
pipecat.processors.metrics.frame_processor_metrics
module
pipecat.processors.metrics.sentry
module
pipecat.processors.producer_processor
module
pipecat.processors.text_transformer
module
pipecat.registry
module
pipecat.registry.registry
module
pipecat.registry.types
module
pipecat.runner
module
pipecat.runner.daily
module
pipecat.runner.livekit
module
pipecat.runner.run
module
pipecat.runner.types
module
pipecat.runner.utils
module
pipecat.runner.vonage
module
pipecat.serializers
module
pipecat.serializers.base_serializer
module
pipecat.serializers.exotel
module
pipecat.serializers.genesys
module
pipecat.serializers.plivo
module
pipecat.serializers.protobuf
module
pipecat.serializers.telnyx
module
pipecat.serializers.twilio
module
pipecat.serializers.vonage
module
pipecat.services
module
pipecat.services.ai_service
module
pipecat.services.anthropic
module
pipecat.services.anthropic.llm
module
pipecat.services.assemblyai
module
pipecat.services.assemblyai.models
module
pipecat.services.assemblyai.stt
module
pipecat.services.asyncai
module
pipecat.services.asyncai.tts
module
pipecat.services.aws
module
pipecat.services.aws.agent_core
module
pipecat.services.aws.llm
module
pipecat.services.aws.nova_sonic
module
pipecat.services.aws.nova_sonic.llm
module
pipecat.services.aws.nova_sonic.session_continuation
module
pipecat.services.aws.sagemaker
module
pipecat.services.aws.sagemaker.bidi_client
module
pipecat.services.aws.stt
module
pipecat.services.aws.tts
module
pipecat.services.aws.utils
module
pipecat.services.azure
module
pipecat.services.azure.common
module
pipecat.services.azure.image
module
pipecat.services.azure.llm
module
pipecat.services.azure.realtime
module
pipecat.services.azure.realtime.llm
module
pipecat.services.azure.stt
module
pipecat.services.azure.tts
module
pipecat.services.camb
module
pipecat.services.camb.tts
module
pipecat.services.cartesia
module
pipecat.services.cartesia.stt
module
pipecat.services.cartesia.tts
module
pipecat.services.cartesia.turns
module
pipecat.services.cartesia.turns.stt
module
pipecat.services.cerebras
module
pipecat.services.cerebras.llm
module
pipecat.services.deepgram
module
pipecat.services.deepgram.flux
module
pipecat.services.deepgram.flux.base
module
pipecat.services.deepgram.flux.sagemaker
module
pipecat.services.deepgram.flux.sagemaker.stt
module
pipecat.services.deepgram.flux.stt
module
pipecat.services.deepgram.sagemaker
module
pipecat.services.deepgram.sagemaker.stt
module
pipecat.services.deepgram.sagemaker.tts
module
pipecat.services.deepgram.stt
module
pipecat.services.deepgram.tts
module
pipecat.services.deepseek
module
pipecat.services.deepseek.llm
module
pipecat.services.elevenlabs
module
pipecat.services.elevenlabs.stt
module
pipecat.services.elevenlabs.tts
module
pipecat.services.fal
module
pipecat.services.fal.image
module
pipecat.services.fal.stt
module
pipecat.services.fireworks
module
pipecat.services.fireworks.llm
module
pipecat.services.fish
module
pipecat.services.fish.tts
module
pipecat.services.funasr
module
pipecat.services.gladia
module
pipecat.services.gladia.config
module
pipecat.services.gladia.stt
module
pipecat.services.google
module
pipecat.services.google.frames
module
pipecat.services.google.gemini_live
module
pipecat.services.google.gemini_live.file_api
module
pipecat.services.google.gemini_live.llm
module
pipecat.services.google.gemini_live.vertex
module
pipecat.services.google.gemini_live.vertex.llm
module
pipecat.services.google.image
module
pipecat.services.google.llm
module
pipecat.services.google.rtvi
module
pipecat.services.google.stt
module
pipecat.services.google.tts
module
pipecat.services.google.utils
module
pipecat.services.google.vertex
module
pipecat.services.google.vertex.llm
module
pipecat.services.gradium
module
pipecat.services.gradium.stt
module
pipecat.services.gradium.tts
module
pipecat.services.grok
module
pipecat.services.grok.llm
module
pipecat.services.grok.realtime
module
pipecat.services.grok.realtime.events
module
pipecat.services.grok.realtime.llm
module
pipecat.services.groq
module
pipecat.services.groq.llm
module
pipecat.services.groq.stt
module
pipecat.services.groq.tts
module
pipecat.services.heygen
module
pipecat.services.heygen.api_interactive_avatar
module
pipecat.services.heygen.api_liveavatar
module
pipecat.services.heygen.base_api
module
pipecat.services.heygen.client
module
pipecat.services.heygen.video
module
pipecat.services.hume
module
pipecat.services.hume.tts
module
pipecat.services.image_service
module
pipecat.services.inception
module
pipecat.services.inception.llm
module
pipecat.services.inworld
module
pipecat.services.inworld.realtime
module
pipecat.services.inworld.realtime.events
module
pipecat.services.inworld.realtime.llm
module
pipecat.services.inworld.tts
module
pipecat.services.kokoro
module
pipecat.services.kokoro.tts
module
pipecat.services.llm_service
module
pipecat.services.lmnt
module
pipecat.services.lmnt.tts
module
pipecat.services.mcp_service
module
pipecat.services.mem0
module
pipecat.services.mem0.memory
module
pipecat.services.minimax
module
pipecat.services.minimax.tts
module
pipecat.services.mistral
module
pipecat.services.mistral.llm
module
pipecat.services.mistral.stt
module
pipecat.services.mistral.tts
module
pipecat.services.moondream
module
pipecat.services.moondream.vision
module
pipecat.services.moonshine
module
pipecat.services.moonshine.stt
module
pipecat.services.nebius
module
pipecat.services.nebius.llm
module
pipecat.services.neuphonic
module
pipecat.services.neuphonic.tts
module
pipecat.services.novita
module
pipecat.services.novita.llm
module
pipecat.services.nvidia
module
pipecat.services.nvidia.llm
module
pipecat.services.nvidia.sagemaker
module
pipecat.services.nvidia.sagemaker.stt
module
pipecat.services.nvidia.sagemaker.tts
module
pipecat.services.nvidia.stt
module
pipecat.services.nvidia.tts
module
pipecat.services.ollama
module
pipecat.services.ollama.llm
module
pipecat.services.openai
module
pipecat.services.openai.base_llm
module
pipecat.services.openai.image
module
pipecat.services.openai.llm
module
pipecat.services.openai.realtime
module
pipecat.services.openai.realtime.events
module
pipecat.services.openai.realtime.llm
module
pipecat.services.openai.responses
module
pipecat.services.openai.responses.llm
module
pipecat.services.openai.stt
module
pipecat.services.openai.tts
module
pipecat.services.openrouter
module
pipecat.services.openrouter.llm
module
pipecat.services.perplexity
module
pipecat.services.perplexity.llm
module
pipecat.services.piper
module
pipecat.services.piper.tts
module
pipecat.services.qwen
module
pipecat.services.qwen.llm
module
pipecat.services.resembleai
module
pipecat.services.resembleai.tts
module
pipecat.services.rime
module
pipecat.services.rime.tts
module
pipecat.services.sambanova
module
pipecat.services.sambanova.llm
module
pipecat.services.sarvam
module
pipecat.services.sarvam.llm
module
pipecat.services.sarvam.stt
module
pipecat.services.sarvam.tts
module
pipecat.services.settings
module
pipecat.services.simli
module
pipecat.services.simli.video
module
pipecat.services.smallest
module
pipecat.services.smallest.stt
module
pipecat.services.smallest.tts
module
pipecat.services.soniox
module
pipecat.services.soniox.stt
module
pipecat.services.soniox.tts
module
pipecat.services.speechmatics
module
pipecat.services.speechmatics.stt
module
pipecat.services.speechmatics.tts
module
pipecat.services.stt_latency
module
pipecat.services.stt_service
module
pipecat.services.tavus
module
pipecat.services.tavus.video
module
pipecat.services.together
module
pipecat.services.together.llm
module
pipecat.services.together.stt
module
pipecat.services.together.tts
module
pipecat.services.tts_service
module
pipecat.services.ultravox
module
pipecat.services.ultravox.llm
module
pipecat.services.vision_service
module
pipecat.services.websocket_service
module
pipecat.services.whisper
module
pipecat.services.whisper.base_stt
module
pipecat.services.whisper.stt
module
pipecat.services.whisper.utils
module
pipecat.services.xai
module
pipecat.services.xai.llm
module
pipecat.services.xai.realtime
module
pipecat.services.xai.realtime.events
module
pipecat.services.xai.realtime.llm
module
pipecat.services.xai.stt
module
pipecat.services.xai.tts
module
pipecat.services.xtts
module
pipecat.services.xtts.tts
module
pipecat.transcriptions
module
pipecat.transcriptions.language
module
pipecat.transports
module
pipecat.transports.base_input
module
pipecat.transports.base_output
module
pipecat.transports.base_transport
module
pipecat.transports.daily
module
pipecat.transports.daily.transport
module
pipecat.transports.daily.utils
module
pipecat.transports.heygen
module
pipecat.transports.heygen.transport
module
pipecat.transports.lemonslice
module
pipecat.transports.lemonslice.api
module
pipecat.transports.lemonslice.transport
module
pipecat.transports.livekit
module
pipecat.transports.livekit.transport
module
pipecat.transports.livekit.utils
module
pipecat.transports.local
module
pipecat.transports.local.audio
module
pipecat.transports.local.tk
module
pipecat.transports.smallwebrtc
module
pipecat.transports.smallwebrtc.connection
module
pipecat.transports.smallwebrtc.request_handler
module
pipecat.transports.smallwebrtc.transport
module
pipecat.transports.tavus
module
pipecat.transports.tavus.transport
module
pipecat.transports.vonage
module
pipecat.transports.vonage.utils
module
pipecat.transports.websocket
module
pipecat.transports.websocket.client
module
pipecat.transports.websocket.fastapi
module
pipecat.transports.websocket.server
module
pipecat.transports.whatsapp
module
pipecat.transports.whatsapp.api
module
pipecat.transports.whatsapp.client
module
pipecat.turns
module
pipecat.turns.types
module
pipecat.turns.user_idle_controller
module
pipecat.turns.user_mute
module
pipecat.turns.user_mute.always_user_mute_strategy
module
pipecat.turns.user_mute.base_user_mute_strategy
module
pipecat.turns.user_mute.first_speech_user_mute_strategy
module
pipecat.turns.user_mute.function_call_user_mute_strategy
module
pipecat.turns.user_mute.mute_until_first_bot_complete_user_mute_strategy
module
pipecat.turns.user_start
module
pipecat.turns.user_start.base_user_turn_start_strategy
module
pipecat.turns.user_start.external_user_turn_start_strategy
module
pipecat.turns.user_start.krisp_viva_ip_user_turn_start_strategy
module
pipecat.turns.user_start.min_words_user_turn_start_strategy
module
pipecat.turns.user_start.transcription_user_turn_start_strategy
module
pipecat.turns.user_start.vad_user_turn_start_strategy
module
pipecat.turns.user_start.wake_phrase_user_turn_start_strategy
module
pipecat.turns.user_stop
module
pipecat.turns.user_stop.base_user_turn_stop_strategy
module
pipecat.turns.user_stop.deferred_user_turn_stop_strategy
module
pipecat.turns.user_stop.external_user_turn_completion_stop_strategy
module
pipecat.turns.user_stop.external_user_turn_stop_strategy
module
pipecat.turns.user_stop.llm_turn_completion_user_turn_stop_strategy
module
pipecat.turns.user_stop.speech_timeout_user_turn_stop_strategy
module
pipecat.turns.user_stop.turn_analyzer_user_turn_stop_strategy
module
pipecat.turns.user_turn_completion_mixin
module
pipecat.turns.user_turn_controller
module
pipecat.turns.user_turn_processor
module
pipecat.turns.user_turn_strategies
module
pipecat.utils
module
pipecat.utils.async_tool_cancellation
module
pipecat.utils.asyncio
module
pipecat.utils.asyncio.task_manager
module
pipecat.utils.base_object
module
pipecat.utils.context
module
pipecat.utils.context.aggregated_frame_sequencer
module
pipecat.utils.context.llm_context_summarization
module
pipecat.utils.context.text_segment_map
module
pipecat.utils.context.word_completion_tracker
module
pipecat.utils.deprecation
module
pipecat.utils.env
module
pipecat.utils.frame_queue
module
pipecat.utils.network
module
pipecat.utils.security
module
pipecat.utils.security.allowed_origins
module
pipecat.utils.startup
module
pipecat.utils.string
module
pipecat.utils.sync
module
pipecat.utils.sync.base_notifier
module
pipecat.utils.sync.event_notifier
module
pipecat.utils.text
module
pipecat.utils.text.base_text_aggregator
module
pipecat.utils.text.base_text_filter
module
pipecat.utils.text.markdown_text_filter
module
pipecat.utils.text.pattern_pair_aggregator
module
pipecat.utils.text.simple_text_aggregator
module
pipecat.utils.text.skip_tags_aggregator
module
pipecat.utils.text.transforms
module
pipecat.utils.text.transforms.acronyms
module
pipecat.utils.text.transforms.currency
module
pipecat.utils.text.transforms.dates
module
pipecat.utils.text.transforms.email
module
pipecat.utils.text.transforms.numbers
module
pipecat.utils.text.transforms.percentages
module
pipecat.utils.text.transforms.phone
module
pipecat.utils.text.transforms.replacements
module
pipecat.utils.text.transforms.strip_markdown
module
pipecat.utils.text.transforms.units
module
pipecat.utils.text.transforms.voice_formatter
module
pipecat.utils.text.word_timestamp_utils
module
pipecat.utils.time
module
pipecat.utils.tracing
module
pipecat.utils.tracing.service_attributes
module
pipecat.utils.tracing.service_decorators
module
pipecat.utils.tracing.setup
module
pipecat.utils.tracing.tracing_context
module
pipecat.utils.tracing.turn_trace_observer
module
pipecat.utils.utils
module
pipecat.workers
module
pipecat.workers.base_worker
module
pipecat.workers.llm
module
pipecat.workers.llm.llm_context_worker
module
pipecat.workers.llm.llm_worker
module
pipecat.workers.llm.tool_decorator
module
pipecat.workers.proxy
module
pipecat.workers.proxy.websocket
module
pipecat.workers.proxy.websocket.client
module
pipecat.workers.proxy.websocket.server
module
pipecat.workers.runner
module
pipecat.workers.ui
module
pipecat.workers.ui.ui_event_decorator
module
pipecat.workers.ui.ui_job_context
module
pipecat.workers.ui.ui_prompts
module
pipecat.workers.ui.ui_tools
module
pipecat.workers.ui.ui_worker
module
Pipeline (class in pipecat.pipeline.pipeline)
PIPELINE (pipecat.pipeline.sync_parallel_pipeline.FrameOrder attribute)
pipeline (pipecat.pipeline.task.PipelineWorker property)
(pipecat.pipeline.worker.PipelineWorker property)
pipeline_idle_timeout_secs (pipecat.runner.types.RunnerArguments attribute)
pipeline_task (pipecat.processors.frame_processor.FrameProcessor property)
pipeline_worker (pipecat.processors.frame_processor.FrameProcessor property)
(pipecat.processors.frame_processor.FrameProcessorSetup attribute)
(pipecat.services.llm_service.FunctionCallParams attribute)
PipelineFlushFrame (class in pipecat.frames.frames)
PipelineParams (class in pipecat.pipeline.task)
(class in pipecat.pipeline.worker)
PipelineRunner (class in pipecat.pipeline.runner)
PipelineSink (class in pipecat.pipeline.pipeline)
PipelineSource (class in pipecat.pipeline.pipeline)
PipelineTask (class in pipecat.pipeline.task)
(class in pipecat.pipeline.worker)
PipelineTaskParams (class in pipecat.pipeline.task)
(class in pipecat.pipeline.worker)
PipelineWorker (class in pipecat.pipeline.task)
(class in pipecat.pipeline.worker)
PiperHttpTTSService (class in pipecat.services.piper.tts)
PiperHttpTTSSettings (class in pipecat.services.piper.tts)
PiperTTSService (class in pipecat.services.piper.tts)
PiperTTSSettings (class in pipecat.services.piper.tts)
pitch (pipecat.services.aws.tts.AWSPollyTTSService.InputParams attribute)
(pipecat.services.aws.tts.AWSPollyTTSSettings attribute)
(pipecat.services.azure.tts.AzureBaseTTSService.InputParams attribute)
(pipecat.services.azure.tts.AzureTTSSettings attribute)
(pipecat.services.google.tts.GoogleHttpTTSService.InputParams attribute)
(pipecat.services.google.tts.GoogleHttpTTSSettings attribute)
(pipecat.services.minimax.tts.MiniMaxHttpTTSService.InputParams attribute)
(pipecat.services.minimax.tts.MiniMaxTTSSettings attribute)
(pipecat.services.sarvam.tts.SarvamHttpTTSService.InputParams attribute)
(pipecat.services.sarvam.tts.SarvamHttpTTSSettings attribute)
(pipecat.services.sarvam.tts.SarvamTTSService.InputParams attribute)
PL (pipecat.transcriptions.language.Language attribute)
PL_PL (pipecat.transcriptions.language.Language attribute)
PLANAR_YUV420 (pipecat.transports.vonage.utils.ImageFormat attribute)
platform (pipecat.processors.frameworks.rtvi.models.AboutClientData attribute)
platform_details (pipecat.processors.frameworks.rtvi.models.AboutClientData attribute)
platform_version (pipecat.processors.frameworks.rtvi.models.AboutClientData attribute)
plivo_sample_rate (pipecat.serializers.plivo.PlivoFrameSerializer.InputParams attribute)
PlivoFrameSerializer (class in pipecat.serializers.plivo)
PlivoFrameSerializer.InputParams (class in pipecat.serializers.plivo)
PONG (pipecat.serializers.genesys.AudioHookMessageType attribute)
POOJA (pipecat.services.sarvam.tts.SarvamTTSSpeakerV3 attribute)
port (pipecat.runner.types.EvalRunnerArguments attribute)
position (pipecat.services.mem0.memory.Mem0MemoryService.InputParams attribute)
positive_speech_threshold (pipecat.services.sarvam.stt.SarvamSTTSettings attribute)
post_actions (pipecat.flows.NodeConfig attribute)
(pipecat.flows.types.NodeConfig attribute)
POUND (pipecat.audio.dtmf.types.KeypadEntry attribute)
pre_actions (pipecat.flows.NodeConfig attribute)
(pipecat.flows.types.NodeConfig attribute)
pre_processing (pipecat.services.gladia.config.GladiaInputParams attribute)
(pipecat.services.gladia.stt.GladiaSTTSettings attribute)
pre_speech_ms (pipecat.audio.turn.smart_turn.base_smart_turn.SmartTurnParams attribute)
pre_speech_pad_frames (pipecat.services.sarvam.stt.SarvamSTTSettings attribute)
prefer_current_speaker (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.InputParams attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTSettings attribute)
prefix_padding_ms (pipecat.services.google.gemini_live.llm.GeminiVADParams attribute)
(pipecat.services.openai.realtime.events.TurnDetection attribute)
preprocessing_always_enabled (pipecat.services.sarvam.tts.TTSModelConfig attribute)
PreProcessingConfig (class in pipecat.services.gladia.config)
presence_penalty (pipecat.services.google.gemini_live.llm.InputParams attribute)
(pipecat.services.openai.base_llm.BaseOpenAILLMService.InputParams attribute)
(pipecat.services.openai.base_llm.OpenAILLMSettings attribute)
(pipecat.services.settings.LLMSettings attribute)
preserved_message_count (pipecat.processors.aggregators.llm_context_summarizer.SummaryAppliedEvent attribute)
previous (pipecat.processors.frame_processor.FrameProcessor property)
previous_context_n_turns (pipecat.services.assemblyai.stt.AssemblyAISTTSettings attribute)
previous_item_id (pipecat.services.inworld.realtime.events.ConversationItemAdded attribute)
(pipecat.services.inworld.realtime.events.ConversationItemCreateEvent attribute)
(pipecat.services.inworld.realtime.events.InputAudioBufferCommitted attribute)
(pipecat.services.inworld.realtime.events.ResponseFunctionCallArgumentsDelta attribute)
(pipecat.services.openai.realtime.events.ConversationItemAdded attribute)
(pipecat.services.openai.realtime.events.ConversationItemCreateEvent attribute)
(pipecat.services.openai.realtime.events.ConversationItemDone attribute)
(pipecat.services.openai.realtime.events.InputAudioBufferCommitted attribute)
(pipecat.services.xai.realtime.events.ConversationItemAdded attribute)
(pipecat.services.xai.realtime.events.ConversationItemCreateEvent attribute)
(pipecat.services.xai.realtime.events.InputAudioBufferCommitted attribute)
(pipecat.services.xai.realtime.events.ResponseFunctionCallArgumentsDelta attribute)
print_next_steps() (pipecat.cli.generators.project.ProjectGenerator method)
(pipecat.cli.generators.ProjectGenerator method)
privacy (pipecat.transports.daily.utils.DailyRoomObject attribute)
(pipecat.transports.daily.utils.DailyRoomParams attribute)
PRIYA (pipecat.services.sarvam.tts.SarvamTTSSpeakerV3 attribute)
proactivity (pipecat.services.google.gemini_live.llm.GeminiLiveLLMSettings attribute)
(pipecat.services.google.gemini_live.llm.InputParams attribute)
probability (pipecat.metrics.metrics.TurnMetricsData attribute)
process_audio() (in module pipecat.transports.vonage.utils)
process_audio_channels() (in module pipecat.transports.vonage.utils)
process_audio_frame() (pipecat.services.stt_service.SegmentedSTTService method)
(pipecat.services.stt_service.STTService method)
process_deferred_tool_frames() (pipecat.workers.llm.llm_worker.LLMWorker method)
(pipecat.workers.llm.LLMWorker method)
process_external (pipecat.serializers.genesys.GenesysAudioHookSerializer.InputParams attribute)
process_frame() (pipecat.audio.filters.aic_filter.AICFilter method)
(pipecat.audio.filters.base_audio_filter.BaseAudioFilter method)
(pipecat.audio.filters.koala_filter.KoalaFilter method)
(pipecat.audio.filters.krisp_viva_filter.KrispVivaFilter method)
(pipecat.audio.filters.rnnoise_filter.RNNoiseFilter method)
(pipecat.audio.mixers.base_audio_mixer.BaseAudioMixer method)
(pipecat.audio.mixers.soundfile_mixer.SoundfileMixer method)
(pipecat.audio.vad.vad_controller.VADController method)
(pipecat.bus.bridge_processor.BusBridgeProcessor method)
(pipecat.bus.BusBridgeProcessor method)
(pipecat.evals.transport.EvalInputTransport method)
(pipecat.extensions.ivr.ivr_navigator.IVRNavigator method)
(pipecat.extensions.ivr.ivr_navigator.IVRProcessor method)
(pipecat.extensions.voicemail.voicemail_detector.ClassificationProcessor method)
(pipecat.extensions.voicemail.voicemail_detector.ClassifierGate method)
(pipecat.extensions.voicemail.voicemail_detector.NotifierGate method)
(pipecat.extensions.voicemail.voicemail_detector.TTSGate method)
(pipecat.pipeline.llm_switcher.LLMSwitcher method)
(pipecat.pipeline.parallel_pipeline.ParallelPipeline method)
(pipecat.pipeline.pipeline.Pipeline method)
(pipecat.pipeline.pipeline.PipelineSink method)
(pipecat.pipeline.pipeline.PipelineSource method)
(pipecat.pipeline.service_switcher.ServiceSwitcher method)
(pipecat.pipeline.sync_parallel_pipeline.SyncParallelPipeline method)
(pipecat.pipeline.sync_parallel_pipeline.SyncParallelPipelineSink method)
(pipecat.pipeline.sync_parallel_pipeline.SyncParallelPipelineSource method)
(pipecat.processors.aggregators.dtmf_aggregator.DTMFAggregator method)
(pipecat.processors.aggregators.gated.GatedAggregator method)
(pipecat.processors.aggregators.gated_llm_context.GatedLLMContextAggregator method)
(pipecat.processors.aggregators.llm_context_summarizer.LLMContextSummarizer method)
(pipecat.processors.aggregators.llm_response.LLMFullResponseAggregator method)
(pipecat.processors.aggregators.llm_response_universal.LLMAssistantAggregator method)
(pipecat.processors.aggregators.llm_response_universal.LLMUserAggregator method)
(pipecat.processors.aggregators.llm_text_processor.LLMTextProcessor method)
(pipecat.processors.aggregators.sentence.SentenceAggregator method)
(pipecat.processors.async_generator.AsyncGeneratorProcessor method)
(pipecat.processors.audio.audio_buffer_processor.AudioBufferProcessor method)
(pipecat.processors.audio.vad_processor.VADProcessor method)
(pipecat.processors.consumer_processor.ConsumerProcessor method)
(pipecat.processors.filters.frame_filter.FrameFilter method)
(pipecat.processors.filters.function_filter.FunctionFilter method)
(pipecat.processors.filters.identity_filter.IdentityFilter method)
(pipecat.processors.filters.null_filter.NullFilter method)
(pipecat.processors.filters.wake_check_filter.WakeCheckFilter method)
(pipecat.processors.filters.wake_notifier_filter.WakeNotifierFilter method)
(pipecat.processors.frame_processor.FrameProcessor method)
(pipecat.processors.frameworks.rtvi.processor.RTVIProcessor method)
(pipecat.processors.frameworks.rtvi.RTVIProcessor method)
(pipecat.processors.frameworks.strands_agents.StrandsAgentsProcessor method)
(pipecat.processors.gstreamer.pipeline_source.GStreamerPipelineSource method)
(pipecat.processors.idle_frame_processor.IdleFrameProcessor method)
(pipecat.processors.logger.FrameLogger method)
(pipecat.processors.producer_processor.ProducerProcessor method)
(pipecat.processors.text_transformer.StatelessTextTransformer method)
(pipecat.services.ai_service.AIService method)
(pipecat.services.anthropic.llm.AnthropicLLMService method)
(pipecat.services.assemblyai.stt.AssemblyAISTTService method)
(pipecat.services.aws.agent_core.AWSAgentCoreProcessor method)
(pipecat.services.aws.llm.AWSBedrockLLMService method)
(pipecat.services.aws.nova_sonic.llm.AWSNovaSonicLLMService method)
(pipecat.services.cartesia.stt.CartesiaSTTService method)
(pipecat.services.deepgram.sagemaker.stt.DeepgramSageMakerSTTService method)
(pipecat.services.deepgram.stt.DeepgramSTTService method)
(pipecat.services.elevenlabs.stt.ElevenLabsRealtimeSTTService method)
(pipecat.services.google.gemini_live.llm.GeminiLiveLLMService method)
(pipecat.services.google.llm.GoogleLLMService method)
(pipecat.services.gradium.stt.GradiumSTTService method)
(pipecat.services.heygen.video.HeyGenVideoService method)
(pipecat.services.image_service.ImageGenService method)
(pipecat.services.inworld.realtime.llm.InworldRealtimeLLMService method)
(pipecat.services.llm_service.LLMService method)
(pipecat.services.mem0.memory.Mem0MemoryService method)
(pipecat.services.mistral.stt.MistralSTTService method)
(pipecat.services.nvidia.sagemaker.stt.NvidiaSageMakerSTTService method)
(pipecat.services.openai.base_llm.BaseOpenAILLMService method)
(pipecat.services.openai.realtime.llm.OpenAIRealtimeLLMService method)
(pipecat.services.openai.responses.llm.OpenAIResponsesHttpLLMService method)
(pipecat.services.openai.responses.llm.OpenAIResponsesLLMService method)
(pipecat.services.openai.stt.OpenAIRealtimeSTTService method)
(pipecat.services.sarvam.stt.SarvamSTTService method)
(pipecat.services.simli.video.SimliVideoService method)
(pipecat.services.smallest.stt.SmallestSTTService method)
(pipecat.services.soniox.stt.SonioxSTTService method)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTService method)
(pipecat.services.stt_service.SegmentedSTTService method)
(pipecat.services.stt_service.STTService method)
(pipecat.services.tavus.video.TavusVideoService method)
(pipecat.services.together.stt.TogetherSTTService method)
(pipecat.services.tts_service.InterruptibleTTSService method)
(pipecat.services.tts_service.TTSService method)
(pipecat.services.ultravox.llm.UltravoxRealtimeLLMService method)
(pipecat.services.vision_service.VisionService method)
(pipecat.services.xai.realtime.llm.GrokRealtimeLLMService method)
(pipecat.transports.base_input.BaseInputTransport method)
(pipecat.transports.base_output.BaseOutputTransport method)
(pipecat.transports.daily.transport.DailyInputTransport method)
(pipecat.transports.heygen.transport.HeyGenOutputTransport method)
(pipecat.transports.lemonslice.transport.LemonSliceOutputTransport method)
(pipecat.transports.livekit.transport.LiveKitOutputTransport method)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCInputTransport method)
(pipecat.transports.tavus.transport.TavusOutputTransport method)
(pipecat.transports.websocket.fastapi.FastAPIWebsocketOutputTransport method)
(pipecat.transports.websocket.server.SingleClientWebsocketServerOutputTransport method)
(pipecat.turns.user_idle_controller.UserIdleController method)
(pipecat.turns.user_mute.always_user_mute_strategy.AlwaysUserMuteStrategy method)
(pipecat.turns.user_mute.AlwaysUserMuteStrategy method)
(pipecat.turns.user_mute.base_user_mute_strategy.BaseUserMuteStrategy method)
(pipecat.turns.user_mute.BaseUserMuteStrategy method)
(pipecat.turns.user_mute.first_speech_user_mute_strategy.FirstSpeechUserMuteStrategy method)
(pipecat.turns.user_mute.FirstSpeechUserMuteStrategy method)
(pipecat.turns.user_mute.function_call_user_mute_strategy.FunctionCallUserMuteStrategy method)
(pipecat.turns.user_mute.FunctionCallUserMuteStrategy method)
(pipecat.turns.user_mute.mute_until_first_bot_complete_user_mute_strategy.MuteUntilFirstBotCompleteUserMuteStrategy method)
(pipecat.turns.user_mute.MuteUntilFirstBotCompleteUserMuteStrategy method)
(pipecat.turns.user_start.base_user_turn_start_strategy.BaseUserTurnStartStrategy method)
(pipecat.turns.user_start.BaseUserTurnStartStrategy method)
(pipecat.turns.user_start.external_user_turn_start_strategy.ExternalUserTurnStartStrategy method)
(pipecat.turns.user_start.ExternalUserTurnStartStrategy method)
(pipecat.turns.user_start.krisp_viva_ip_user_turn_start_strategy.KrispVivaIPUserTurnStartStrategy method)
(pipecat.turns.user_start.KrispVivaIPUserTurnStartStrategy method)
(pipecat.turns.user_start.min_words_user_turn_start_strategy.MinWordsUserTurnStartStrategy method)
(pipecat.turns.user_start.MinWordsUserTurnStartStrategy method)
(pipecat.turns.user_start.transcription_user_turn_start_strategy.TranscriptionUserTurnStartStrategy method)
(pipecat.turns.user_start.TranscriptionUserTurnStartStrategy method)
(pipecat.turns.user_start.vad_user_turn_start_strategy.VADUserTurnStartStrategy method)
(pipecat.turns.user_start.VADUserTurnStartStrategy method)
(pipecat.turns.user_start.wake_phrase_user_turn_start_strategy.WakePhraseUserTurnStartStrategy method)
(pipecat.turns.user_start.WakePhraseUserTurnStartStrategy method)
(pipecat.turns.user_stop.base_user_turn_stop_strategy.BaseUserTurnStopStrategy method)
(pipecat.turns.user_stop.BaseUserTurnStopStrategy method)
(pipecat.turns.user_stop.deferred_user_turn_stop_strategy.DeferredUserTurnStopStrategy method)
(pipecat.turns.user_stop.DeferredUserTurnStopStrategy method)
(pipecat.turns.user_stop.external_user_turn_completion_stop_strategy.ExternalUserTurnCompletionStopStrategy method)
(pipecat.turns.user_stop.external_user_turn_stop_strategy.ExternalUserTurnStopStrategy method)
(pipecat.turns.user_stop.ExternalUserTurnCompletionStopStrategy method)
(pipecat.turns.user_stop.ExternalUserTurnStopStrategy method)
(pipecat.turns.user_stop.llm_turn_completion_user_turn_stop_strategy.LLMTurnCompletionUserTurnStopStrategy method)
(pipecat.turns.user_stop.LLMTurnCompletionUserTurnStopStrategy method)
(pipecat.turns.user_stop.speech_timeout_user_turn_stop_strategy.SpeechTimeoutUserTurnStopStrategy method)
(pipecat.turns.user_stop.SpeechTimeoutUserTurnStopStrategy method)
(pipecat.turns.user_stop.turn_analyzer_user_turn_stop_strategy.TurnAnalyzerUserTurnStopStrategy method)
(pipecat.turns.user_stop.TurnAnalyzerUserTurnStopStrategy method)
(pipecat.turns.user_turn_completion_mixin.UserTurnCompletionLLMServiceMixin method)
(pipecat.turns.user_turn_controller.UserTurnController method)
(pipecat.turns.user_turn_processor.UserTurnProcessor method)
process_generator() (pipecat.services.ai_service.AIService method)
process_internal (pipecat.serializers.genesys.GenesysAudioHookSerializer.InputParams attribute)
process_ttfa_metrics() (pipecat.processors.frame_processor.FrameProcessor method)
(pipecat.processors.metrics.frame_processor_metrics.FrameProcessorMetrics method)
process_word() (pipecat.utils.context.aggregated_frame_sequencer.AggregatedFrameSequencer method)
ProcessFrameResult (class in pipecat.turns.types)
ProcessingMetricsData (class in pipecat.metrics.metrics)
processor (pipecat.frames.frames.ErrorFrame attribute)
(pipecat.frames.frames.FrameProcessorPauseFrame attribute)
(pipecat.frames.frames.FrameProcessorPauseUrgentFrame attribute)
(pipecat.frames.frames.FrameProcessorResumeFrame attribute)
(pipecat.frames.frames.FrameProcessorResumeUrgentFrame attribute)
(pipecat.metrics.metrics.MetricsData attribute)
(pipecat.observers.base_observer.FrameProcessed attribute)
(pipecat.observers.user_bot_latency_observer.TextAggregationBreakdownMetrics attribute)
(pipecat.observers.user_bot_latency_observer.TTFBBreakdownMetrics attribute)
processor_name (pipecat.observers.startup_timing_observer.ProcessorStartupTiming attribute)
processor_timings (pipecat.observers.startup_timing_observer.StartupTimingReport attribute)
processors (pipecat.pipeline.parallel_pipeline.ParallelPipeline property)
(pipecat.pipeline.pipeline.Pipeline property)
(pipecat.pipeline.sync_parallel_pipeline.SyncParallelPipeline property)
(pipecat.processors.frame_processor.FrameProcessor property)
processors_with_metrics() (pipecat.pipeline.parallel_pipeline.ParallelPipeline method)
(pipecat.pipeline.pipeline.Pipeline method)
(pipecat.pipeline.sync_parallel_pipeline.SyncParallelPipeline method)
(pipecat.processors.frame_processor.FrameProcessor method)
ProcessorStartupTiming (class in pipecat.observers.startup_timing_observer)
ProducerProcessor (class in pipecat.processors.producer_processor)
profanity (pipecat.services.azure.stt.AzureSTTSettings attribute)
profanity_filter (pipecat.services.deepgram.stt.DeepgramSTTSettings attribute)
(pipecat.services.google.stt.GoogleSTTService.InputParams attribute)
(pipecat.services.google.stt.GoogleSTTSettings attribute)
(pipecat.services.nvidia.stt.NvidiaSegmentedSTTService.InputParams attribute)
(pipecat.transports.daily.transport.DailyTranscriptionSettings attribute)
profile (pipecat.transports.whatsapp.api.WhatsAppContact attribute)
project_name (pipecat.cli.prompts.ProjectConfig attribute)
(pipecat.cli.prompts.questions.ProjectConfig attribute)
ProjectConfig (class in pipecat.cli.prompts)
(class in pipecat.cli.prompts.questions)
ProjectGenerator (class in pipecat.cli.generators)
(class in pipecat.cli.generators.project)
prompt (pipecat.services.assemblyai.models.AssemblyAIConnectionParams attribute)
(pipecat.services.assemblyai.stt.AssemblyAISTTSettings attribute)
(pipecat.services.google.tts.GeminiTTSService.InputParams attribute)
(pipecat.services.google.tts.GeminiTTSSettings attribute)
(pipecat.services.openai.realtime.events.InputAudioTranscription attribute)
(pipecat.services.openai.realtime.events.SessionProperties attribute)
(pipecat.services.openai.stt.OpenAIRealtimeSTTSettings attribute)
(pipecat.services.sarvam.stt.SarvamSTTService.InputParams attribute)
(pipecat.services.sarvam.stt.SarvamSTTSettings attribute)
(pipecat.services.whisper.base_stt.BaseWhisperSTTSettings attribute)
prompt_tokens (pipecat.metrics.metrics.LLMTokenUsage attribute)
PRONOUNCE() (pipecat.services.rime.tts.RimeTTSService method)
pronunciation_dict_id (pipecat.services.cartesia.tts.CartesiaHttpTTSService.InputParams attribute)
(pipecat.services.cartesia.tts.CartesiaTTSService.InputParams attribute)
(pipecat.services.cartesia.tts.CartesiaTTSSettings attribute)
pronunciation_dictionary_id (pipecat.services.elevenlabs.tts.PronunciationDictionaryLocator attribute)
pronunciation_dictionary_locators (pipecat.services.elevenlabs.tts.ElevenLabsHttpTTSService.InputParams attribute)
(pipecat.services.elevenlabs.tts.ElevenLabsTTSService.InputParams attribute)
PronunciationDictionaryLocator (class in pipecat.services.elevenlabs.tts)
pronunciations (pipecat.services.gladia.config.CustomVocabularyItem attribute)
properties (pipecat.adapters.schemas.function_schema.FunctionSchema property)
(pipecat.flows.FlowsFunctionSchema attribute)
(pipecat.flows.types.FlowsFunctionSchema attribute)
(pipecat.frames.frames.FunctionCallResultFrame attribute)
(pipecat.transports.daily.utils.DailyMeetingTokenParams attribute)
(pipecat.transports.daily.utils.DailyRoomParams attribute)
prosody_speed (pipecat.services.fish.tts.FishAudioTTSService.InputParams attribute)
(pipecat.services.fish.tts.FishAudioTTSSettings attribute)
prosody_volume (pipecat.services.fish.tts.FishAudioTTSService.InputParams attribute)
(pipecat.services.fish.tts.FishAudioTTSSettings attribute)
ProtobufFrameSerializer (class in pipecat.serializers.protobuf)
PROTOCOL_VERSION (pipecat.serializers.genesys.GenesysAudioHookSerializer attribute)
PROUD (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
provider (pipecat.transports.daily.utils.DailyRoomSipParams attribute)
provider_data (pipecat.services.inworld.realtime.events.SessionProperties attribute)
Proxy (class in pipecat.pipeline.worker_observer)
PS (pipecat.transcriptions.language.Language attribute)
PS_AF (pipecat.transcriptions.language.Language attribute)
PT (pipecat.transcriptions.language.Language attribute)
PT_BR (pipecat.transcriptions.language.Language attribute)
PT_PT (pipecat.transcriptions.language.Language attribute)
pts (pipecat.frames.frames.Frame attribute)
publish() (pipecat.bus.AsyncQueueBus method)
(pipecat.bus.bus.WorkerBus method)
(pipecat.bus.local.async_queue.AsyncQueueBus method)
(pipecat.bus.local.AsyncQueueBus method)
(pipecat.bus.network.pgmq.PgmqBus method)
(pipecat.bus.network.pgmq_backends.DirectPgmqBackend method)
(pipecat.bus.network.pgmq_backends.IsolatedPgmqBackend method)
(pipecat.bus.network.pgmq_backends.PgmqBackend method)
(pipecat.bus.network.redis.RedisBus method)
(pipecat.bus.WorkerBus method)
publish_audio() (pipecat.transports.livekit.transport.LiveKitTransportClient method)
PULSE (pipecat.services.smallest.stt.SmallestSTTModel attribute)
punctuate (pipecat.services.deepgram.stt.DeepgramSTTSettings attribute)
(pipecat.transports.daily.transport.DailyTranscriptionSettings attribute)
punctuation_overrides (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.InputParams attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTSettings attribute)
push_aggregation() (pipecat.processors.aggregators.llm_response_universal.LLMAssistantAggregator method)
(pipecat.processors.aggregators.llm_response_universal.LLMContextAggregator method)
(pipecat.processors.aggregators.llm_response_universal.LLMUserAggregator method)
push_app_message() (pipecat.transports.daily.transport.DailyInputTransport method)
(pipecat.transports.livekit.transport.LiveKitInputTransport method)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCInputTransport method)
push_assistant_aggregation (pipecat.services.tts_service.TTSContext attribute)
push_audio_frame() (pipecat.transports.base_input.BaseInputTransport method)
push_context_frame() (pipecat.processors.aggregators.llm_response_universal.LLMAssistantAggregator method)
(pipecat.processors.aggregators.llm_response_universal.LLMContextAggregator method)
push_error() (pipecat.processors.frame_processor.FrameProcessor method)
push_error_frame() (pipecat.processors.frame_processor.FrameProcessor method)
push_frame() (pipecat.audio.vad.vad_controller.VADController method)
(pipecat.pipeline.service_switcher.ServiceSwitcher method)
(pipecat.processors.frame_processor.FrameProcessor method)
(pipecat.services.ai_service.AIService method)
(pipecat.services.assemblyai.stt.AssemblyAISTTService method)
(pipecat.services.asyncai.tts.AsyncAITTSService method)
(pipecat.services.aws.stt.AWSTranscribeSTTService method)
(pipecat.services.azure.stt.AzureSTTService method)
(pipecat.services.azure.tts.AzureTTSService method)
(pipecat.services.cartesia.stt.CartesiaSTTService method)
(pipecat.services.cartesia.turns.stt.CartesiaTurnsSTTService method)
(pipecat.services.deepgram.flux.base.DeepgramFluxSTTBase method)
(pipecat.services.deepgram.sagemaker.stt.DeepgramSageMakerSTTService method)
(pipecat.services.deepgram.stt.DeepgramSTTService method)
(pipecat.services.elevenlabs.stt.ElevenLabsRealtimeSTTService method)
(pipecat.services.elevenlabs.stt.ElevenLabsSTTService method)
(pipecat.services.elevenlabs.tts.ElevenLabsHttpTTSService method)
(pipecat.services.fal.stt.FalSTTService method)
(pipecat.services.gladia.stt.GladiaSTTService method)
(pipecat.services.google.gemini_live.llm.GeminiLiveLLMService method)
(pipecat.services.google.stt.GoogleSTTService method)
(pipecat.services.gradium.stt.GradiumSTTService method)
(pipecat.services.hume.tts.HumeTTSService method)
(pipecat.services.inworld.tts.InworldHttpTTSService method)
(pipecat.services.llm_service.LLMService method)
(pipecat.services.mistral.stt.MistralSTTService method)
(pipecat.services.moonshine.stt.MoonshineSTTService method)
(pipecat.services.nvidia.sagemaker.stt.NvidiaSageMakerSTTService method)
(pipecat.services.nvidia.stt.NvidiaSegmentedSTTService method)
(pipecat.services.nvidia.stt.NvidiaSTTService method)
(pipecat.services.openai.realtime.llm.OpenAIRealtimeLLMService method)
(pipecat.services.openai.stt.OpenAIRealtimeSTTService method)
(pipecat.services.sarvam.stt.SarvamSTTService method)
(pipecat.services.smallest.stt.SmallestSTTService method)
(pipecat.services.soniox.stt.SonioxSTTService method)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTService method)
(pipecat.services.stt_service.SegmentedSTTService method)
(pipecat.services.stt_service.STTService method)
(pipecat.services.together.stt.TogetherSTTService method)
(pipecat.services.tts_service.InterruptibleTTSService method)
(pipecat.services.tts_service.TTSService method)
(pipecat.services.whisper.base_stt.BaseWhisperSTTService method)
(pipecat.services.whisper.stt.WhisperSTTService method)
(pipecat.services.xai.stt.XAISTTService method)
(pipecat.transports.heygen.transport.HeyGenOutputTransport method)
(pipecat.transports.lemonslice.transport.LemonSliceOutputTransport method)
(pipecat.transports.tavus.transport.TavusOutputTransport method)
(pipecat.turns.user_start.base_user_turn_start_strategy.BaseUserTurnStartStrategy method)
(pipecat.turns.user_start.BaseUserTurnStartStrategy method)
(pipecat.turns.user_stop.base_user_turn_stop_strategy.BaseUserTurnStopStrategy method)
(pipecat.turns.user_stop.BaseUserTurnStopStrategy method)
(pipecat.turns.user_turn_completion_mixin.UserTurnCompletionLLMServiceMixin method)
push_interruption_task_frame_and_wait() (pipecat.processors.frame_processor.FrameProcessor method)
push_transcription_frame() (pipecat.transports.daily.transport.DailyInputTransport method)
push_transport_message() (pipecat.processors.frameworks.rtvi.processor.RTVIProcessor method)
(pipecat.processors.frameworks.rtvi.RTVIProcessor method)
push_video_frame() (pipecat.transports.base_input.BaseInputTransport method)
put() (pipecat.bus.queue.BusMessageQueue method)
(pipecat.processors.frame_processor.FrameProcessorQueue method)
(pipecat.services.nvidia.stt.AudioChunkIterator method)
put_nowait() (pipecat.bus.queue.BusMessageQueue method)
python (pipecat.evals.suite.EvalManifest attribute)
Q
quality (pipecat.services.heygen.api_interactive_avatar.NewSessionRequest attribute)
(pipecat.services.heygen.api_liveavatar.VideoSettings attribute)
(pipecat.services.nvidia.tts.NvidiaTTSService.InputParams attribute)
(pipecat.services.nvidia.tts.NvidiaTTSSettings attribute)
queue (pipecat.bus.bus.BusSubscription attribute)
(pipecat.pipeline.worker_observer.Proxy attribute)
queue_frame() (pipecat.pipeline.task.PipelineWorker method)
(pipecat.pipeline.worker.PipelineWorker method)
(pipecat.processors.frame_processor.FrameProcessor method)
(pipecat.workers.llm.llm_worker.LLMWorker method)
(pipecat.workers.llm.LLMWorker method)
queue_frames() (pipecat.pipeline.task.PipelineWorker method)
(pipecat.pipeline.worker.PipelineWorker method)
queue_tts_frame() (pipecat.transports.tavus.transport.TavusTransportClient method)
QUIET (pipecat.audio.vad.vad_analyzer.VADState attribute)
QwenLLMService (class in pipecat.services.qwen.llm)
QwenLLMSettings (class in pipecat.services.qwen.llm)
R
RAHUL (pipecat.services.sarvam.tts.SarvamTTSSpeakerV3 attribute)
RATAN (pipecat.services.sarvam.tts.SarvamTTSSpeakerV3 attribute)
rate (pipecat.services.aws.tts.AWSPollyTTSService.InputParams attribute)
(pipecat.services.aws.tts.AWSPollyTTSSettings attribute)
(pipecat.services.azure.tts.AzureBaseTTSService.InputParams attribute)
(pipecat.services.azure.tts.AzureTTSSettings attribute)
(pipecat.services.google.tts.GoogleHttpTTSService.InputParams attribute)
(pipecat.services.google.tts.GoogleHttpTTSSettings attribute)
(pipecat.services.heygen.api_interactive_avatar.VoiceSettings attribute)
(pipecat.services.inworld.realtime.events.PCMAudioFormat attribute)
(pipecat.services.openai.realtime.events.PCMAudioFormat attribute)
(pipecat.services.xai.realtime.events.PCMAudioFormat attribute)
rate_limits (pipecat.services.openai.realtime.events.RateLimitsUpdated attribute)
RateLimitsUpdated (class in pipecat.services.openai.realtime.events)
raw_response (pipecat.evals.judge.JudgeVerdict attribute)
(pipecat.services.heygen.base_api.StandardSessionResponse attribute)
raw_text (pipecat.frames.frames.AggregatedTextFrame attribute)
RawAudioTrack (class in pipecat.transports.smallwebrtc.transport)
RawClientMessageData (class in pipecat.processors.frameworks.rtvi.models)
RawServerResponseData (class in pipecat.processors.frameworks.rtvi.models)
RawVideoTrack (class in pipecat.transports.smallwebrtc.transport)
reached_downstream_types (pipecat.pipeline.task.PipelineWorker property)
(pipecat.pipeline.worker.PipelineWorker property)
reached_upstream_types (pipecat.pipeline.task.PipelineWorker property)
(pipecat.pipeline.worker.PipelineWorker property)
read() (pipecat.bus.network.pgmq_backends.DirectPgmqBackend method)
(pipecat.bus.network.pgmq_backends.IsolatedPgmqBackend method)
(pipecat.bus.network.pgmq_backends.PgmqBackend method)
read_audio_frame() (pipecat.transports.smallwebrtc.transport.SmallWebRTCClient method)
read_next_audio_frame() (pipecat.transports.daily.transport.DailyTransportClient method)
read_video_frame() (pipecat.transports.smallwebrtc.transport.SmallWebRTCClient method)
realtime (pipecat.services.inception.llm.InceptionLLMSettings attribute)
realtime_endpoint (pipecat.services.heygen.api_interactive_avatar.HeyGenSession attribute)
realtime_processing (pipecat.services.gladia.config.GladiaInputParams attribute)
(pipecat.services.gladia.stt.GladiaSTTSettings attribute)
realtime_service (pipecat.cli.prompts.ProjectConfig attribute)
(pipecat.cli.prompts.questions.ProjectConfig attribute)
REALTIME_SERVICES (pipecat.cli.registry.service_metadata.ServiceRegistry attribute)
(pipecat.cli.registry.ServiceRegistry attribute)
RealtimeConversation (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
RealtimeError (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
RealtimeProcessingConfig (class in pipecat.services.gladia.config)
reason (pipecat.bus.BusCancelMessage attribute)
(pipecat.bus.BusCancelWorkerMessage attribute)
(pipecat.bus.BusEndMessage attribute)
(pipecat.bus.BusEndWorkerMessage attribute)
(pipecat.bus.BusJobCancelMessage attribute)
(pipecat.bus.messages.BusCancelMessage attribute)
(pipecat.bus.messages.BusCancelWorkerMessage attribute)
(pipecat.bus.messages.BusEndMessage attribute)
(pipecat.bus.messages.BusEndWorkerMessage attribute)
(pipecat.bus.messages.BusJobCancelMessage attribute)
(pipecat.evals.harness.EvalAssertionFailure attribute)
(pipecat.evals.judge.JudgeVerdict attribute)
(pipecat.frames.frames.CancelFrame attribute)
(pipecat.frames.frames.CancelWorkerFrame attribute)
(pipecat.frames.frames.EndFrame attribute)
(pipecat.frames.frames.EndWorkerFrame attribute)
(pipecat.processors.frameworks.rtvi.frames.RTVIUICancelJobGroupFrame attribute)
(pipecat.processors.frameworks.rtvi.models.UICancelJobGroupData attribute)
(pipecat.processors.frameworks.rtvi.RTVIUICancelJobGroupFrame attribute)
Reasoning (class in pipecat.services.openai.realtime.events)
reasoning (pipecat.services.openai.realtime.events.SessionProperties attribute)
(pipecat.services.openai.responses.llm.OpenAIResponsesLLMSettings attribute)
reasoning_effort (pipecat.services.inception.llm.InceptionLLMSettings attribute)
(pipecat.services.sarvam.llm.SarvamLLMSettings attribute)
reasoning_tokens (pipecat.metrics.metrics.LLMTokenUsage attribute)
receive() (pipecat.transports.websocket.fastapi.FastAPIWebsocketClient method)
receive_acknowledgments (pipecat.services.gladia.config.MessagesConfig attribute)
RECEIVE_CONNECTED (pipecat.services.deepgram.flux.base.FluxMessageType attribute)
(pipecat.services.deepgram.flux.stt.FluxMessageType attribute)
receive_errors (pipecat.services.gladia.config.MessagesConfig attribute)
RECEIVE_FATAL_ERROR (pipecat.services.deepgram.flux.base.FluxMessageType attribute)
(pipecat.services.deepgram.flux.stt.FluxMessageType attribute)
receive_final_transcripts (pipecat.services.gladia.config.MessagesConfig attribute)
receive_lifecycle_events (pipecat.services.gladia.config.MessagesConfig attribute)
receive_partial_transcripts (pipecat.services.gladia.config.MessagesConfig attribute)
receive_post_processing_events (pipecat.services.gladia.config.MessagesConfig attribute)
receive_pre_processing_events (pipecat.services.gladia.config.MessagesConfig attribute)
receive_realtime_processing_events (pipecat.services.gladia.config.MessagesConfig attribute)
receive_response() (pipecat.services.aws.sagemaker.bidi_client.SageMakerBidiClient method)
receive_speech_events (pipecat.services.gladia.config.MessagesConfig attribute)
receiver_index (pipecat.transports.smallwebrtc.connection.TrackStatusMessage attribute)
recommended (pipecat.cli.registry.service_metadata.ServiceDefinition attribute)
(pipecat.cli.registry.ServiceDefinition attribute)
record (pipecat.evals.suite.EvalManifest attribute)
recording (pipecat.cli.prompts.ProjectConfig attribute)
(pipecat.cli.prompts.questions.ProjectConfig attribute)
recordings_bucket (pipecat.transports.daily.utils.DailyRoomProperties attribute)
RecordingsBucketConfig (class in pipecat.transports.daily.utils)
recv() (pipecat.transports.smallwebrtc.connection.SmallWebRTCTrack method)
(pipecat.transports.smallwebrtc.transport.RawAudioTrack method)
(pipecat.transports.smallwebrtc.transport.RawVideoTrack method)
redact (pipecat.services.deepgram.stt.DeepgramSTTSettings attribute)
(pipecat.transports.daily.transport.DailyTranscriptionSettings attribute)
redact_pci (pipecat.services.smallest.stt.SmallestSTTSettings attribute)
redact_pii (pipecat.services.smallest.stt.SmallestSTTSettings attribute)
RedisBus (class in pipecat.bus.network.redis)
reduce_latency (pipecat.services.rime.tts.RimeHttpTTSService.InputParams attribute)
(pipecat.services.rime.tts.RimeTTSService.InputParams attribute)
reduceLatency (pipecat.services.rime.tts.RimeTTSSettings attribute)
ref (pipecat.processors.frameworks.rtvi.models.A11yNode attribute)
(pipecat.processors.frameworks.rtvi.models.A11ySelection attribute)
(pipecat.processors.frameworks.rtvi.models.Click attribute)
(pipecat.processors.frameworks.rtvi.models.Focus attribute)
(pipecat.processors.frameworks.rtvi.models.Highlight attribute)
(pipecat.processors.frameworks.rtvi.models.ScrollTo attribute)
(pipecat.processors.frameworks.rtvi.models.SelectText attribute)
(pipecat.processors.frameworks.rtvi.models.SetInputValue attribute)
region (pipecat.services.aws.utils.AWSCredentials attribute)
register() (pipecat.registry.registry.WorkerRegistry method)
(pipecat.registry.WorkerRegistry method)
register_action() (pipecat.flows.FlowManager method)
(pipecat.flows.manager.FlowManager method)
register_adapter() (pipecat.bus.serializers.json.JSONMessageSerializer method)
(pipecat.bus.serializers.JSONMessageSerializer method)
register_audio_destination() (pipecat.transports.base_output.BaseOutputTransport method)
(pipecat.transports.daily.transport.DailyOutputTransport method)
(pipecat.transports.daily.transport.DailyTransportClient method)
(pipecat.transports.lemonslice.transport.LemonSliceOutputTransport method)
(pipecat.transports.lemonslice.transport.LemonSliceTransportClient method)
(pipecat.transports.tavus.transport.TavusTransportClient method)
register_direct_function() (pipecat.pipeline.llm_switcher.LLMSwitcher method)
(pipecat.services.llm_service.LLMService method)
register_function() (pipecat.pipeline.llm_switcher.LLMSwitcher method)
(pipecat.services.llm_service.LLMService method)
register_skipped() (pipecat.utils.context.aggregated_frame_sequencer.AggregatedFrameSequencer method)
register_spoken() (pipecat.utils.context.aggregated_frame_sequencer.AggregatedFrameSequencer method)
register_tools() (pipecat.services.mcp_service.MCPClient method)
register_tools_schema() (pipecat.services.mcp_service.MCPClient method)
register_video_destination() (pipecat.transports.base_output.BaseOutputTransport method)
(pipecat.transports.daily.transport.DailyOutputTransport method)
(pipecat.transports.daily.transport.DailyTransportClient method)
registry (pipecat.pipeline.runner.WorkerRunner property)
(pipecat.workers.base_worker.BaseWorker property)
(pipecat.workers.runner.WorkerRunner property)
registry_item (pipecat.services.llm_service.FunctionCallRunnerItem attribute)
reject_call_to_whatsapp() (pipecat.transports.whatsapp.api.WhatsAppApi method)
REJECTED (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
release() (pipecat.audio.filters.aic_filter.AICModelManager class method)
(pipecat.audio.krisp_instance.KrispVivaSDKManager class method)
release_server() (pipecat.transports.websocket.server.SingleClientWebsocketServerInputTransport method)
remaining_text (pipecat.frames.frames.AggregatedTextProgressFrame attribute)
(pipecat.processors.frameworks.rtvi.BotOutputTransformResult attribute)
(pipecat.processors.frameworks.rtvi.models.BotOutputTransformResult attribute)
(pipecat.processors.frameworks.rtvi.models.SpokenProgressData attribute)
(pipecat.processors.frameworks.rtvi.SpokenProgressData attribute)
remote_participants (pipecat.transports.daily.transport.DailyUpdateRemoteParticipantsFrame attribute)
remote_workers (pipecat.registry.registry.WorkerRegistry property)
(pipecat.registry.WorkerRegistry property)
REMOVE (pipecat.utils.text.pattern_pair_aggregator.MatchAction attribute)
remove_active_audio_context() (pipecat.services.tts_service.TTSService method)
remove_audio_context() (pipecat.services.tts_service.TTSService method)
remove_bot_output_transformer() (pipecat.processors.frameworks.rtvi.observer.RTVIObserver method)
(pipecat.processors.frameworks.rtvi.RTVIObserver method)
remove_custom_audio_track() (pipecat.transports.daily.transport.DailyTransportClient method)
remove_custom_video_track() (pipecat.transports.daily.transport.DailyTransportClient method)
remove_event_handler() (pipecat.utils.base_object.BaseObject method)
remove_ignored_source() (pipecat.processors.frameworks.rtvi.observer.RTVIObserver method)
(pipecat.processors.frameworks.rtvi.RTVIObserver method)
remove_observer() (pipecat.pipeline.task.PipelineWorker method)
(pipecat.pipeline.worker.PipelineWorker method)
(pipecat.pipeline.worker_observer.WorkerObserver method)
remove_tables() (pipecat.utils.text.markdown_text_filter.MarkdownTextFilter method)
remove_text_transformer() (pipecat.services.tts_service.TTSService method)
render_query() (pipecat.workers.ui.ui_worker.UIWorker method)
(pipecat.workers.ui.UIWorker method)
render_ui_event() (pipecat.workers.ui.ui_worker.UIWorker method)
(pipecat.workers.ui.UIWorker method)
render_ui_state() (pipecat.workers.ui.ui_worker.UIWorker method)
(pipecat.workers.ui.UIWorker method)
rendered_content (pipecat.services.google.frames.LLMSearchResponseFrame attribute)
(pipecat.services.google.rtvi.RTVISearchResponseMessageData attribute)
renegotiate() (pipecat.transports.smallwebrtc.connection.SmallWebRTCConnection method)
RenegotiateMessage (class in pipecat.transports.smallwebrtc.connection)
repetition_penalty (pipecat.services.rime.tts.RimeNonJsonTTSService.InputParams attribute)
(pipecat.services.rime.tts.RimeNonJsonTTSSettings attribute)
(pipecat.services.rime.tts.RimeTTSService.InputParams attribute)
(pipecat.services.rime.tts.RimeTTSSettings attribute)
replace (pipecat.processors.frameworks.rtvi.models.SetInputValue attribute)
(pipecat.services.deepgram.stt.DeepgramSTTSettings attribute)
replace_audio_track() (pipecat.transports.smallwebrtc.connection.SmallWebRTCConnection method)
replace_match() (in module pipecat.utils.string)
replace_question_with_answer() (in module pipecat.cli.prompts.questions)
replace_screen_video_track() (pipecat.transports.smallwebrtc.connection.SmallWebRTCConnection method)
replace_text() (in module pipecat.utils.text.transforms)
(in module pipecat.utils.text.transforms.replacements)
replace_video_track() (pipecat.transports.smallwebrtc.connection.SmallWebRTCConnection method)
reply() (pipecat.workers.ui.ReplyToolMixin method)
(pipecat.workers.ui.ui_tools.ReplyToolMixin method)
ReplyToolMixin (class in pipecat.workers.ui)
(class in pipecat.workers.ui.ui_tools)
report_only_initial_ttfb (pipecat.frames.frames.StartFrame attribute)
(pipecat.pipeline.task.PipelineParams attribute)
(pipecat.pipeline.worker.PipelineParams attribute)
(pipecat.processors.frame_processor.FrameProcessor property)
request (pipecat.frames.frames.UserImageRawFrame attribute)
request_data (pipecat.transports.smallwebrtc.request_handler.SmallWebRTCRequest attribute)
request_finalize() (pipecat.services.stt_service.STTService method)
request_id (pipecat.frames.frames.LLMContextSummaryRequestFrame attribute)
(pipecat.frames.frames.LLMContextSummaryResultFrame attribute)
request_job() (pipecat.workers.base_worker.BaseWorker method)
request_job_group() (pipecat.workers.base_worker.BaseWorker method)
request_job_update() (pipecat.workers.base_worker.BaseWorker method)
request_participant_image() (pipecat.transports.daily.transport.DailyInputTransport method)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCInputTransport method)
required (pipecat.adapters.schemas.function_schema.FunctionSchema property)
(pipecat.flows.FlowsFunctionSchema attribute)
(pipecat.flows.types.FlowsFunctionSchema attribute)
resample() (pipecat.audio.resamplers.base_audio_resampler.BaseAudioResampler method)
(pipecat.audio.resamplers.resampy_resampler.ResampyResampler method)
(pipecat.audio.resamplers.soxr_resampler.SOXRAudioResampler method)
(pipecat.audio.resamplers.soxr_stream_resampler.SOXRStreamAudioResampler method)
resampler_clear_after_secs (pipecat.serializers.base_serializer.FrameSerializer.InputParams attribute)
ResampyResampler (class in pipecat.audio.resamplers.resampy_resampler)
ResembleAITTSService (class in pipecat.services.resembleai.tts)
ResembleAITTSSettings (class in pipecat.services.resembleai.tts)
RESET (pipecat.flows.ContextStrategy attribute)
(pipecat.flows.types.ContextStrategy attribute)
reset() (pipecat.evals.transport.EvalMicrophone method)
(pipecat.processors.aggregators.llm_response_universal.LLMAssistantAggregator method)
(pipecat.processors.aggregators.llm_response_universal.LLMContextAggregator method)
(pipecat.processors.aggregators.llm_text_processor.LLMTextProcessor method)
(pipecat.turns.user_start.base_user_turn_start_strategy.BaseUserTurnStartStrategy method)
(pipecat.turns.user_start.BaseUserTurnStartStrategy method)
(pipecat.turns.user_start.krisp_viva_ip_user_turn_start_strategy.KrispVivaIPUserTurnStartStrategy method)
(pipecat.turns.user_start.KrispVivaIPUserTurnStartStrategy method)
(pipecat.turns.user_start.min_words_user_turn_start_strategy.MinWordsUserTurnStartStrategy method)
(pipecat.turns.user_start.MinWordsUserTurnStartStrategy method)
(pipecat.turns.user_start.wake_phrase_user_turn_start_strategy.WakePhraseUserTurnStartStrategy method)
(pipecat.turns.user_start.WakePhraseUserTurnStartStrategy method)
(pipecat.turns.user_stop.base_user_turn_stop_strategy.BaseUserTurnStopStrategy method)
(pipecat.turns.user_stop.BaseUserTurnStopStrategy method)
(pipecat.turns.user_stop.deferred_user_turn_stop_strategy.DeferredUserTurnStopStrategy method)
(pipecat.turns.user_stop.DeferredUserTurnStopStrategy method)
(pipecat.turns.user_stop.external_user_turn_stop_strategy.ExternalUserTurnStopStrategy method)
(pipecat.turns.user_stop.ExternalUserTurnStopStrategy method)
(pipecat.turns.user_stop.speech_timeout_user_turn_stop_strategy.SpeechTimeoutUserTurnStopStrategy method)
(pipecat.turns.user_stop.SpeechTimeoutUserTurnStopStrategy method)
(pipecat.turns.user_stop.turn_analyzer_user_turn_stop_strategy.TurnAnalyzerUserTurnStopStrategy method)
(pipecat.turns.user_stop.TurnAnalyzerUserTurnStopStrategy method)
(pipecat.utils.context.text_segment_map.TextSegmentMap method)
(pipecat.utils.context.word_completion_tracker.WordCompletionTracker method)
(pipecat.utils.frame_queue.FrameQueue method)
(pipecat.utils.text.base_text_aggregator.BaseTextAggregator method)
(pipecat.utils.text.pattern_pair_aggregator.PatternPairAggregator method)
(pipecat.utils.text.simple_text_aggregator.SimpleTextAggregator method)
(pipecat.utils.text.skip_tags_aggregator.SkipTagsAggregator method)
reset_active_audio_context() (pipecat.services.tts_service.TTSService method)
reset_conversation() (pipecat.services.aws.nova_sonic.llm.AWSNovaSonicLLMService method)
(pipecat.services.inworld.realtime.llm.InworldRealtimeLLMService method)
(pipecat.services.openai.realtime.llm.OpenAIRealtimeLLMService method)
(pipecat.services.xai.realtime.llm.GrokRealtimeLLMService method)
reset_interruption() (pipecat.utils.text.base_text_filter.BaseTextFilter method)
(pipecat.utils.text.markdown_text_filter.MarkdownTextFilter method)
reset_realtime_utterance() (pipecat.transports.tavus.transport.TavusTransportClient method)
reset_states() (pipecat.audio.vad.silero.SileroOnnxModel method)
RESET_WITH_SUMMARY (pipecat.flows.ContextStrategy attribute)
(pipecat.flows.types.ContextStrategy attribute)
reset_word_timestamps() (pipecat.services.tts_service.TTSService method)
RESIGNED (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
resolve_credentials() (in module pipecat.services.aws.utils)
resolve_language() (in module pipecat.transcriptions.language)
resolve_scaffold_config() (in module pipecat.cli.scaffold)
respond_immediately (pipecat.flows.NodeConfig attribute)
(pipecat.flows.types.NodeConfig attribute)
respond_to_job() (pipecat.workers.ui.ui_worker.UIWorker method)
(pipecat.workers.ui.UIWorker method)
Response (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
response (pipecat.bus.BusJobResponseMessage attribute)
(pipecat.bus.BusJobResponseUrgentMessage attribute)
(pipecat.bus.messages.BusJobResponseMessage attribute)
(pipecat.bus.messages.BusJobResponseUrgentMessage attribute)
(pipecat.bus.ui.BusUIJobCompletedMessage attribute)
(pipecat.bus.ui.messages.BusUIJobCompletedMessage attribute)
(pipecat.pipeline.job_context.JobContext property)
(pipecat.processors.frameworks.rtvi.models.UIJobCompletedData attribute)
(pipecat.services.inworld.realtime.events.ResponseCreated attribute)
(pipecat.services.inworld.realtime.events.ResponseCreateEvent attribute)
(pipecat.services.inworld.realtime.events.ResponseDone attribute)
(pipecat.services.openai.realtime.events.ResponseCreated attribute)
(pipecat.services.openai.realtime.events.ResponseCreateEvent attribute)
(pipecat.services.openai.realtime.events.ResponseDone attribute)
(pipecat.services.xai.realtime.events.ResponseCreated attribute)
(pipecat.services.xai.realtime.events.ResponseCreateEvent attribute)
(pipecat.services.xai.realtime.events.ResponseDone attribute)
(pipecat.workers.ui.BusUIJobCompletedMessage attribute)
response_id (pipecat.services.inworld.realtime.events.ResponseAudioDelta attribute)
(pipecat.services.inworld.realtime.events.ResponseAudioDone attribute)
(pipecat.services.inworld.realtime.events.ResponseAudioTranscriptDelta attribute)
(pipecat.services.inworld.realtime.events.ResponseAudioTranscriptDone attribute)
(pipecat.services.inworld.realtime.events.ResponseContentPartAdded attribute)
(pipecat.services.inworld.realtime.events.ResponseContentPartDone attribute)
(pipecat.services.inworld.realtime.events.ResponseFunctionCallArgumentsDelta attribute)
(pipecat.services.inworld.realtime.events.ResponseOutputItemAdded attribute)
(pipecat.services.inworld.realtime.events.ResponseOutputItemDone attribute)
(pipecat.services.openai.realtime.events.ResponseAudioDelta attribute)
(pipecat.services.openai.realtime.events.ResponseAudioDone attribute)
(pipecat.services.openai.realtime.events.ResponseAudioTranscriptDelta attribute)
(pipecat.services.openai.realtime.events.ResponseAudioTranscriptDone attribute)
(pipecat.services.openai.realtime.events.ResponseContentPartAdded attribute)
(pipecat.services.openai.realtime.events.ResponseContentPartDone attribute)
(pipecat.services.openai.realtime.events.ResponseFunctionCallArgumentsDelta attribute)
(pipecat.services.openai.realtime.events.ResponseFunctionCallArgumentsDone attribute)
(pipecat.services.openai.realtime.events.ResponseOutputItemAdded attribute)
(pipecat.services.openai.realtime.events.ResponseOutputItemDone attribute)
(pipecat.services.openai.realtime.events.ResponseTextDelta attribute)
(pipecat.services.openai.realtime.events.ResponseTextDone attribute)
(pipecat.services.openai.realtime.llm.CurrentAudioResponse attribute)
(pipecat.services.xai.realtime.events.ResponseAudioDelta attribute)
(pipecat.services.xai.realtime.events.ResponseAudioDone attribute)
(pipecat.services.xai.realtime.events.ResponseAudioTranscriptDelta attribute)
(pipecat.services.xai.realtime.events.ResponseAudioTranscriptDone attribute)
(pipecat.services.xai.realtime.events.ResponseContentPartAdded attribute)
(pipecat.services.xai.realtime.events.ResponseContentPartDone attribute)
(pipecat.services.xai.realtime.events.ResponseFunctionCallArgumentsDelta attribute)
(pipecat.services.xai.realtime.events.ResponseOutputItemAdded attribute)
(pipecat.services.xai.realtime.events.ResponseOutputItemDone attribute)
ResponseAudioDelta (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
ResponseAudioDone (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
ResponseAudioTranscriptDelta (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
ResponseAudioTranscriptDone (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
ResponseCancelEvent (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
ResponseContentPartAdded (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
ResponseContentPartDone (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
ResponseCreated (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
ResponseCreateEvent (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
ResponseDone (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
ResponseFunctionCallArgumentsDelta (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
ResponseFunctionCallArgumentsDone (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
ResponseOutputItemAdded (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
ResponseOutputItemDone (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
ResponseProperties (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
responses (pipecat.pipeline.job_context.JobGroup attribute)
(pipecat.pipeline.job_context.JobGroupContext property)
(pipecat.pipeline.job_context.JobGroupResponse attribute)
ResponseTextDelta (class in pipecat.services.openai.realtime.events)
ResponseTextDone (class in pipecat.services.openai.realtime.events)
restart_pc (pipecat.transports.smallwebrtc.request_handler.SmallWebRTCRequest attribute)
result (pipecat.evals.suite.EvalRun attribute)
(pipecat.frames.frames.FunctionCallResultFrame attribute)
(pipecat.frames.frames.InterimTranscriptionFrame attribute)
(pipecat.frames.frames.TranscriptionFrame attribute)
(pipecat.processors.aggregators.async_tool_messages.AsyncToolMessagePayload attribute)
(pipecat.processors.frameworks.rtvi.models.LLMFunctionCallResultData attribute)
(pipecat.processors.frameworks.rtvi.models.LLMFunctionCallStoppedMessageData attribute)
result_callback (pipecat.frames.frames.UserImageRequestFrame attribute)
(pipecat.services.llm_service.FunctionCallParams attribute)
results (pipecat.services.google.frames.LLMSearchOrigin attribute)
resume_processing_frames() (pipecat.processors.frame_processor.FrameProcessor method)
resume_processing_system_frames() (pipecat.processors.frame_processor.FrameProcessor method)
RESUMED (pipecat.serializers.genesys.AudioHookMessageType attribute)
RETAIN (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.SpeakerFocusMode attribute)
retrieve_conversation_item() (pipecat.services.openai.realtime.llm.OpenAIRealtimeLLMService method)
RGB (pipecat.transports.vonage.utils.ImageFormat attribute)
RGBA (pipecat.transports.vonage.utils.ImageFormat attribute)
RimeHttpTTSService (class in pipecat.services.rime.tts)
RimeHttpTTSService.InputParams (class in pipecat.services.rime.tts)
RimeNonJsonTTSService (class in pipecat.services.rime.tts)
RimeNonJsonTTSService.InputParams (class in pipecat.services.rime.tts)
RimeNonJsonTTSSettings (class in pipecat.services.rime.tts)
RimeTTSService (class in pipecat.services.rime.tts)
RimeTTSService.InputParams (class in pipecat.services.rime.tts)
RimeTTSSettings (class in pipecat.services.rime.tts)
RITU (pipecat.services.sarvam.tts.SarvamTTSSpeakerV3 attribute)
RNNoiseFilter (class in pipecat.audio.filters.rnnoise_filter)
RO (pipecat.transcriptions.language.Language attribute)
RO_RO (pipecat.transcriptions.language.Language attribute)
ROHAN (pipecat.services.sarvam.tts.SarvamTTSSpeakerV3 attribute)
Role (class in pipecat.adapters.services.aws_nova_sonic_adapter)
role (pipecat.adapters.services.aws_nova_sonic_adapter.AWSNovaSonicConversationHistoryMessage attribute)
(pipecat.processors.aggregators.llm_response_universal.LLMContextAggregator property)
(pipecat.processors.frameworks.rtvi.models.A11yNode attribute)
(pipecat.services.aws.nova_sonic.llm.CurrentContent attribute)
(pipecat.services.azure.tts.AzureBaseTTSService.InputParams attribute)
(pipecat.services.azure.tts.AzureTTSSettings attribute)
(pipecat.services.inworld.realtime.events.ConversationItem attribute)
(pipecat.services.openai.realtime.events.ConversationItem attribute)
(pipecat.services.xai.realtime.events.ConversationItem attribute)
role_message (pipecat.flows.NodeConfig attribute)
(pipecat.flows.types.NodeConfig attribute)
role_messages (pipecat.flows.NodeConfig attribute)
(pipecat.flows.types.NodeConfig attribute)
room (pipecat.transports.livekit.transport.LiveKitTransportClient property)
room_name (pipecat.runner.types.LiveKitRunnerArguments attribute)
(pipecat.transports.daily.utils.DailyMeetingTokenProperties attribute)
room_url (pipecat.runner.daily.DailyRoomConfig attribute)
(pipecat.runner.types.DailyRunnerArguments attribute)
(pipecat.transports.daily.transport.DailyTransport property)
(pipecat.transports.daily.transport.DailyTransportClient property)
ROOPA (pipecat.services.sarvam.tts.SarvamTTSSpeakerV3 attribute)
root (pipecat.processors.frameworks.rtvi.models.A11ySnapshot attribute)
router_task (pipecat.bus.bus.BusSubscription attribute)
rowcount (pipecat.processors.frameworks.rtvi.models.A11yNode attribute)
rtvi (pipecat.pipeline.task.PipelineWorker property)
(pipecat.pipeline.worker.PipelineWorker property)
RTVIBotLLMSearchResponseMessage (class in pipecat.services.google.rtvi)
RTVIClientMessageFrame (class in pipecat.processors.frameworks.rtvi)
(class in pipecat.processors.frameworks.rtvi.frames)
RTVIConfigureObserverFrame (class in pipecat.processors.frameworks.rtvi.frames)
RTVIEvalSerializer (class in pipecat.evals.serializer)
RTVIFunctionCallReportLevel (class in pipecat.processors.frameworks.rtvi)
(class in pipecat.processors.frameworks.rtvi.observer)
RTVIObserver (class in pipecat.processors.frameworks.rtvi)
(class in pipecat.processors.frameworks.rtvi.observer)
RTVIObserverParams (class in pipecat.processors.frameworks.rtvi)
(class in pipecat.processors.frameworks.rtvi.observer)
RTVIProcessor (class in pipecat.processors.frameworks.rtvi)
(class in pipecat.processors.frameworks.rtvi.processor)
RTVISearchResponseMessageData (class in pipecat.services.google.rtvi)
RTVIServerMessageFrame (class in pipecat.processors.frameworks.rtvi)
(class in pipecat.processors.frameworks.rtvi.frames)
RTVIServerResponseFrame (class in pipecat.processors.frameworks.rtvi)
(class in pipecat.processors.frameworks.rtvi.frames)
RTVIUICancelJobGroupFrame (class in pipecat.processors.frameworks.rtvi)
(class in pipecat.processors.frameworks.rtvi.frames)
RTVIUICommandFrame (class in pipecat.processors.frameworks.rtvi)
(class in pipecat.processors.frameworks.rtvi.frames)
RTVIUIEventFrame (class in pipecat.processors.frameworks.rtvi)
(class in pipecat.processors.frameworks.rtvi.frames)
RTVIUIJobGroupFrame (class in pipecat.processors.frameworks.rtvi)
(class in pipecat.processors.frameworks.rtvi.frames)
RTVIUISnapshotFrame (class in pipecat.processors.frameworks.rtvi)
(class in pipecat.processors.frameworks.rtvi.frames)
RU (pipecat.transcriptions.language.Language attribute)
RU_RU (pipecat.transcriptions.language.Language attribute)
run() (in module pipecat.cli.commands.eval)
(in module pipecat.cli.main)
(pipecat.evals.harness.EvalSession method)
(pipecat.evals.suite.EvalSuite method)
(pipecat.evals.transport.EvalMicrophone method)
(pipecat.pipeline.runner.WorkerRunner method)
(pipecat.pipeline.task.PipelineWorker method)
(pipecat.pipeline.worker.PipelineWorker method)
(pipecat.workers.base_worker.BaseWorker method)
(pipecat.workers.runner.WorkerRunner method)
run_function_calls() (pipecat.services.llm_service.LLMService method)
(pipecat.services.mistral.llm.MistralLLMService method)
run_image_gen() (pipecat.services.azure.image.AzureImageGenServiceREST method)
(pipecat.services.fal.image.FalImageGenService method)
(pipecat.services.google.image.GoogleImageGenService method)
(pipecat.services.image_service.ImageGenService method)
(pipecat.services.openai.image.OpenAIImageGenService method)
run_immediately (pipecat.processors.frameworks.rtvi.models.SendTextOptions attribute)
run_inference() (pipecat.pipeline.llm_switcher.LLMSwitcher method)
(pipecat.services.anthropic.llm.AnthropicLLMService method)
(pipecat.services.aws.llm.AWSBedrockLLMService method)
(pipecat.services.google.llm.GoogleLLMService method)
(pipecat.services.llm_service.LLMService method)
(pipecat.services.openai.base_llm.BaseOpenAILLMService method)
run_llm (pipecat.frames.frames.FunctionCallResultFrame attribute)
(pipecat.frames.frames.FunctionCallResultProperties attribute)
(pipecat.frames.frames.LLMMessagesAppendFrame attribute)
(pipecat.frames.frames.LLMMessagesTransformFrame attribute)
(pipecat.frames.frames.LLMMessagesUpdateFrame attribute)
(pipecat.services.llm_service.FunctionCallRunnerItem attribute)
(pipecat.workers.llm.llm_worker.LLMWorkerActivationArgs attribute)
,
[1]
(pipecat.workers.llm.LLMWorkerActivationArgs attribute)
,
[1]
run_setup_hook() (in module pipecat.utils.startup)
run_stt() (pipecat.services.assemblyai.stt.AssemblyAISTTService method)
(pipecat.services.aws.stt.AWSTranscribeSTTService method)
(pipecat.services.azure.stt.AzureSTTService method)
(pipecat.services.cartesia.stt.CartesiaSTTService method)
(pipecat.services.cartesia.turns.stt.CartesiaTurnsSTTService method)
(pipecat.services.deepgram.flux.sagemaker.stt.DeepgramFluxSageMakerSTTService method)
(pipecat.services.deepgram.flux.stt.DeepgramFluxSTTService method)
(pipecat.services.deepgram.sagemaker.stt.DeepgramSageMakerSTTService method)
(pipecat.services.deepgram.stt.DeepgramSTTService method)
(pipecat.services.elevenlabs.stt.ElevenLabsRealtimeSTTService method)
(pipecat.services.elevenlabs.stt.ElevenLabsSTTService method)
(pipecat.services.fal.stt.FalSTTService method)
(pipecat.services.gladia.stt.GladiaSTTService method)
(pipecat.services.google.stt.GoogleSTTService method)
(pipecat.services.gradium.stt.GradiumSTTService method)
(pipecat.services.mistral.stt.MistralSTTService method)
(pipecat.services.moonshine.stt.MoonshineSTTService method)
(pipecat.services.nvidia.sagemaker.stt.NvidiaSageMakerSTTService method)
(pipecat.services.nvidia.stt.NvidiaSegmentedSTTService method)
(pipecat.services.nvidia.stt.NvidiaSTTService method)
(pipecat.services.openai.stt.OpenAIRealtimeSTTService method)
(pipecat.services.sarvam.stt.SarvamSTTService method)
(pipecat.services.smallest.stt.SmallestSTTService method)
(pipecat.services.soniox.stt.SonioxSTTService method)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTService method)
(pipecat.services.stt_service.STTService method)
(pipecat.services.together.stt.TogetherSTTService method)
(pipecat.services.whisper.base_stt.BaseWhisperSTTService method)
(pipecat.services.whisper.stt.WhisperSTTService method)
(pipecat.services.whisper.stt.WhisperSTTServiceMLX method)
(pipecat.services.xai.stt.XAISTTService method)
run_tts() (pipecat.services.asyncai.tts.AsyncAIHttpTTSService method)
(pipecat.services.asyncai.tts.AsyncAITTSService method)
(pipecat.services.aws.tts.AWSPollyTTSService method)
(pipecat.services.azure.tts.AzureHttpTTSService method)
(pipecat.services.azure.tts.AzureTTSService method)
(pipecat.services.camb.tts.CambTTSService method)
(pipecat.services.cartesia.tts.CartesiaHttpTTSService method)
(pipecat.services.cartesia.tts.CartesiaTTSService method)
(pipecat.services.deepgram.sagemaker.tts.DeepgramSageMakerTTSService method)
(pipecat.services.deepgram.tts.DeepgramHttpTTSService method)
(pipecat.services.deepgram.tts.DeepgramTTSService method)
(pipecat.services.elevenlabs.tts.ElevenLabsHttpTTSService method)
(pipecat.services.elevenlabs.tts.ElevenLabsTTSService method)
(pipecat.services.fish.tts.FishAudioTTSService method)
(pipecat.services.google.tts.GeminiTTSService method)
(pipecat.services.google.tts.GoogleHttpTTSService method)
(pipecat.services.google.tts.GoogleTTSService method)
(pipecat.services.gradium.tts.GradiumTTSService method)
(pipecat.services.groq.tts.GroqTTSService method)
(pipecat.services.hume.tts.HumeTTSService method)
(pipecat.services.inworld.tts.InworldHttpTTSService method)
(pipecat.services.inworld.tts.InworldTTSService method)
(pipecat.services.kokoro.tts.KokoroTTSService method)
(pipecat.services.lmnt.tts.LmntTTSService method)
(pipecat.services.minimax.tts.MiniMaxHttpTTSService method)
(pipecat.services.mistral.tts.MistralTTSService method)
(pipecat.services.neuphonic.tts.NeuphonicHttpTTSService method)
(pipecat.services.neuphonic.tts.NeuphonicTTSService method)
(pipecat.services.nvidia.sagemaker.tts.NvidiaSageMakerHTTPTTSService method)
(pipecat.services.nvidia.sagemaker.tts.NvidiaSageMakerTTSService method)
(pipecat.services.nvidia.tts.NvidiaTTSService method)
(pipecat.services.openai.tts.OpenAITTSService method)
(pipecat.services.piper.tts.PiperHttpTTSService method)
(pipecat.services.piper.tts.PiperTTSService method)
(pipecat.services.resembleai.tts.ResembleAITTSService method)
(pipecat.services.rime.tts.RimeHttpTTSService method)
(pipecat.services.rime.tts.RimeNonJsonTTSService method)
(pipecat.services.rime.tts.RimeTTSService method)
(pipecat.services.sarvam.tts.SarvamHttpTTSService method)
(pipecat.services.sarvam.tts.SarvamTTSService method)
(pipecat.services.smallest.tts.SmallestTTSService method)
(pipecat.services.soniox.tts.SonioxTTSService method)
(pipecat.services.speechmatics.tts.SpeechmaticsTTSService method)
(pipecat.services.together.tts.TogetherTTSService method)
(pipecat.services.tts_service.TTSService method)
(pipecat.services.xai.tts.XAIHttpTTSService method)
(pipecat.services.xai.tts.XAITTSService method)
(pipecat.services.xtts.tts.XTTSService method)
run_vision() (pipecat.services.moondream.vision.MoondreamService method)
(pipecat.services.vision_service.VisionService method)
runner (pipecat.bus.BusWorkerReadyMessage attribute)
(pipecat.bus.BusWorkerRegistryMessage attribute)
(pipecat.bus.messages.BusWorkerReadyMessage attribute)
(pipecat.bus.messages.BusWorkerRegistryMessage attribute)
(pipecat.registry.types.WorkerReadyData attribute)
runner_body_path (pipecat.evals.suite.EvalRun attribute)
runner_downloads_folder() (in module pipecat.runner.run)
runner_host() (in module pipecat.runner.run)
runner_name (pipecat.registry.registry.WorkerRegistry property)
(pipecat.registry.WorkerRegistry property)
runner_port() (in module pipecat.runner.run)
RunnerArguments (class in pipecat.runner.types)
runs (pipecat.evals.suite.EvalManifest attribute)
runs_dir (pipecat.evals.suite.EvalManifest attribute)
S
SA (pipecat.transcriptions.language.Language attribute)
SAD (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
SageMakerBidiClient (class in pipecat.services.aws.sagemaker.bidi_client)
SambaNovaLLMService (class in pipecat.services.sambanova.llm)
SambaNovaLLMSettings (class in pipecat.services.sambanova.llm)
sample_rate (pipecat.audio.turn.base_turn_analyzer.BaseTurnAnalyzer property)
(pipecat.audio.vad.vad_analyzer.VADAnalyzer property)
(pipecat.evals.speech.EvalSpeech property)
(pipecat.frames.frames.AudioRawFrame attribute)
(pipecat.processors.audio.audio_buffer_processor.AudioBufferProcessor property)
(pipecat.processors.frameworks.rtvi.models.AudioMessageData attribute)
(pipecat.serializers.exotel.ExotelFrameSerializer.InputParams attribute)
(pipecat.serializers.genesys.GenesysAudioHookSerializer.InputParams attribute)
(pipecat.serializers.plivo.PlivoFrameSerializer.InputParams attribute)
(pipecat.serializers.telnyx.TelnyxFrameSerializer.InputParams attribute)
(pipecat.serializers.twilio.TwilioFrameSerializer.InputParams attribute)
(pipecat.serializers.vonage.VonageFrameSerializer.InputParams attribute)
(pipecat.services.assemblyai.models.AssemblyAIConnectionParams attribute)
(pipecat.services.stt_service.STTService property)
(pipecat.services.tts_service.TTSService property)
(pipecat.transports.base_input.BaseInputTransport property)
(pipecat.transports.base_output.BaseOutputTransport property)
(pipecat.transports.base_output.BaseOutputTransport.MediaSender property)
(pipecat.transports.daily.transport.DailyCustomAudioTrackParams attribute)
(pipecat.transports.vonage.utils.AudioProps attribute)
sample_rate_to_output_format() (in module pipecat.services.azure.tts)
SARCASTIC (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
SarvamHttpTTSService (class in pipecat.services.sarvam.tts)
SarvamHttpTTSService.InputParams (class in pipecat.services.sarvam.tts)
SarvamHttpTTSSettings (class in pipecat.services.sarvam.tts)
SarvamLLMService (class in pipecat.services.sarvam.llm)
SarvamLLMSettings (class in pipecat.services.sarvam.llm)
SarvamSTTService (class in pipecat.services.sarvam.stt)
SarvamSTTService.InputParams (class in pipecat.services.sarvam.stt)
SarvamSTTSettings (class in pipecat.services.sarvam.stt)
SarvamTTSModel (class in pipecat.services.sarvam.tts)
SarvamTTSService (class in pipecat.services.sarvam.tts)
SarvamTTSService.InputParams (class in pipecat.services.sarvam.tts)
SarvamTTSSettings (class in pipecat.services.sarvam.tts)
SarvamTTSSpeakerV2 (class in pipecat.services.sarvam.tts)
SarvamTTSSpeakerV3 (class in pipecat.services.sarvam.tts)
save_oovs (pipecat.services.rime.tts.RimeTTSService.InputParams attribute)
saveOovs (pipecat.services.rime.tts.RimeTTSSettings attribute)
scaffold_interactive() (in module pipecat.cli.scaffold)
scaffold_quickstart() (in module pipecat.cli.scaffold)
SCARED (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
scenario (pipecat.evals.suite.EvalRun attribute)
scenario_name (pipecat.evals.harness.EvalResult attribute)
scenario_path (pipecat.evals.suite.EvalRun attribute)
schedule_deferred_post_actions() (pipecat.flows.actions.ActionManager method)
screen_video_input_track() (pipecat.transports.smallwebrtc.connection.SmallWebRTCConnection method)
scroll_to() (pipecat.workers.ui.ui_worker.UIWorker method)
(pipecat.workers.ui.UIWorker method)
ScrollTo (class in pipecat.processors.frameworks.rtvi.models)
SD (pipecat.transcriptions.language.Language attribute)
SD_IN (pipecat.transcriptions.language.Language attribute)
sdp (pipecat.transports.smallwebrtc.request_handler.SmallWebRTCRequest attribute)
(pipecat.transports.whatsapp.api.WhatsAppSession attribute)
sdp_mid (pipecat.transports.smallwebrtc.request_handler.IceCandidate attribute)
sdp_mline_index (pipecat.transports.smallwebrtc.request_handler.IceCandidate attribute)
sdp_type (pipecat.transports.whatsapp.api.WhatsAppSession attribute)
search (pipecat.services.deepgram.stt.DeepgramSTTSettings attribute)
search_limit (pipecat.services.mem0.memory.Mem0MemoryService.InputParams attribute)
search_result (pipecat.services.google.frames.LLMSearchResponseFrame attribute)
(pipecat.services.google.rtvi.RTVISearchResponseMessageData attribute)
search_threshold (pipecat.services.mem0.memory.Mem0MemoryService.InputParams attribute)
seconds_to_nanoseconds() (in module pipecat.utils.time)
secret_key (pipecat.services.aws.utils.AWSCredentials attribute)
seed (pipecat.services.fal.image.FalImageGenService.InputParams attribute)
(pipecat.services.fal.image.FalImageGenSettings attribute)
(pipecat.services.openai.base_llm.BaseOpenAILLMService.InputParams attribute)
(pipecat.services.openai.base_llm.OpenAILLMSettings attribute)
(pipecat.services.settings.LLMSettings attribute)
seed_history() (pipecat.services.aws.nova_sonic.session_continuation.SessionContinuationHelper method)
segment (pipecat.services.rime.tts.RimeNonJsonTTSService.InputParams attribute)
(pipecat.services.rime.tts.RimeNonJsonTTSSettings attribute)
(pipecat.services.rime.tts.RimeTTSService.InputParams attribute)
(pipecat.services.rime.tts.RimeTTSSettings attribute)
segment_id (pipecat.frames.frames.AggregatedTextProgressFrame attribute)
(pipecat.processors.frameworks.rtvi.models.BotOutputMessageData attribute)
SegmentedSTTService (class in pipecat.services.stt_service)
select_text() (pipecat.workers.ui.ui_worker.UIWorker method)
(pipecat.workers.ui.UIWorker method)
selected_language (pipecat.serializers.genesys.GenesysAudioHookSerializer.InputParams attribute)
selection (pipecat.processors.frameworks.rtvi.models.A11ySnapshot attribute)
SelectText (class in pipecat.processors.frameworks.rtvi.models)
SemanticTurnDetection (class in pipecat.services.openai.realtime.events)
send() (pipecat.bus.bus.WorkerBus method)
(pipecat.bus.WorkerBus method)
(pipecat.transports.websocket.client.WebsocketClientSession method)
(pipecat.transports.websocket.fastapi.FastAPIWebsocketClient method)
send_after (pipecat.evals.scenario.EvalTurn attribute)
send_app_message() (pipecat.transports.smallwebrtc.connection.SmallWebRTCConnection method)
send_audio() (pipecat.services.aws.nova_sonic.llm.AWSNovaSonicLLMService method)
(pipecat.services.aws.nova_sonic.session_continuation.NovaSonicSessionSender method)
(pipecat.transports.base_output.BaseOutputTransport method)
(pipecat.transports.daily.transport.DailyTransport method)
(pipecat.transports.livekit.transport.LiveKitTransport method)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCTransport method)
send_audio_chunk() (pipecat.services.aws.sagemaker.bidi_client.SageMakerBidiClient method)
send_audio_input_start() (pipecat.services.aws.nova_sonic.llm.AWSNovaSonicLLMService method)
(pipecat.services.aws.nova_sonic.session_continuation.NovaSonicSessionSender method)
send_bus_error_message() (pipecat.workers.base_worker.BaseWorker method)
send_bus_message() (pipecat.workers.base_worker.BaseWorker method)
send_client_event() (pipecat.services.inworld.realtime.llm.InworldRealtimeLLMService method)
(pipecat.services.openai.realtime.llm.OpenAIRealtimeLLMService method)
(pipecat.services.xai.realtime.llm.GrokRealtimeLLMService method)
send_command() (pipecat.workers.ui.ui_worker.UIWorker method)
(pipecat.workers.ui.UIWorker method)
send_data() (pipecat.services.aws.sagemaker.bidi_client.SageMakerBidiClient method)
(pipecat.transports.livekit.transport.LiveKitTransportClient method)
send_dtmf() (pipecat.transports.daily.transport.DailyTransport method)
(pipecat.transports.daily.transport.DailyTransportClient method)
(pipecat.transports.livekit.transport.LiveKitTransportClient method)
send_error() (pipecat.processors.frameworks.rtvi.processor.RTVIProcessor method)
(pipecat.processors.frameworks.rtvi.RTVIProcessor method)
send_error_response() (pipecat.processors.frameworks.rtvi.processor.RTVIProcessor method)
(pipecat.processors.frameworks.rtvi.RTVIProcessor method)
send_event() (pipecat.services.aws.nova_sonic.llm.AWSNovaSonicLLMService method)
(pipecat.services.aws.nova_sonic.session_continuation.NovaSonicSessionSender method)
send_image() (pipecat.transports.base_output.BaseOutputTransport method)
(pipecat.transports.daily.transport.DailyTransport method)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCTransport method)
send_initial_empty_metrics (pipecat.pipeline.task.PipelineParams attribute)
(pipecat.pipeline.worker.PipelineParams attribute)
send_interrupt_message() (pipecat.transports.lemonslice.transport.LemonSliceTransportClient method)
(pipecat.transports.tavus.transport.TavusTransportClient method)
send_job_response() (pipecat.workers.base_worker.BaseWorker method)
send_job_stream_data() (pipecat.workers.base_worker.BaseWorker method)
send_job_stream_end() (pipecat.workers.base_worker.BaseWorker method)
send_job_stream_start() (pipecat.workers.base_worker.BaseWorker method)
send_job_update() (pipecat.workers.base_worker.BaseWorker method)
send_json() (pipecat.services.aws.sagemaker.bidi_client.SageMakerBidiClient method)
send_message() (pipecat.services.speechmatics.stt.SpeechmaticsSTTService method)
(pipecat.transports.base_output.BaseOutputTransport method)
(pipecat.transports.daily.transport.DailyOutputTransport method)
(pipecat.transports.daily.transport.DailyTransportClient method)
(pipecat.transports.lemonslice.transport.LemonSliceOutputTransport method)
(pipecat.transports.lemonslice.transport.LemonSliceTransportClient method)
(pipecat.transports.livekit.transport.LiveKitOutputTransport method)
(pipecat.transports.livekit.transport.LiveKitTransport method)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCClient method)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCOutputTransport method)
(pipecat.transports.tavus.transport.TavusOutputTransport method)
(pipecat.transports.tavus.transport.TavusTransportClient method)
(pipecat.transports.websocket.client.WebsocketClientOutputTransport method)
(pipecat.transports.websocket.fastapi.FastAPIWebsocketOutputTransport method)
(pipecat.transports.websocket.server.SingleClientWebsocketServerOutputTransport method)
send_message_urgent() (pipecat.transports.livekit.transport.LiveKitTransport method)
send_prebuilt_chat_message() (pipecat.transports.daily.transport.DailyTransport method)
(pipecat.transports.daily.transport.DailyTransportClient method)
send_prompt_start() (pipecat.services.aws.nova_sonic.llm.AWSNovaSonicLLMService method)
(pipecat.services.aws.nova_sonic.session_continuation.NovaSonicSessionSender method)
send_realtime_audio_frame() (pipecat.transports.tavus.transport.TavusTransportClient method)
send_response_finished_message() (pipecat.transports.lemonslice.transport.LemonSliceTransportClient method)
send_response_started_message() (pipecat.transports.lemonslice.transport.LemonSliceTransportClient method)
send_rtvi_message() (pipecat.processors.frameworks.rtvi.observer.RTVIObserver method)
(pipecat.processors.frameworks.rtvi.RTVIObserver method)
send_server_message() (pipecat.processors.frameworks.rtvi.processor.RTVIProcessor method)
(pipecat.processors.frameworks.rtvi.RTVIProcessor method)
send_server_response() (pipecat.processors.frameworks.rtvi.processor.RTVIProcessor method)
(pipecat.processors.frameworks.rtvi.RTVIProcessor method)
send_settings (pipecat.transports.daily.transport.DailyCustomAudioTrackParams attribute)
(pipecat.transports.daily.transport.DailyCustomVideoTrackParams attribute)
send_text() (pipecat.services.aws.nova_sonic.llm.AWSNovaSonicLLMService method)
(pipecat.services.aws.nova_sonic.session_continuation.NovaSonicSessionSender method)
(pipecat.services.aws.sagemaker.bidi_client.SageMakerBidiClient method)
send_with_retry() (pipecat.services.websocket_service.WebsocketService method)
SendTextData (class in pipecat.processors.frameworks.rtvi.models)
SendTextOptions (class in pipecat.processors.frameworks.rtvi.models)
SENTENCE (pipecat.services.tts_service.TextAggregationMode attribute)
(pipecat.utils.text.base_text_aggregator.AggregationType attribute)
sentence_timestamps (pipecat.services.smallest.stt.SmallestSTTSettings attribute)
SentenceAggregator (class in pipecat.processors.aggregators.sentence)
sentiment_analysis (pipecat.services.gladia.config.RealtimeProcessingConfig attribute)
SentryMetrics (class in pipecat.processors.metrics.sentry)
SERENE (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
SERIALIZABLE_FIELDS (pipecat.serializers.protobuf.ProtobufFrameSerializer attribute)
SERIALIZABLE_TYPES (pipecat.serializers.protobuf.ProtobufFrameSerializer attribute)
serialize() (pipecat.bus.adapters.base.TypeAdapter method)
(pipecat.bus.adapters.llm_context_adapter.LLMContextAdapter method)
(pipecat.bus.adapters.LLMContextAdapter method)
(pipecat.bus.adapters.tools_schema_adapter.ToolsSchemaAdapter method)
(pipecat.bus.adapters.ToolsSchemaAdapter method)
(pipecat.bus.adapters.TypeAdapter method)
(pipecat.bus.serializers.base.MessageSerializer method)
(pipecat.bus.serializers.json.JSONMessageSerializer method)
(pipecat.bus.serializers.JSONMessageSerializer method)
(pipecat.bus.serializers.MessageSerializer method)
(pipecat.evals.serializer.RTVIEvalSerializer method)
(pipecat.serializers.base_serializer.FrameSerializer method)
(pipecat.serializers.exotel.ExotelFrameSerializer method)
(pipecat.serializers.genesys.GenesysAudioHookSerializer method)
(pipecat.serializers.plivo.PlivoFrameSerializer method)
(pipecat.serializers.protobuf.ProtobufFrameSerializer method)
(pipecat.serializers.telnyx.TelnyxFrameSerializer method)
(pipecat.serializers.twilio.TwilioFrameSerializer method)
(pipecat.serializers.vonage.VonageFrameSerializer method)
serializer (pipecat.evals.transport.EvalTransportParams attribute)
(pipecat.transports.websocket.client.WebsocketClientParams attribute)
(pipecat.transports.websocket.fastapi.FastAPIWebsocketParams attribute)
(pipecat.transports.websocket.server.SingleClientWebsocketServerParams attribute)
(pipecat.transports.websocket.server.WebsocketServerParams attribute)
SERIOUS (pipecat.services.heygen.api_interactive_avatar.VoiceEmotion attribute)
server_total_time_ms (pipecat.metrics.metrics.SmartTurnMetricsData attribute)
ServerEvent (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
ServerMessage (class in pipecat.processors.frameworks.rtvi.models)
ServerResponse (class in pipecat.processors.frameworks.rtvi.models)
service (pipecat.frames.frames.ManuallySwitchServiceFrame attribute)
(pipecat.frames.frames.ServiceSwitcherRequestMetadataFrame attribute)
(pipecat.frames.frames.ServiceUpdateSettingsFrame attribute)
SERVICE_CONFIGS (pipecat.cli.registry.service_metadata.ServiceRegistry attribute)
(pipecat.cli.registry.ServiceRegistry attribute)
service_metadata_frame() (pipecat.services.ai_service.AIService method)
(pipecat.services.assemblyai.stt.AssemblyAISTTService method)
(pipecat.services.aws.nova_sonic.llm.AWSNovaSonicLLMService method)
(pipecat.services.cartesia.turns.stt.CartesiaTurnsSTTService method)
(pipecat.services.deepgram.flux.base.DeepgramFluxSTTBase method)
(pipecat.services.gladia.stt.GladiaSTTService method)
(pipecat.services.google.gemini_live.llm.GeminiLiveLLMService method)
(pipecat.services.inworld.realtime.llm.InworldRealtimeLLMService method)
(pipecat.services.llm_service.LLMService method)
(pipecat.services.openai.realtime.llm.OpenAIRealtimeLLMService method)
(pipecat.services.soniox.stt.SonioxSTTService method)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTService method)
(pipecat.services.stt_service.STTService method)
(pipecat.services.ultravox.llm.UltravoxRealtimeLLMService method)
(pipecat.services.xai.realtime.llm.GrokRealtimeLLMService method)
service_name (pipecat.frames.frames.ServiceMetadataFrame attribute)
service_tier (pipecat.services.openai.base_llm.BaseOpenAILLMService.InputParams attribute)
ServiceDefinition (class in pipecat.cli.registry)
(class in pipecat.cli.registry.service_metadata)
ServiceLoader (class in pipecat.cli.registry)
(class in pipecat.cli.registry.service_loader)
ServiceMetadataFrame (class in pipecat.frames.frames)
ServiceRegistry (class in pipecat.cli.registry)
(class in pipecat.cli.registry.service_metadata)
services (pipecat.pipeline.service_switcher.ServiceSwitcher property)
(pipecat.pipeline.service_switcher.ServiceSwitcherStrategy property)
ServiceSettings (class in pipecat.services.settings)
ServiceSwitcher (class in pipecat.pipeline.service_switcher)
ServiceSwitcherFrame (class in pipecat.frames.frames)
ServiceSwitcherRequestMetadataFrame (class in pipecat.frames.frames)
ServiceSwitcherStrategy (class in pipecat.pipeline.service_switcher)
ServiceSwitcherStrategyFailover (class in pipecat.pipeline.service_switcher)
ServiceSwitcherStrategyManual (class in pipecat.pipeline.service_switcher)
ServiceType (class in pipecat.services.heygen.client)
ServiceUpdateSettingsFrame (class in pipecat.frames.frames)
session (pipecat.services.inworld.realtime.events.SessionCreatedEvent attribute)
(pipecat.services.inworld.realtime.events.SessionUpdatedEvent attribute)
(pipecat.services.inworld.realtime.events.SessionUpdateEvent attribute)
(pipecat.services.openai.realtime.events.SessionCreatedEvent attribute)
(pipecat.services.openai.realtime.events.SessionUpdatedEvent attribute)
(pipecat.services.openai.realtime.events.SessionUpdateEvent attribute)
(pipecat.services.xai.realtime.events.SessionUpdatedEvent attribute)
(pipecat.services.xai.realtime.events.SessionUpdateEvent attribute)
(pipecat.transports.whatsapp.api.WhatsAppConnectCall attribute)
session_duration_seconds (pipecat.services.assemblyai.models.TerminationMessage attribute)
session_id (pipecat.runner.types.RunnerArguments attribute)
(pipecat.serializers.genesys.GenesysAudioHookSerializer property)
(pipecat.services.heygen.api_interactive_avatar.HeyGenSession attribute)
(pipecat.services.heygen.api_liveavatar.LiveAvatarSessionData attribute)
(pipecat.services.heygen.api_liveavatar.SessionTokenData attribute)
(pipecat.services.heygen.base_api.StandardSessionResponse attribute)
(pipecat.transports.daily.transport.DailyOutputDTMFFrame attribute)
(pipecat.transports.daily.transport.DailyOutputDTMFUrgentFrame attribute)
session_properties (pipecat.services.inworld.realtime.llm.InworldRealtimeLLMSettings attribute)
(pipecat.services.openai.realtime.llm.OpenAIRealtimeLLMSettings attribute)
(pipecat.services.xai.realtime.llm.GrokRealtimeLLMSettings attribute)
session_timeout (pipecat.evals.transport.EvalTransportParams attribute)
(pipecat.transports.websocket.fastapi.FastAPIWebsocketParams attribute)
(pipecat.transports.websocket.server.SingleClientWebsocketServerParams attribute)
(pipecat.transports.websocket.server.WebsocketServerParams attribute)
session_token (pipecat.services.aws.utils.AWSCredentials attribute)
(pipecat.services.heygen.api_liveavatar.SessionTokenData attribute)
SessionContinuationHelper (class in pipecat.services.aws.nova_sonic.session_continuation)
SessionContinuationParams (class in pipecat.services.aws.nova_sonic.session_continuation)
SessionCreatedEvent (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
SessionProperties (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
SessionTokenData (class in pipecat.services.heygen.api_liveavatar)
SessionTokenResponse (class in pipecat.services.heygen.api_liveavatar)
SessionUpdatedEvent (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
SessionUpdateEvent (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
set_audio_input_paused() (pipecat.services.google.gemini_live.llm.GeminiLiveLLMService method)
(pipecat.services.inworld.realtime.llm.InworldRealtimeLLMService method)
(pipecat.services.openai.realtime.llm.OpenAIRealtimeLLMService method)
(pipecat.services.xai.realtime.llm.GrokRealtimeLLMService method)
set_bot_ready() (pipecat.processors.frameworks.rtvi.processor.RTVIProcessor method)
(pipecat.processors.frameworks.rtvi.RTVIProcessor method)
set_capture_audio() (pipecat.evals.serializer.RTVIEvalSerializer method)
set_client_connection() (pipecat.transports.websocket.server.SingleClientWebsocketServerOutputTransport method)
set_client_ready() (pipecat.processors.frameworks.rtvi.processor.RTVIProcessor method)
(pipecat.processors.frameworks.rtvi.RTVIProcessor method)
set_connected() (pipecat.services.aws.nova_sonic.session_continuation.SessionContinuationHelper method)
set_conversation_context() (pipecat.utils.tracing.tracing_context.TracingContext method)
set_core_metrics_data() (pipecat.processors.frame_processor.FrameProcessor method)
(pipecat.processors.metrics.frame_processor_metrics.FrameProcessorMetrics method)
set_disconnected() (pipecat.services.aws.nova_sonic.session_continuation.SessionContinuationHelper method)
set_enabled() (pipecat.transports.smallwebrtc.connection.SmallWebRTCTrack method)
set_full_model_name() (pipecat.services.openai.base_llm.BaseOpenAILLMService method)
set_input_value() (pipecat.workers.ui.ui_worker.UIWorker method)
(pipecat.workers.ui.UIWorker method)
set_language() (pipecat.services.google.gemini_live.llm.GeminiLiveLLMService method)
(pipecat.services.stt_service.STTService method)
set_languages() (pipecat.services.google.stt.GoogleSTTService method)
set_log_level() (pipecat.transports.daily.transport.DailyTransport method)
set_messages() (pipecat.processors.aggregators.llm_context.LLMContext method)
(pipecat.processors.aggregators.llm_response_universal.LLMContextAggregator method)
set_metadata() (pipecat.transports.livekit.transport.LiveKitTransport method)
set_model() (pipecat.services.nvidia.stt.NvidiaSTTService method)
(pipecat.services.nvidia.tts.NvidiaTTSService method)
(pipecat.services.stt_service.STTService method)
(pipecat.services.tts_service.TTSService method)
set_model_modalities() (pipecat.services.google.gemini_live.llm.GeminiLiveLLMService method)
set_node_from_config() (pipecat.flows.FlowManager method)
(pipecat.flows.manager.FlowManager method)
set_output_variables() (pipecat.serializers.genesys.GenesysAudioHookSerializer method)
set_params() (pipecat.audio.vad.vad_analyzer.VADAnalyzer method)
set_participant_metadata() (pipecat.transports.livekit.transport.LiveKitTransportClient method)
set_processor_name() (pipecat.processors.metrics.frame_processor_metrics.FrameProcessorMetrics method)
set_prompt() (pipecat.services.sarvam.stt.SarvamSTTService method)
set_reached_downstream_filter() (pipecat.pipeline.task.PipelineWorker method)
(pipecat.pipeline.worker.PipelineWorker method)
set_reached_upstream_filter() (pipecat.pipeline.task.PipelineWorker method)
(pipecat.pipeline.worker.PipelineWorker method)
set_sample_rate() (pipecat.audio.turn.base_turn_analyzer.BaseTurnAnalyzer method)
(pipecat.audio.turn.krisp_viva_turn.KrispVivaTurn method)
(pipecat.audio.vad.aic_quail_vad.AICQuailVADAnalyzer method)
(pipecat.audio.vad.aic_vad.AICVADAnalyzer method)
(pipecat.audio.vad.krisp_viva_vad.KrispVivaVadAnalyzer method)
(pipecat.audio.vad.silero.SileroVADAnalyzer method)
(pipecat.audio.vad.vad_analyzer.VADAnalyzer method)
set_tool_choice() (pipecat.processors.aggregators.llm_context.LLMContext method)
(pipecat.processors.aggregators.llm_response_universal.LLMContextAggregator method)
set_tools() (pipecat.processors.aggregators.llm_context.LLMContext method)
(pipecat.processors.aggregators.llm_response_universal.LLMContextAggregator method)
set_transport_ready() (pipecat.transports.base_input.BaseInputTransport method)
(pipecat.transports.base_output.BaseOutputTransport method)
set_turn_context() (pipecat.utils.tracing.tracing_context.TracingContext method)
set_user_turn_completion_config() (pipecat.turns.user_turn_completion_mixin.UserTurnCompletionLLMServiceMixin method)
set_video_frame_detail() (pipecat.services.openai.realtime.llm.OpenAIRealtimeLLMService method)
set_video_input_paused() (pipecat.services.google.gemini_live.llm.GeminiLiveLLMService method)
(pipecat.services.openai.realtime.llm.OpenAIRealtimeLLMService method)
set_voice() (pipecat.services.tts_service.TTSService method)
SetInputValue (class in pipecat.processors.frameworks.rtvi.models)
settings (pipecat.frames.frames.FilterUpdateSettingsFrame attribute)
(pipecat.frames.frames.MixerUpdateSettingsFrame attribute)
(pipecat.frames.frames.ServiceUpdateSettingsFrame attribute)
Settings (pipecat.services.anthropic.llm.AnthropicLLMService attribute)
(pipecat.services.assemblyai.stt.AssemblyAISTTService attribute)
(pipecat.services.asyncai.tts.AsyncAIHttpTTSService attribute)
(pipecat.services.asyncai.tts.AsyncAITTSService attribute)
(pipecat.services.aws.llm.AWSBedrockLLMService attribute)
(pipecat.services.aws.nova_sonic.llm.AWSNovaSonicLLMService attribute)
(pipecat.services.aws.stt.AWSTranscribeSTTService attribute)
(pipecat.services.aws.tts.AWSPollyTTSService attribute)
(pipecat.services.azure.image.AzureImageGenServiceREST attribute)
(pipecat.services.azure.llm.AzureLLMService attribute)
(pipecat.services.azure.realtime.llm.AzureRealtimeLLMService attribute)
(pipecat.services.azure.stt.AzureSTTService attribute)
(pipecat.services.azure.tts.AzureBaseTTSService attribute)
(pipecat.services.azure.tts.AzureHttpTTSService attribute)
(pipecat.services.azure.tts.AzureTTSService attribute)
(pipecat.services.camb.tts.CambTTSService attribute)
(pipecat.services.cartesia.stt.CartesiaSTTService attribute)
(pipecat.services.cartesia.tts.CartesiaHttpTTSService attribute)
(pipecat.services.cartesia.tts.CartesiaTTSService attribute)
(pipecat.services.cartesia.turns.stt.CartesiaTurnsSTTService attribute)
(pipecat.services.cerebras.llm.CerebrasLLMService attribute)
(pipecat.services.deepgram.flux.base.DeepgramFluxSTTBase attribute)
(pipecat.services.deepgram.flux.sagemaker.stt.DeepgramFluxSageMakerSTTService attribute)
(pipecat.services.deepgram.flux.stt.DeepgramFluxSTTService attribute)
(pipecat.services.deepgram.sagemaker.stt.DeepgramSageMakerSTTService attribute)
(pipecat.services.deepgram.sagemaker.tts.DeepgramSageMakerTTSService attribute)
(pipecat.services.deepgram.stt.DeepgramSTTService attribute)
(pipecat.services.deepgram.tts.DeepgramHttpTTSService attribute)
(pipecat.services.deepgram.tts.DeepgramTTSService attribute)
(pipecat.services.deepseek.llm.DeepSeekLLMService attribute)
(pipecat.services.elevenlabs.stt.ElevenLabsRealtimeSTTService attribute)
(pipecat.services.elevenlabs.stt.ElevenLabsSTTService attribute)
(pipecat.services.elevenlabs.tts.ElevenLabsHttpTTSService attribute)
(pipecat.services.elevenlabs.tts.ElevenLabsTTSService attribute)
(pipecat.services.fal.image.FalImageGenService attribute)
(pipecat.services.fal.stt.FalSTTService attribute)
(pipecat.services.fireworks.llm.FireworksLLMService attribute)
(pipecat.services.fish.tts.FishAudioTTSService attribute)
(pipecat.services.gladia.stt.GladiaSTTService attribute)
(pipecat.services.google.gemini_live.llm.GeminiLiveLLMService attribute)
(pipecat.services.google.gemini_live.vertex.llm.GeminiLiveVertexLLMService attribute)
(pipecat.services.google.image.GoogleImageGenService attribute)
(pipecat.services.google.llm.GoogleLLMService attribute)
(pipecat.services.google.stt.GoogleSTTService attribute)
(pipecat.services.google.tts.GeminiTTSService attribute)
(pipecat.services.google.tts.GoogleHttpTTSService attribute)
(pipecat.services.google.tts.GoogleTTSService attribute)
(pipecat.services.google.vertex.llm.GoogleVertexLLMService attribute)
(pipecat.services.gradium.stt.GradiumSTTService attribute)
(pipecat.services.gradium.tts.GradiumTTSService attribute)
(pipecat.services.groq.llm.GroqLLMService attribute)
(pipecat.services.groq.stt.GroqSTTService attribute)
(pipecat.services.groq.tts.GroqTTSService attribute)
(pipecat.services.heygen.video.HeyGenVideoService attribute)
(pipecat.services.hume.tts.HumeTTSService attribute)
(pipecat.services.inception.llm.InceptionLLMService attribute)
(pipecat.services.inworld.realtime.llm.InworldRealtimeLLMService attribute)
(pipecat.services.inworld.tts.InworldHttpTTSService attribute)
(pipecat.services.inworld.tts.InworldTTSService attribute)
(pipecat.services.kokoro.tts.KokoroTTSService attribute)
(pipecat.services.lmnt.tts.LmntTTSService attribute)
(pipecat.services.minimax.tts.MiniMaxHttpTTSService attribute)
(pipecat.services.mistral.llm.MistralLLMService attribute)
(pipecat.services.mistral.stt.MistralSTTService attribute)
(pipecat.services.mistral.tts.MistralTTSService attribute)
(pipecat.services.moondream.vision.MoondreamService attribute)
(pipecat.services.moonshine.stt.MoonshineSTTService attribute)
(pipecat.services.nebius.llm.NebiusLLMService attribute)
(pipecat.services.neuphonic.tts.NeuphonicHttpTTSService attribute)
(pipecat.services.neuphonic.tts.NeuphonicTTSService attribute)
(pipecat.services.novita.llm.NovitaLLMService attribute)
(pipecat.services.nvidia.llm.NvidiaLLMService attribute)
(pipecat.services.nvidia.sagemaker.stt.NvidiaSageMakerSTTService attribute)
(pipecat.services.nvidia.sagemaker.tts.NvidiaSageMakerHTTPTTSService attribute)
(pipecat.services.nvidia.sagemaker.tts.NvidiaSageMakerTTSService attribute)
(pipecat.services.nvidia.stt.NvidiaSegmentedSTTService attribute)
(pipecat.services.nvidia.stt.NvidiaSTTService attribute)
(pipecat.services.nvidia.tts.NvidiaTTSService attribute)
(pipecat.services.ollama.llm.OLLamaLLMService attribute)
(pipecat.services.openai.base_llm.BaseOpenAILLMService attribute)
(pipecat.services.openai.image.OpenAIImageGenService attribute)
(pipecat.services.openai.llm.OpenAILLMService attribute)
(pipecat.services.openai.realtime.llm.OpenAIRealtimeLLMService attribute)
(pipecat.services.openai.stt.OpenAIRealtimeSTTService attribute)
(pipecat.services.openai.stt.OpenAISTTService attribute)
(pipecat.services.openai.tts.OpenAITTSService attribute)
(pipecat.services.openrouter.llm.OpenRouterLLMService attribute)
(pipecat.services.perplexity.llm.PerplexityLLMService attribute)
(pipecat.services.piper.tts.PiperHttpTTSService attribute)
(pipecat.services.piper.tts.PiperTTSService attribute)
(pipecat.services.qwen.llm.QwenLLMService attribute)
(pipecat.services.resembleai.tts.ResembleAITTSService attribute)
(pipecat.services.rime.tts.RimeHttpTTSService attribute)
(pipecat.services.rime.tts.RimeNonJsonTTSService attribute)
(pipecat.services.rime.tts.RimeTTSService attribute)
(pipecat.services.sambanova.llm.SambaNovaLLMService attribute)
(pipecat.services.sarvam.llm.SarvamLLMService attribute)
(pipecat.services.sarvam.stt.SarvamSTTService attribute)
(pipecat.services.sarvam.tts.SarvamHttpTTSService attribute)
(pipecat.services.sarvam.tts.SarvamTTSService attribute)
(pipecat.services.simli.video.SimliVideoService attribute)
(pipecat.services.smallest.stt.SmallestSTTService attribute)
(pipecat.services.smallest.tts.SmallestTTSService attribute)
(pipecat.services.soniox.stt.SonioxSTTService attribute)
(pipecat.services.soniox.tts.SonioxTTSService attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTService attribute)
(pipecat.services.speechmatics.tts.SpeechmaticsTTSService attribute)
(pipecat.services.tavus.video.TavusVideoService attribute)
(pipecat.services.together.llm.TogetherLLMService attribute)
(pipecat.services.together.stt.TogetherSTTService attribute)
(pipecat.services.together.tts.TogetherTTSService attribute)
(pipecat.services.ultravox.llm.UltravoxRealtimeLLMService attribute)
(pipecat.services.whisper.base_stt.BaseWhisperSTTService attribute)
(pipecat.services.whisper.stt.WhisperSTTService attribute)
(pipecat.services.whisper.stt.WhisperSTTServiceMLX attribute)
(pipecat.services.xai.llm.GrokLLMService attribute)
(pipecat.services.xai.realtime.llm.GrokRealtimeLLMService attribute)
(pipecat.services.xai.stt.XAISTTService attribute)
(pipecat.services.xai.tts.XAIHttpTTSService attribute)
(pipecat.services.xai.tts.XAITTSService attribute)
(pipecat.services.xtts.tts.XTTSService attribute)
settings (pipecat.transports.daily.transport.DailySIPReferFrame attribute)
(pipecat.transports.daily.transport.DailySIPTransferFrame attribute)
settings_params (pipecat.cli.registry.service_metadata.ServiceDefinition attribute)
(pipecat.cli.registry.ServiceDefinition attribute)
setup() (pipecat.audio.vad.vad_controller.VADController method)
(pipecat.bus.bridge_processor.BusBridgeProcessor method)
(pipecat.bus.BusBridgeProcessor method)
(pipecat.extensions.voicemail.voicemail_detector.ClassificationProcessor method)
(pipecat.extensions.voicemail.voicemail_detector.ClassifierGate method)
(pipecat.extensions.voicemail.voicemail_detector.NotifierGate method)
(pipecat.extensions.voicemail.voicemail_detector.TTSGate method)
(pipecat.pipeline.parallel_pipeline.ParallelPipeline method)
(pipecat.pipeline.pipeline.Pipeline method)
(pipecat.pipeline.sync_parallel_pipeline.SyncParallelPipeline method)
(pipecat.processors.aggregators.llm_context_summarizer.LLMContextSummarizer method)
(pipecat.processors.frame_processor.FrameProcessor method)
(pipecat.processors.metrics.sentry.SentryMetrics method)
(pipecat.serializers.base_serializer.FrameSerializer method)
(pipecat.serializers.exotel.ExotelFrameSerializer method)
(pipecat.serializers.genesys.GenesysAudioHookSerializer method)
(pipecat.serializers.plivo.PlivoFrameSerializer method)
(pipecat.serializers.telnyx.TelnyxFrameSerializer method)
(pipecat.serializers.twilio.TwilioFrameSerializer method)
(pipecat.serializers.vonage.VonageFrameSerializer method)
(pipecat.services.asyncai.tts.AsyncAIHttpTTSService method)
(pipecat.services.asyncai.tts.AsyncAITTSService method)
(pipecat.services.aws.tts.AWSPollyTTSService method)
(pipecat.services.azure.tts.AzureHttpTTSService method)
(pipecat.services.azure.tts.AzureTTSService method)
(pipecat.services.camb.tts.CambTTSService method)
(pipecat.services.cartesia.tts.CartesiaHttpTTSService method)
(pipecat.services.cartesia.tts.CartesiaTTSService method)
(pipecat.services.deepgram.sagemaker.tts.DeepgramSageMakerTTSService method)
(pipecat.services.deepgram.tts.DeepgramHttpTTSService method)
(pipecat.services.deepgram.tts.DeepgramTTSService method)
(pipecat.services.elevenlabs.tts.ElevenLabsHttpTTSService method)
(pipecat.services.elevenlabs.tts.ElevenLabsTTSService method)
(pipecat.services.fish.tts.FishAudioTTSService method)
(pipecat.services.google.tts.GeminiTTSService method)
(pipecat.services.google.tts.GoogleHttpTTSService method)
(pipecat.services.google.tts.GoogleTTSService method)
(pipecat.services.gradium.tts.GradiumTTSService method)
(pipecat.services.groq.tts.GroqTTSService method)
(pipecat.services.heygen.client.HeyGenClient method)
(pipecat.services.heygen.video.HeyGenVideoService method)
(pipecat.services.hume.tts.HumeTTSService method)
(pipecat.services.inworld.tts.InworldHttpTTSService method)
(pipecat.services.inworld.tts.InworldTTSService method)
(pipecat.services.kokoro.tts.KokoroTTSService method)
(pipecat.services.lmnt.tts.LmntTTSService method)
(pipecat.services.minimax.tts.MiniMaxHttpTTSService method)
(pipecat.services.mistral.tts.MistralTTSService method)
(pipecat.services.neuphonic.tts.NeuphonicHttpTTSService method)
(pipecat.services.neuphonic.tts.NeuphonicTTSService method)
(pipecat.services.nvidia.sagemaker.tts.NvidiaSageMakerHTTPTTSService method)
(pipecat.services.nvidia.sagemaker.tts.NvidiaSageMakerTTSService method)
(pipecat.services.nvidia.tts.NvidiaTTSService method)
(pipecat.services.openai.tts.OpenAITTSService method)
(pipecat.services.piper.tts.PiperHttpTTSService method)
(pipecat.services.piper.tts.PiperTTSService method)
(pipecat.services.resembleai.tts.ResembleAITTSService method)
(pipecat.services.rime.tts.RimeHttpTTSService method)
(pipecat.services.rime.tts.RimeNonJsonTTSService method)
(pipecat.services.rime.tts.RimeTTSService method)
(pipecat.services.sarvam.tts.SarvamHttpTTSService method)
(pipecat.services.sarvam.tts.SarvamTTSService method)
(pipecat.services.smallest.tts.SmallestTTSService method)
(pipecat.services.soniox.tts.SonioxTTSService method)
(pipecat.services.speechmatics.tts.SpeechmaticsTTSService method)
(pipecat.services.tavus.video.TavusVideoService method)
(pipecat.services.together.tts.TogetherTTSService method)
(pipecat.services.xai.tts.XAIHttpTTSService method)
(pipecat.services.xai.tts.XAITTSService method)
(pipecat.services.xtts.tts.XTTSService method)
(pipecat.transports.daily.transport.DailyInputTransport method)
(pipecat.transports.daily.transport.DailyOutputTransport method)
(pipecat.transports.daily.transport.DailyTransportClient method)
(pipecat.transports.heygen.transport.HeyGenInputTransport method)
(pipecat.transports.heygen.transport.HeyGenOutputTransport method)
(pipecat.transports.lemonslice.transport.LemonSliceInputTransport method)
(pipecat.transports.lemonslice.transport.LemonSliceOutputTransport method)
(pipecat.transports.lemonslice.transport.LemonSliceTransportClient method)
(pipecat.transports.livekit.transport.LiveKitInputTransport method)
(pipecat.transports.livekit.transport.LiveKitOutputTransport method)
(pipecat.transports.livekit.transport.LiveKitTransportClient method)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCClient method)
(pipecat.transports.tavus.transport.TavusInputTransport method)
(pipecat.transports.tavus.transport.TavusOutputTransport method)
(pipecat.transports.tavus.transport.TavusTransportClient method)
(pipecat.transports.websocket.client.WebsocketClientInputTransport method)
(pipecat.transports.websocket.client.WebsocketClientOutputTransport method)
(pipecat.transports.websocket.client.WebsocketClientSession method)
(pipecat.transports.websocket.fastapi.FastAPIWebsocketClient method)
(pipecat.turns.user_mute.base_user_mute_strategy.BaseUserMuteStrategy method)
(pipecat.turns.user_mute.BaseUserMuteStrategy method)
(pipecat.turns.user_start.wake_phrase_user_turn_start_strategy.WakePhraseUserTurnStartStrategy method)
(pipecat.turns.user_start.WakePhraseUserTurnStartStrategy method)
(pipecat.turns.user_stop.deferred_user_turn_stop_strategy.DeferredUserTurnStopStrategy method)
(pipecat.turns.user_stop.DeferredUserTurnStopStrategy method)
(pipecat.turns.user_stop.external_user_turn_stop_strategy.ExternalUserTurnStopStrategy method)
(pipecat.turns.user_stop.ExternalUserTurnStopStrategy method)
(pipecat.turns.user_stop.speech_timeout_user_turn_stop_strategy.SpeechTimeoutUserTurnStopStrategy method)
(pipecat.turns.user_stop.SpeechTimeoutUserTurnStopStrategy method)
(pipecat.turns.user_stop.turn_analyzer_user_turn_stop_strategy.TurnAnalyzerUserTurnStopStrategy method)
(pipecat.turns.user_stop.TurnAnalyzerUserTurnStopStrategy method)
(pipecat.turns.user_turn_controller.UserTurnController method)
(pipecat.utils.asyncio.task_manager.TaskManager method)
(pipecat.utils.base_object.BaseObject method)
setup_tracing() (in module pipecat.utils.tracing.setup)
SEVEN (pipecat.audio.dtmf.types.KeypadEntry attribute)
SHORT (pipecat.turns.user_turn_completion_mixin.IncompleteType attribute)
short_prompt (pipecat.turns.user_turn_completion_mixin.UserTurnCompletionConfig property)
should_ignore_frame() (pipecat.serializers.base_serializer.FrameSerializer method)
SHREYA (pipecat.services.sarvam.tts.SarvamTTSSpeakerV3 attribute)
SHUBH (pipecat.services.sarvam.tts.SarvamTTSSpeakerV3 attribute)
SI (pipecat.transcriptions.language.Language attribute)
SI_LK (pipecat.transcriptions.language.Language attribute)
SignallingMessage (class in pipecat.transports.smallwebrtc.connection)
signature (pipecat.frames.frames.LLMThoughtEndFrame attribute)
silence_duration_ms (pipecat.services.google.gemini_live.llm.GeminiVADParams attribute)
(pipecat.services.openai.realtime.events.TurnDetection attribute)
SileroOnnxModel (class in pipecat.audio.vad.silero)
SileroVADAnalyzer (class in pipecat.audio.vad.silero)
similarity_boost (pipecat.services.elevenlabs.tts.ElevenLabsHttpTTSService.InputParams attribute)
(pipecat.services.elevenlabs.tts.ElevenLabsHttpTTSSettings attribute)
(pipecat.services.elevenlabs.tts.ElevenLabsTTSService.InputParams attribute)
(pipecat.services.elevenlabs.tts.ElevenLabsTTSSettings attribute)
(pipecat.services.heygen.api_interactive_avatar.ElevenLabsSettings attribute)
SimliVideoService (class in pipecat.services.simli.video)
SimliVideoService.InputParams (class in pipecat.services.simli.video)
SimliVideoSettings (class in pipecat.services.simli.video)
SimpleTextAggregator (class in pipecat.utils.text.simple_text_aggregator)
SIMRAN (pipecat.services.sarvam.tts.SarvamTTSSpeakerV3 attribute)
SINGLE (pipecat.transports.smallwebrtc.request_handler.ConnectionMode attribute)
SingleClientWebsocketServerCallbacks (class in pipecat.transports.websocket.server)
SingleClientWebsocketServerInputTransport (class in pipecat.transports.websocket.server)
SingleClientWebsocketServerOutputTransport (class in pipecat.transports.websocket.server)
SingleClientWebsocketServerParams (class in pipecat.transports.websocket.server)
SingleClientWebsocketServerTransport (class in pipecat.transports.websocket.server)
sip (pipecat.transports.daily.utils.DailyRoomProperties attribute)
sip_call_transfer() (pipecat.transports.daily.transport.DailyTransport method)
(pipecat.transports.daily.transport.DailyTransportClient method)
sip_endpoint (pipecat.runner.daily.DailyRoomConfig attribute)
(pipecat.transports.daily.utils.DailyRoomProperties property)
sip_headers (pipecat.runner.types.DialinSettings attribute)
sip_mode (pipecat.transports.daily.utils.DailyRoomSipParams attribute)
sip_refer() (pipecat.transports.daily.transport.DailyTransport method)
(pipecat.transports.daily.transport.DailyTransportClient method)
sip_uri (pipecat.transports.daily.utils.DailyRoomProperties attribute)
site_title (pipecat.services.google.frames.LLMSearchOrigin attribute)
site_uri (pipecat.services.google.frames.LLMSearchOrigin attribute)
SIX (pipecat.audio.dtmf.types.KeypadEntry attribute)
size (pipecat.frames.frames.ImageRawFrame attribute)
SK (pipecat.transcriptions.language.Language attribute)
SK_SK (pipecat.transcriptions.language.Language attribute)
SKEPTICAL (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
skip_aggregator_types (pipecat.processors.frameworks.rtvi.observer.RTVIObserverParams attribute)
(pipecat.processors.frameworks.rtvi.RTVIObserverParams attribute)
skip_tts (pipecat.frames.frames.LLMConfigureOutputFrame attribute)
(pipecat.frames.frames.LLMFullResponseEndFrame attribute)
(pipecat.frames.frames.LLMFullResponseStartFrame attribute)
(pipecat.frames.frames.TextFrame attribute)
skipped (pipecat.evals.harness.EvalResult attribute)
SkipTagsAggregator (class in pipecat.utils.text.skip_tags_aggregator)
SL (pipecat.transcriptions.language.Language attribute)
SL_SI (pipecat.transcriptions.language.Language attribute)
SMALL (pipecat.services.whisper.stt.Model attribute)
SMALL_STREAMING (pipecat.services.moonshine.stt.Model attribute)
SmallestSTTModel (class in pipecat.services.smallest.stt)
SmallestSTTService (class in pipecat.services.smallest.stt)
SmallestSTTSettings (class in pipecat.services.smallest.stt)
SmallestTTSModel (class in pipecat.services.smallest.tts)
SmallestTTSService (class in pipecat.services.smallest.tts)
SmallestTTSSettings (class in pipecat.services.smallest.tts)
smallwebrtc_sdp_munging() (in module pipecat.runner.utils)
SmallWebRTCCallbacks (class in pipecat.transports.smallwebrtc.transport)
SmallWebRTCClient (class in pipecat.transports.smallwebrtc.transport)
SmallWebRTCConnection (class in pipecat.transports.smallwebrtc.connection)
SmallWebRTCInputTransport (class in pipecat.transports.smallwebrtc.transport)
SmallWebRTCOutputTransport (class in pipecat.transports.smallwebrtc.transport)
SmallWebRTCPatchRequest (class in pipecat.transports.smallwebrtc.request_handler)
SmallWebRTCRequest (class in pipecat.transports.smallwebrtc.request_handler)
SmallWebRTCRequestHandler (class in pipecat.transports.smallwebrtc.request_handler)
SmallWebRTCRunnerArguments (class in pipecat.runner.types)
SmallWebRTCTrack (class in pipecat.transports.smallwebrtc.connection)
SmallWebRTCTransport (class in pipecat.transports.smallwebrtc.transport)
smart_format (pipecat.services.deepgram.stt.DeepgramSTTSettings attribute)
SMART_TURN (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.TurnDetectionMode attribute)
(pipecat.services.speechmatics.stt.TurnDetectionMode attribute)
SmartTurnMetricsData (class in pipecat.metrics.metrics)
SmartTurnParams (class in pipecat.audio.turn.smart_turn.base_smart_turn)
SmartTurnTimeoutException
SN (pipecat.transcriptions.language.Language attribute)
SO (pipecat.transcriptions.language.Language attribute)
SO_SO (pipecat.transcriptions.language.Language attribute)
SonioxContextGeneralItem (class in pipecat.services.soniox.stt)
SonioxContextObject (class in pipecat.services.soniox.stt)
SonioxContextTranslationTerm (class in pipecat.services.soniox.stt)
SonioxInputParams (class in pipecat.services.soniox.stt)
SonioxSTTService (class in pipecat.services.soniox.stt)
SonioxSTTSettings (class in pipecat.services.soniox.stt)
SonioxTTSService (class in pipecat.services.soniox.tts)
SonioxTTSSettings (class in pipecat.services.soniox.tts)
SOOTHING (pipecat.services.heygen.api_interactive_avatar.VoiceEmotion attribute)
SOPHIA (pipecat.services.sarvam.tts.SarvamTTSSpeakerV3 attribute)
SoundfileMixer (class in pipecat.audio.mixers.soundfile_mixer)
sounds_like (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.AdditionalVocabEntry attribute)
source (pipecat.bus.BusMessage attribute)
(pipecat.bus.messages.BusMessage attribute)
(pipecat.observers.base_observer.FramePushed attribute)
SOURCE (pipecat.observers.loggers.debug_log_observer.FrameEndpoint attribute)
source (pipecat.services.soniox.stt.SonioxContextTranslationTerm attribute)
(pipecat.transports.daily.transport.DailyAudioTrack attribute)
(pipecat.transports.daily.transport.DailyVideoTrack attribute)
source_path (pipecat.evals.scenario.EvalScenario attribute)
SOXRAudioResampler (class in pipecat.audio.resamplers.soxr_resampler)
SoxrQuality (in module pipecat.audio.resamplers.base_audio_resampler)
SOXRStreamAudioResampler (class in pipecat.audio.resamplers.soxr_stream_resampler)
spawn (pipecat.evals.suite.EvalManifest attribute)
speaker (pipecat.services.assemblyai.models.TurnMessage attribute)
speaker_active_format (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.InputParams attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTSettings attribute)
speaker_configs (pipecat.services.google.tts.GeminiTTSService.InputParams attribute)
(pipecat.services.google.tts.GeminiTTSSettings attribute)
speaker_identifiers (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.SpeakerIdentifier attribute)
,
[1]
speaker_labels (pipecat.services.assemblyai.models.AssemblyAIConnectionParams attribute)
(pipecat.services.assemblyai.stt.AssemblyAISTTSettings attribute)
speaker_passive_format (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.InputParams attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTSettings attribute)
speaker_sensitivity (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.InputParams attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTSettings attribute)
speakers (pipecat.services.sarvam.tts.TTSModelConfig attribute)
SPEAKING (pipecat.audio.vad.vad_analyzer.VADState attribute)
speaking_rate (pipecat.services.google.tts.GoogleHttpTTSService.InputParams attribute)
(pipecat.services.google.tts.GoogleHttpTTSSettings attribute)
(pipecat.services.google.tts.GoogleTTSService.InputParams attribute)
(pipecat.services.google.tts.GoogleTTSSettings attribute)
(pipecat.services.inworld.tts.InworldHttpTTSService.InputParams attribute)
(pipecat.services.inworld.tts.InworldTTSService.InputParams attribute)
(pipecat.services.inworld.tts.InworldTTSSettings attribute)
special_first_param_name() (pipecat.adapters.schemas.direct_function.BaseDirectFunctionWrapper class method)
(pipecat.adapters.schemas.direct_function.DirectFunctionWrapper class method)
(pipecat.flows.types.FlowsDirectFunctionWrapper class method)
SPECULATIVE (pipecat.services.aws.nova_sonic.llm.TextStage attribute)
speech_model (pipecat.services.assemblyai.models.AssemblyAIConnectionParams attribute)
speech_threshold (pipecat.services.gladia.config.PreProcessingConfig attribute)
speech_triggered (pipecat.audio.turn.base_turn_analyzer.BaseTurnAnalyzer property)
(pipecat.audio.turn.krisp_viva_turn.KrispVivaTurn property)
(pipecat.audio.turn.smart_turn.base_smart_turn.BaseSmartTurn property)
SpeechControlParamsFrame (class in pipecat.frames.frames)
SPEECHMATICS_SAMPLE_RATE (pipecat.services.speechmatics.tts.SpeechmaticsTTSService attribute)
SpeechmaticsSTTService (class in pipecat.services.speechmatics.stt)
SpeechmaticsSTTService.AdditionalVocabEntry (class in pipecat.services.speechmatics.stt)
SpeechmaticsSTTService.AudioEncoding (class in pipecat.services.speechmatics.stt)
SpeechmaticsSTTService.InputParams (class in pipecat.services.speechmatics.stt)
SpeechmaticsSTTService.OperatingPoint (class in pipecat.services.speechmatics.stt)
SpeechmaticsSTTService.SpeakerFocusConfig (class in pipecat.services.speechmatics.stt)
SpeechmaticsSTTService.SpeakerFocusMode (class in pipecat.services.speechmatics.stt)
SpeechmaticsSTTService.SpeakerIdentifier (class in pipecat.services.speechmatics.stt)
SpeechmaticsSTTService.TurnDetectionMode (class in pipecat.services.speechmatics.stt)
SpeechmaticsSTTService.UpdateParams (class in pipecat.services.speechmatics.stt)
SpeechmaticsSTTSettings (class in pipecat.services.speechmatics.stt)
SpeechmaticsTTSService (class in pipecat.services.speechmatics.tts)
SpeechmaticsTTSService.InputParams (class in pipecat.services.speechmatics.tts)
SpeechmaticsTTSSettings (class in pipecat.services.speechmatics.tts)
SpeechOutputAudioRawFrame (class in pipecat.frames.frames)
SpeechStartedMessage (class in pipecat.services.assemblyai.models)
SpeechTimeoutUserTurnStopStrategy (class in pipecat.turns.user_stop)
(class in pipecat.turns.user_stop.speech_timeout_user_turn_stop_strategy)
speed (pipecat.services.cartesia.tts.GenerationConfig attribute)
(pipecat.services.elevenlabs.tts.ElevenLabsHttpTTSService.InputParams attribute)
(pipecat.services.elevenlabs.tts.ElevenLabsHttpTTSSettings attribute)
(pipecat.services.elevenlabs.tts.ElevenLabsTTSService.InputParams attribute)
(pipecat.services.elevenlabs.tts.ElevenLabsTTSSettings attribute)
(pipecat.services.groq.tts.GroqTTSService.InputParams attribute)
(pipecat.services.groq.tts.GroqTTSSettings attribute)
(pipecat.services.hume.tts.HumeTTSService.InputParams attribute)
(pipecat.services.hume.tts.HumeTTSSettings attribute)
(pipecat.services.minimax.tts.MiniMaxHttpTTSService.InputParams attribute)
(pipecat.services.minimax.tts.MiniMaxTTSSettings attribute)
(pipecat.services.neuphonic.tts.NeuphonicHttpTTSService.InputParams attribute)
(pipecat.services.neuphonic.tts.NeuphonicTTSService.InputParams attribute)
(pipecat.services.neuphonic.tts.NeuphonicTTSSettings attribute)
(pipecat.services.openai.realtime.events.AudioOutput attribute)
(pipecat.services.openai.tts.OpenAITTSService.InputParams attribute)
(pipecat.services.openai.tts.OpenAITTSSettings attribute)
(pipecat.services.smallest.tts.SmallestTTSSettings attribute)
(pipecat.services.soniox.tts.SonioxTTSSettings attribute)
(pipecat.services.xai.tts.XAITTSSettings attribute)
(pipecat.services.xai.tts.XAIWebsocketTTSSettings attribute)
speed_alpha (pipecat.services.rime.tts.RimeHttpTTSService.InputParams attribute)
(pipecat.services.rime.tts.RimeTTSService.InputParams attribute)
SPEED_TAG() (pipecat.services.cartesia.tts.CartesiaTTSService static method)
speedAlpha (pipecat.services.rime.tts.RimeTTSSettings attribute)
SPELL() (pipecat.services.cartesia.tts.CartesiaTTSService static method)
(pipecat.services.rime.tts.RimeTTSService static method)
spelling_dictionary (pipecat.services.gladia.config.CustomSpellingConfig attribute)
split_sentences (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.InputParams attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTSettings attribute)
spoken (pipecat.processors.frameworks.rtvi.models.BotOutputMessageData attribute)
spoken_progress (pipecat.processors.frameworks.rtvi.models.BotOutputMessageData attribute)
spoken_status (pipecat.processors.frameworks.rtvi.models.BotOutputMessageData attribute)
SpokenProgressData (class in pipecat.processors.frameworks.rtvi)
(class in pipecat.processors.frameworks.rtvi.models)
SpriteFrame (class in pipecat.frames.frames)
SQ (pipecat.transcriptions.language.Language attribute)
SQ_AL (pipecat.transcriptions.language.Language attribute)
SR (pipecat.transcriptions.language.Language attribute)
SR_LATN (pipecat.transcriptions.language.Language attribute)
SR_LATN_RS (pipecat.transcriptions.language.Language attribute)
SR_RS (pipecat.transcriptions.language.Language attribute)
SSML_ESCAPE_CHARS (pipecat.services.azure.tts.AzureBaseTTSService attribute)
stability (pipecat.services.elevenlabs.tts.ElevenLabsHttpTTSService.InputParams attribute)
(pipecat.services.elevenlabs.tts.ElevenLabsHttpTTSSettings attribute)
(pipecat.services.elevenlabs.tts.ElevenLabsTTSService.InputParams attribute)
(pipecat.services.elevenlabs.tts.ElevenLabsTTSSettings attribute)
(pipecat.services.heygen.api_interactive_avatar.ElevenLabsSettings attribute)
STANDARD (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.OperatingPoint attribute)
standard_tools (pipecat.adapters.schemas.tools_schema.ToolsSchema property)
StandardSessionResponse (class in pipecat.services.heygen.base_api)
STAR (pipecat.audio.dtmf.types.KeypadEntry attribute)
start (pipecat.services.assemblyai.models.Word attribute)
(pipecat.turns.user_turn_strategies.UserTurnStrategies attribute)
start() (pipecat.audio.filters.aic_filter.AICFilter method)
(pipecat.audio.filters.base_audio_filter.BaseAudioFilter method)
(pipecat.audio.filters.koala_filter.KoalaFilter method)
(pipecat.audio.filters.krisp_viva_filter.KrispVivaFilter method)
(pipecat.audio.filters.rnnoise_filter.RNNoiseFilter method)
(pipecat.audio.mixers.base_audio_mixer.BaseAudioMixer method)
(pipecat.audio.mixers.soundfile_mixer.SoundfileMixer method)
(pipecat.bus.bus.WorkerBus method)
(pipecat.bus.network.pgmq.PgmqBus method)
(pipecat.bus.network.redis.RedisBus method)
(pipecat.bus.WorkerBus method)
(pipecat.clocks.base_clock.BaseClock method)
(pipecat.clocks.system_clock.SystemClock method)
(pipecat.evals.speech.EvalSpeech method)
(pipecat.evals.transcribe.EvalTranscriber method)
(pipecat.pipeline.worker_observer.WorkerObserver method)
(pipecat.services.ai_service.AIService method)
(pipecat.services.assemblyai.stt.AssemblyAISTTService method)
(pipecat.services.asyncai.tts.AsyncAIHttpTTSService method)
(pipecat.services.asyncai.tts.AsyncAITTSService method)
(pipecat.services.aws.nova_sonic.llm.AWSNovaSonicLLMService method)
(pipecat.services.aws.stt.AWSTranscribeSTTService method)
(pipecat.services.azure.stt.AzureSTTService method)
(pipecat.services.azure.tts.AzureHttpTTSService method)
(pipecat.services.azure.tts.AzureTTSService method)
(pipecat.services.camb.tts.CambTTSService method)
(pipecat.services.cartesia.stt.CartesiaSTTService method)
(pipecat.services.cartesia.tts.CartesiaHttpTTSService method)
(pipecat.services.cartesia.tts.CartesiaTTSService method)
(pipecat.services.cartesia.turns.stt.CartesiaTurnsSTTService method)
(pipecat.services.deepgram.flux.base.DeepgramFluxSTTBase method)
(pipecat.services.deepgram.sagemaker.stt.DeepgramSageMakerSTTService method)
(pipecat.services.deepgram.sagemaker.tts.DeepgramSageMakerTTSService method)
(pipecat.services.deepgram.stt.DeepgramSTTService method)
(pipecat.services.deepgram.tts.DeepgramTTSService method)
(pipecat.services.elevenlabs.stt.ElevenLabsRealtimeSTTService method)
(pipecat.services.elevenlabs.tts.ElevenLabsHttpTTSService method)
(pipecat.services.elevenlabs.tts.ElevenLabsTTSService method)
(pipecat.services.fish.tts.FishAudioTTSService method)
(pipecat.services.gladia.stt.GladiaSTTService method)
(pipecat.services.google.gemini_live.llm.GeminiLiveLLMService method)
(pipecat.services.google.stt.GoogleSTTService method)
(pipecat.services.google.tts.GeminiTTSService method)
(pipecat.services.gradium.stt.GradiumSTTService method)
(pipecat.services.gradium.tts.GradiumTTSService method)
(pipecat.services.heygen.client.HeyGenClient method)
(pipecat.services.heygen.video.HeyGenVideoService method)
(pipecat.services.hume.tts.HumeTTSService method)
(pipecat.services.inworld.realtime.llm.InworldRealtimeLLMService method)
(pipecat.services.inworld.tts.InworldHttpTTSService method)
(pipecat.services.inworld.tts.InworldTTSService method)
(pipecat.services.llm_service.LLMService method)
(pipecat.services.llm_service.WebsocketLLMService method)
(pipecat.services.lmnt.tts.LmntTTSService method)
(pipecat.services.mcp_service.MCPClient method)
(pipecat.services.minimax.tts.MiniMaxHttpTTSService method)
(pipecat.services.mistral.stt.MistralSTTService method)
(pipecat.services.neuphonic.tts.NeuphonicHttpTTSService method)
(pipecat.services.neuphonic.tts.NeuphonicTTSService method)
(pipecat.services.nvidia.sagemaker.stt.NvidiaSageMakerSTTService method)
(pipecat.services.nvidia.sagemaker.tts.NvidiaSageMakerHTTPTTSService method)
(pipecat.services.nvidia.sagemaker.tts.NvidiaSageMakerTTSService method)
(pipecat.services.nvidia.stt.NvidiaSegmentedSTTService method)
(pipecat.services.nvidia.stt.NvidiaSTTService method)
(pipecat.services.nvidia.tts.NvidiaTTSService method)
(pipecat.services.openai.realtime.llm.OpenAIRealtimeLLMService method)
(pipecat.services.openai.stt.OpenAIRealtimeSTTService method)
(pipecat.services.openai.tts.OpenAITTSService method)
(pipecat.services.resembleai.tts.ResembleAITTSService method)
(pipecat.services.rime.tts.RimeNonJsonTTSService method)
(pipecat.services.rime.tts.RimeTTSService method)
(pipecat.services.sarvam.stt.SarvamSTTService method)
(pipecat.services.sarvam.tts.SarvamHttpTTSService method)
(pipecat.services.sarvam.tts.SarvamTTSService method)
(pipecat.services.simli.video.SimliVideoService method)
(pipecat.services.smallest.stt.SmallestSTTService method)
(pipecat.services.smallest.tts.SmallestTTSService method)
(pipecat.services.soniox.stt.SonioxSTTService method)
(pipecat.services.soniox.tts.SonioxTTSService method)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTService method)
(pipecat.services.stt_service.SegmentedSTTService method)
(pipecat.services.stt_service.STTService method)
(pipecat.services.tavus.video.TavusVideoService method)
(pipecat.services.together.stt.TogetherSTTService method)
(pipecat.services.together.tts.TogetherTTSService method)
(pipecat.services.tts_service.TTSService method)
(pipecat.services.ultravox.llm.UltravoxRealtimeLLMService method)
(pipecat.services.xai.realtime.llm.GrokRealtimeLLMService method)
(pipecat.services.xai.stt.XAISTTService method)
(pipecat.services.xai.tts.XAIHttpTTSService method)
(pipecat.services.xai.tts.XAITTSService method)
(pipecat.services.xtts.tts.XTTSService method)
(pipecat.transports.base_input.BaseInputTransport method)
(pipecat.transports.base_output.BaseOutputTransport method)
(pipecat.transports.base_output.BaseOutputTransport.MediaSender method)
(pipecat.transports.daily.transport.DailyInputTransport method)
(pipecat.transports.daily.transport.DailyOutputTransport method)
(pipecat.transports.daily.transport.DailyTransportClient method)
(pipecat.transports.heygen.transport.HeyGenInputTransport method)
(pipecat.transports.heygen.transport.HeyGenOutputTransport method)
(pipecat.transports.lemonslice.transport.LemonSliceInputTransport method)
(pipecat.transports.lemonslice.transport.LemonSliceOutputTransport method)
(pipecat.transports.lemonslice.transport.LemonSliceTransportClient method)
(pipecat.transports.livekit.transport.LiveKitInputTransport method)
(pipecat.transports.livekit.transport.LiveKitOutputTransport method)
(pipecat.transports.livekit.transport.LiveKitTransportClient method)
(pipecat.transports.local.audio.LocalAudioInputTransport method)
(pipecat.transports.local.audio.LocalAudioOutputTransport method)
(pipecat.transports.local.tk.TkInputTransport method)
(pipecat.transports.local.tk.TkOutputTransport method)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCInputTransport method)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCOutputTransport method)
(pipecat.transports.tavus.transport.TavusInputTransport method)
(pipecat.transports.tavus.transport.TavusOutputTransport method)
(pipecat.transports.tavus.transport.TavusTransportClient method)
(pipecat.transports.websocket.client.WebsocketClientInputTransport method)
(pipecat.transports.websocket.client.WebsocketClientOutputTransport method)
(pipecat.transports.websocket.fastapi.FastAPIWebsocketInputTransport method)
(pipecat.transports.websocket.fastapi.FastAPIWebsocketOutputTransport method)
(pipecat.transports.websocket.server.SingleClientWebsocketServerInputTransport method)
(pipecat.transports.websocket.server.SingleClientWebsocketServerOutputTransport method)
(pipecat.workers.base_worker.BaseWorker method)
(pipecat.workers.proxy.websocket.server.WebSocketProxyServer method)
(pipecat.workers.proxy.websocket.WebSocketProxyServer method)
(pipecat.workers.proxy.WebSocketProxyServer method)
start_agent_listening() (pipecat.services.heygen.client.HeyGenClient method)
start_audio_in_streaming() (pipecat.transports.base_input.BaseInputTransport method)
start_audio_off (pipecat.transports.daily.utils.DailyMeetingTokenProperties attribute)
start_capturing_audio() (pipecat.transports.heygen.transport.HeyGenInputTransport method)
(pipecat.transports.lemonslice.transport.LemonSliceInputTransport method)
(pipecat.transports.tavus.transport.TavusInputTransport method)
start_cloud_recording (pipecat.transports.daily.utils.DailyMeetingTokenProperties attribute)
start_conversation_tracing() (pipecat.utils.tracing.turn_trace_observer.TurnTraceObserver method)
start_dialout() (pipecat.transports.daily.transport.DailyTransport method)
(pipecat.transports.daily.transport.DailyTransportClient method)
start_llm_usage_metrics() (pipecat.processors.frame_processor.FrameProcessor method)
(pipecat.processors.metrics.frame_processor_metrics.FrameProcessorMetrics method)
(pipecat.services.nvidia.llm.NvidiaLLMService method)
(pipecat.services.perplexity.llm.PerplexityLLMService method)
(pipecat.services.xai.llm.GrokLLMService method)
start_metadata (pipecat.pipeline.task.PipelineParams attribute)
(pipecat.pipeline.worker.PipelineParams attribute)
start_metrics() (pipecat.services.deepgram.flux.base.DeepgramFluxSTTBase method)
start_monitor() (pipecat.services.aws.nova_sonic.session_continuation.SessionContinuationHelper method)
START_OF_TURN (pipecat.services.deepgram.flux.base.FluxEventType attribute)
(pipecat.services.deepgram.flux.stt.FluxEventType attribute)
start_offset (pipecat.processors.frameworks.rtvi.models.A11ySelection attribute)
(pipecat.processors.frameworks.rtvi.models.SelectText attribute)
start_offset_secs (pipecat.observers.startup_timing_observer.ProcessorStartupTiming attribute)
start_paused (pipecat.serializers.genesys.GenesysAudioHookSerializer.InputParams attribute)
start_processing_metrics() (pipecat.processors.frame_processor.FrameProcessor method)
(pipecat.processors.metrics.frame_processor_metrics.FrameProcessorMetrics method)
(pipecat.processors.metrics.sentry.SentryMetrics method)
start_recording() (pipecat.processors.audio.audio_buffer_processor.AudioBufferProcessor method)
(pipecat.transports.daily.transport.DailyTransport method)
(pipecat.transports.daily.transport.DailyTransportClient method)
start_secs (pipecat.audio.vad.vad_analyzer.VADParams attribute)
(pipecat.frames.frames.VADUserStartedSpeakingFrame attribute)
start_send_task() (pipecat.transports.tavus.transport.TavusTransportClient method)
start_sensitivity (pipecat.services.google.gemini_live.llm.GeminiVADParams attribute)
start_session() (pipecat.services.aws.sagemaker.bidi_client.SageMakerBidiClient method)
(pipecat.services.heygen.api_liveavatar.LiveAvatarApi method)
start_speech_volume_threshold (pipecat.services.sarvam.stt.SarvamSTTSettings attribute)
start_text_aggregation_metrics() (pipecat.processors.frame_processor.FrameProcessor method)
(pipecat.processors.metrics.frame_processor_metrics.FrameProcessorMetrics method)
(pipecat.services.tts_service.TTSService method)
start_time (pipecat.observers.startup_timing_observer.StartupTimingReport attribute)
(pipecat.observers.startup_timing_observer.TransportTimingReport attribute)
(pipecat.observers.user_bot_latency_observer.FunctionCallMetrics attribute)
(pipecat.observers.user_bot_latency_observer.TextAggregationBreakdownMetrics attribute)
(pipecat.observers.user_bot_latency_observer.TTFBBreakdownMetrics attribute)
(pipecat.transports.whatsapp.api.WhatsAppTerminateCall attribute)
start_time_ms (pipecat.services.inworld.realtime.llm.CurrentAudioResponse attribute)
(pipecat.services.openai.realtime.llm.CurrentAudioResponse attribute)
(pipecat.services.xai.realtime.llm.CurrentAudioResponse attribute)
start_transcription() (pipecat.transports.daily.transport.DailyTransport method)
(pipecat.transports.daily.transport.DailyTransportClient method)
start_ttfb_metrics() (pipecat.processors.frame_processor.FrameProcessor method)
(pipecat.processors.metrics.frame_processor_metrics.FrameProcessorMetrics method)
(pipecat.processors.metrics.sentry.SentryMetrics method)
start_tts_usage_metrics() (pipecat.processors.frame_processor.FrameProcessor method)
(pipecat.processors.metrics.frame_processor_metrics.FrameProcessorMetrics method)
(pipecat.services.tts_service.TTSService method)
start_ui_job_group() (pipecat.workers.ui.ui_worker.UIWorker method)
(pipecat.workers.ui.UIWorker method)
start_video_off (pipecat.transports.daily.utils.DailyMeetingTokenProperties attribute)
(pipecat.transports.daily.utils.DailyRoomProperties attribute)
start_word_timestamps() (pipecat.services.tts_service.TTSService method)
started_at (pipecat.bus.BusWorkerReadyMessage attribute)
(pipecat.bus.messages.BusWorkerReadyMessage attribute)
(pipecat.bus.WorkerRegistryEntry attribute)
(pipecat.evals.suite.EvalRun attribute)
(pipecat.registry.types.WorkerRegistryEntry attribute)
(pipecat.workers.base_worker.BaseWorker property)
StartFrame (class in pipecat.frames.frames)
STARTING (pipecat.audio.vad.vad_analyzer.VADState attribute)
StartupTimingObserver (class in pipecat.observers.startup_timing_observer)
StartupTimingReport (class in pipecat.observers.startup_timing_observer)
state (pipecat.flows.FlowManager property)
(pipecat.flows.manager.FlowManager property)
(pipecat.processors.frameworks.rtvi.models.A11yNode attribute)
(pipecat.turns.user_start.wake_phrase_user_turn_start_strategy.WakePhraseUserTurnStartStrategy property)
(pipecat.turns.user_start.WakePhraseUserTurnStartStrategy property)
StatelessTextTransformer (class in pipecat.processors.text_transformer)
status (pipecat.bus.BusJobResponseMessage attribute)
(pipecat.bus.BusJobResponseUrgentMessage attribute)
(pipecat.bus.messages.BusJobResponseMessage attribute)
(pipecat.bus.messages.BusJobResponseUrgentMessage attribute)
(pipecat.bus.ui.BusUIJobCompletedMessage attribute)
(pipecat.bus.ui.messages.BusUIJobCompletedMessage attribute)
(pipecat.evals.harness.EvalTurnProgress attribute)
(pipecat.evals.suite.EvalRun attribute)
(pipecat.flows.FlowResult attribute)
(pipecat.flows.types.FlowResult attribute)
(pipecat.processors.aggregators.async_tool_messages.AsyncToolMessagePayload attribute)
(pipecat.processors.frameworks.rtvi.models.UIJobCompletedData attribute)
(pipecat.services.inworld.realtime.events.ConversationItem attribute)
(pipecat.services.inworld.realtime.events.Response attribute)
(pipecat.services.openai.realtime.events.ConversationItem attribute)
(pipecat.services.openai.realtime.events.Response attribute)
(pipecat.services.xai.realtime.events.ConversationItem attribute)
(pipecat.services.xai.realtime.events.Response attribute)
(pipecat.transports.whatsapp.api.WhatsAppTerminateCall attribute)
(pipecat.workers.ui.BusUIJobCompletedMessage attribute)
status_details (pipecat.services.inworld.realtime.events.Response attribute)
(pipecat.services.openai.realtime.events.Response attribute)
(pipecat.services.xai.realtime.events.Response attribute)
STITCHED (pipecat.services.nvidia.tts.NvidiaTTSSynthesisMode attribute)
STOP (pipecat.turns.types.ProcessFrameResult attribute)
stop (pipecat.turns.user_turn_strategies.UserTurnStrategies attribute)
stop() (pipecat.audio.filters.aic_filter.AICFilter method)
(pipecat.audio.filters.base_audio_filter.BaseAudioFilter method)
(pipecat.audio.filters.koala_filter.KoalaFilter method)
(pipecat.audio.filters.krisp_viva_filter.KrispVivaFilter method)
(pipecat.audio.filters.rnnoise_filter.RNNoiseFilter method)
(pipecat.audio.mixers.base_audio_mixer.BaseAudioMixer method)
(pipecat.audio.mixers.soundfile_mixer.SoundfileMixer method)
(pipecat.bus.bus.WorkerBus method)
(pipecat.bus.network.pgmq.PgmqBus method)
(pipecat.bus.network.redis.RedisBus method)
(pipecat.bus.WorkerBus method)
(pipecat.evals.transport.EvalInputTransport method)
(pipecat.pipeline.worker_observer.WorkerObserver method)
(pipecat.services.ai_service.AIService method)
(pipecat.services.assemblyai.stt.AssemblyAISTTService method)
(pipecat.services.aws.nova_sonic.llm.AWSNovaSonicLLMService method)
(pipecat.services.aws.stt.AWSTranscribeSTTService method)
(pipecat.services.azure.stt.AzureSTTService method)
(pipecat.services.azure.tts.AzureTTSService method)
(pipecat.services.cartesia.stt.CartesiaSTTService method)
(pipecat.services.cartesia.turns.stt.CartesiaTurnsSTTService method)
(pipecat.services.deepgram.flux.base.DeepgramFluxSTTBase method)
(pipecat.services.deepgram.sagemaker.stt.DeepgramSageMakerSTTService method)
(pipecat.services.deepgram.sagemaker.tts.DeepgramSageMakerTTSService method)
(pipecat.services.deepgram.stt.DeepgramSTTService method)
(pipecat.services.fish.tts.FishAudioTTSService method)
(pipecat.services.gladia.stt.GladiaSTTService method)
(pipecat.services.google.gemini_live.llm.GeminiLiveLLMService method)
(pipecat.services.google.llm.GoogleLLMService method)
(pipecat.services.google.stt.GoogleSTTService method)
(pipecat.services.google.tts.GeminiTTSService method)
(pipecat.services.gradium.stt.GradiumSTTService method)
(pipecat.services.gradium.tts.GradiumTTSService method)
(pipecat.services.heygen.client.HeyGenClient method)
(pipecat.services.heygen.video.HeyGenVideoService method)
(pipecat.services.hume.tts.HumeTTSService method)
(pipecat.services.inworld.realtime.llm.InworldRealtimeLLMService method)
(pipecat.services.llm_service.LLMService method)
(pipecat.services.llm_service.WebsocketLLMService method)
(pipecat.services.lmnt.tts.LmntTTSService method)
(pipecat.services.mistral.stt.MistralSTTService method)
(pipecat.services.nvidia.sagemaker.stt.NvidiaSageMakerSTTService method)
(pipecat.services.nvidia.sagemaker.tts.NvidiaSageMakerHTTPTTSService method)
(pipecat.services.nvidia.stt.NvidiaSTTService method)
(pipecat.services.nvidia.tts.NvidiaTTSService method)
(pipecat.services.openai.realtime.llm.OpenAIRealtimeLLMService method)
(pipecat.services.openai.stt.OpenAIRealtimeSTTService method)
(pipecat.services.resembleai.tts.ResembleAITTSService method)
(pipecat.services.sarvam.stt.SarvamSTTService method)
(pipecat.services.simli.video.SimliVideoService method)
(pipecat.services.smallest.stt.SmallestSTTService method)
(pipecat.services.smallest.tts.SmallestTTSService method)
(pipecat.services.soniox.stt.SonioxSTTService method)
(pipecat.services.soniox.tts.SonioxTTSService method)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTService method)
(pipecat.services.stt_service.WebsocketSTTService method)
(pipecat.services.tavus.video.TavusVideoService method)
(pipecat.services.together.stt.TogetherSTTService method)
(pipecat.services.together.tts.TogetherTTSService method)
(pipecat.services.tts_service.TTSService method)
(pipecat.services.tts_service.WebsocketTTSService method)
(pipecat.services.ultravox.llm.UltravoxRealtimeLLMService method)
(pipecat.services.xai.realtime.llm.GrokRealtimeLLMService method)
(pipecat.services.xai.stt.XAISTTService method)
(pipecat.services.xai.tts.XAIHttpTTSService method)
(pipecat.transports.base_input.BaseInputTransport method)
(pipecat.transports.base_output.BaseOutputTransport method)
(pipecat.transports.base_output.BaseOutputTransport.MediaSender method)
(pipecat.transports.daily.transport.DailyInputTransport method)
(pipecat.transports.daily.transport.DailyOutputTransport method)
(pipecat.transports.heygen.transport.HeyGenInputTransport method)
(pipecat.transports.heygen.transport.HeyGenOutputTransport method)
(pipecat.transports.lemonslice.transport.LemonSliceInputTransport method)
(pipecat.transports.lemonslice.transport.LemonSliceOutputTransport method)
(pipecat.transports.lemonslice.transport.LemonSliceTransportClient method)
(pipecat.transports.livekit.transport.LiveKitInputTransport method)
(pipecat.transports.livekit.transport.LiveKitOutputTransport method)
(pipecat.transports.smallwebrtc.connection.SmallWebRTCTrack method)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCInputTransport method)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCOutputTransport method)
(pipecat.transports.tavus.transport.TavusInputTransport method)
(pipecat.transports.tavus.transport.TavusOutputTransport method)
(pipecat.transports.tavus.transport.TavusTransportClient method)
(pipecat.transports.websocket.client.WebsocketClientInputTransport method)
(pipecat.transports.websocket.client.WebsocketClientOutputTransport method)
(pipecat.transports.websocket.fastapi.FastAPIWebsocketInputTransport method)
(pipecat.transports.websocket.fastapi.FastAPIWebsocketOutputTransport method)
(pipecat.transports.websocket.server.SingleClientWebsocketServerInputTransport method)
(pipecat.transports.websocket.server.SingleClientWebsocketServerOutputTransport method)
(pipecat.workers.base_worker.BaseWorker method)
(pipecat.workers.proxy.websocket.client.WebSocketProxyClient method)
(pipecat.workers.proxy.websocket.server.WebSocketProxyServer method)
(pipecat.workers.proxy.websocket.WebSocketProxyClient method)
(pipecat.workers.proxy.websocket.WebSocketProxyServer method)
(pipecat.workers.proxy.WebSocketProxyClient method)
(pipecat.workers.proxy.WebSocketProxyServer method)
stop_agent_listening() (pipecat.services.heygen.client.HeyGenClient method)
stop_all_metrics() (pipecat.processors.frame_processor.FrameProcessor method)
stop_dialout() (pipecat.transports.daily.transport.DailyTransport method)
(pipecat.transports.daily.transport.DailyTransportClient method)
stop_monitor() (pipecat.services.aws.nova_sonic.session_continuation.SessionContinuationHelper method)
stop_processing_metrics() (pipecat.processors.frame_processor.FrameProcessor method)
(pipecat.processors.metrics.frame_processor_metrics.FrameProcessorMetrics method)
(pipecat.processors.metrics.sentry.SentryMetrics method)
stop_recording() (pipecat.processors.audio.audio_buffer_processor.AudioBufferProcessor method)
(pipecat.transports.daily.transport.DailyTransport method)
(pipecat.transports.daily.transport.DailyTransportClient method)
stop_secs (pipecat.audio.turn.smart_turn.base_smart_turn.SmartTurnParams attribute)
(pipecat.audio.vad.vad_analyzer.VADParams attribute)
(pipecat.frames.frames.VADUserStoppedSpeakingFrame attribute)
stop_sequences (pipecat.services.aws.llm.AWSBedrockLLMService.InputParams attribute)
(pipecat.services.aws.llm.AWSBedrockLLMSettings attribute)
stop_session() (pipecat.services.heygen.api_liveavatar.LiveAvatarApi method)
stop_text_aggregation_metrics() (pipecat.processors.frame_processor.FrameProcessor method)
(pipecat.processors.metrics.frame_processor_metrics.FrameProcessorMetrics method)
(pipecat.services.tts_service.TTSService method)
stop_transcription() (pipecat.transports.daily.transport.DailyTransport method)
(pipecat.transports.daily.transport.DailyTransportClient method)
stop_ttfb_metrics() (pipecat.processors.frame_processor.FrameProcessor method)
(pipecat.processors.metrics.frame_processor_metrics.FrameProcessorMetrics method)
(pipecat.processors.metrics.sentry.SentryMetrics method)
(pipecat.services.assemblyai.stt.AssemblyAISTTService method)
(pipecat.services.aws.stt.AWSTranscribeSTTService method)
(pipecat.services.azure.stt.AzureSTTService method)
(pipecat.services.cartesia.stt.CartesiaSTTService method)
(pipecat.services.cartesia.turns.stt.CartesiaTurnsSTTService method)
(pipecat.services.deepgram.flux.base.DeepgramFluxSTTBase method)
(pipecat.services.deepgram.sagemaker.stt.DeepgramSageMakerSTTService method)
(pipecat.services.deepgram.stt.DeepgramSTTService method)
(pipecat.services.elevenlabs.stt.ElevenLabsRealtimeSTTService method)
(pipecat.services.elevenlabs.stt.ElevenLabsSTTService method)
(pipecat.services.fal.stt.FalSTTService method)
(pipecat.services.gladia.stt.GladiaSTTService method)
(pipecat.services.google.gemini_live.llm.GeminiLiveLLMService method)
(pipecat.services.google.stt.GoogleSTTService method)
(pipecat.services.gradium.stt.GradiumSTTService method)
(pipecat.services.mistral.stt.MistralSTTService method)
(pipecat.services.moonshine.stt.MoonshineSTTService method)
(pipecat.services.nvidia.sagemaker.stt.NvidiaSageMakerSTTService method)
(pipecat.services.nvidia.stt.NvidiaSegmentedSTTService method)
(pipecat.services.nvidia.stt.NvidiaSTTService method)
(pipecat.services.openai.realtime.llm.OpenAIRealtimeLLMService method)
(pipecat.services.openai.stt.OpenAIRealtimeSTTService method)
(pipecat.services.sarvam.stt.SarvamSTTService method)
(pipecat.services.smallest.stt.SmallestSTTService method)
(pipecat.services.soniox.stt.SonioxSTTService method)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTService method)
(pipecat.services.together.stt.TogetherSTTService method)
(pipecat.services.whisper.base_stt.BaseWhisperSTTService method)
(pipecat.services.whisper.stt.WhisperSTTService method)
(pipecat.services.xai.stt.XAISTTService method)
stop_when_done() (pipecat.pipeline.runner.WorkerRunner method)
(pipecat.pipeline.task.PipelineWorker method)
(pipecat.pipeline.worker.PipelineWorker method)
(pipecat.workers.runner.WorkerRunner method)
StopFrame (class in pipecat.frames.frames)
STOPPING (pipecat.audio.vad.vad_analyzer.VADState attribute)
StopTaskFrame (class in pipecat.frames.frames)
StopWorkerFrame (class in pipecat.frames.frames)
StrandsAgentsProcessor (class in pipecat.processors.frameworks.strands_agents)
strategy (pipecat.flows.ContextStrategyConfig attribute)
(pipecat.flows.types.ContextStrategyConfig attribute)
(pipecat.pipeline.service_switcher.ServiceSwitcher property)
STREAM_DATA (pipecat.pipeline.job_context.JobEvent attribute)
(pipecat.pipeline.job_context.JobGroupEvent attribute)
STREAM_END (pipecat.pipeline.job_context.JobEvent attribute)
(pipecat.pipeline.job_context.JobGroupEvent attribute)
stream_id (pipecat.runner.types.CallData attribute)
STREAM_START (pipecat.pipeline.job_context.JobEvent attribute)
(pipecat.pipeline.job_context.JobGroupEvent attribute)
STREAMING_LIMIT (pipecat.services.google.stt.GoogleSTTService attribute)
strip_markdown() (in module pipecat.utils.text.transforms)
(in module pipecat.utils.text.transforms.strip_markdown)
strip_word() (pipecat.utils.context.text_segment_map.TextSegmentMap method)
stt_service (pipecat.cli.prompts.ProjectConfig attribute)
(pipecat.cli.prompts.questions.ProjectConfig attribute)
STT_SERVICES (pipecat.cli.registry.service_metadata.ServiceRegistry attribute)
(pipecat.cli.registry.ServiceRegistry attribute)
STTMetadataFrame (class in pipecat.frames.frames)
STTMuteFrame (class in pipecat.frames.frames)
STTService (class in pipecat.services.stt_service)
STTSettings (class in pipecat.services.settings)
STTUpdateSettingsFrame (class in pipecat.frames.frames)
STUCK (pipecat.extensions.ivr.ivr_navigator.IVRStatus attribute)
style (pipecat.services.azure.tts.AzureBaseTTSService.InputParams attribute)
(pipecat.services.azure.tts.AzureTTSSettings attribute)
(pipecat.services.elevenlabs.tts.ElevenLabsHttpTTSService.InputParams attribute)
(pipecat.services.elevenlabs.tts.ElevenLabsHttpTTSSettings attribute)
(pipecat.services.elevenlabs.tts.ElevenLabsTTSService.InputParams attribute)
(pipecat.services.elevenlabs.tts.ElevenLabsTTSSettings attribute)
(pipecat.services.heygen.api_interactive_avatar.ElevenLabsSettings attribute)
style_degree (pipecat.services.azure.tts.AzureBaseTTSService.InputParams attribute)
(pipecat.services.azure.tts.AzureTTSSettings attribute)
SU (pipecat.transcriptions.language.Language attribute)
SU_ID (pipecat.transcriptions.language.Language attribute)
subscribe() (pipecat.bus.bus.WorkerBus method)
(pipecat.bus.WorkerBus method)
subscriber (pipecat.bus.bus.BusSubscription attribute)
subtitle (pipecat.processors.frameworks.rtvi.models.Toast attribute)
suite() (in module pipecat.cli.commands.eval)
SUMIT (pipecat.services.sarvam.tts.SarvamTTSSpeakerV3 attribute)
summarization_prompt (pipecat.frames.frames.LLMContextSummaryRequestFrame attribute)
(pipecat.utils.context.llm_context_summarization.LLMContextSummarizationConfig attribute)
(pipecat.utils.context.llm_context_summarization.LLMContextSummaryConfig attribute)
summarization_timeout (pipecat.frames.frames.LLMContextSummaryRequestFrame attribute)
(pipecat.utils.context.llm_context_summarization.LLMContextSummarizationConfig attribute)
(pipecat.utils.context.llm_context_summarization.LLMContextSummaryConfig attribute)
summarized_message_count (pipecat.processors.aggregators.llm_context_summarizer.SummaryAppliedEvent attribute)
summary (pipecat.frames.frames.LLMContextSummaryResultFrame attribute)
(pipecat.services.openai.responses.llm.OpenAIResponsesReasoningConfig attribute)
summary_config (pipecat.utils.context.llm_context_summarization.LLMAutoContextSummarizationConfig attribute)
summary_message_template (pipecat.utils.context.llm_context_summarization.LLMContextSummarizationConfig attribute)
(pipecat.utils.context.llm_context_summarization.LLMContextSummaryConfig attribute)
summary_prompt (pipecat.flows.ContextStrategyConfig attribute)
(pipecat.flows.types.ContextStrategyConfig attribute)
(pipecat.utils.context.llm_context_summarization.LLMContextSummarizationConfig property)
(pipecat.utils.context.llm_context_summarization.LLMContextSummaryConfig property)
SummaryAppliedEvent (class in pipecat.processors.aggregators.llm_context_summarizer)
SUPPORTED_ENCODINGS (pipecat.services.deepgram.tts.DeepgramTTSService attribute)
supported_languages (pipecat.serializers.genesys.GenesysAudioHookSerializer.InputParams attribute)
supports_developer_role (pipecat.services.cerebras.llm.CerebrasLLMService attribute)
(pipecat.services.deepseek.llm.DeepSeekLLMService attribute)
(pipecat.services.inception.llm.InceptionLLMService attribute)
(pipecat.services.mistral.llm.MistralLLMService attribute)
(pipecat.services.nebius.llm.NebiusLLMService attribute)
(pipecat.services.ollama.llm.OLLamaLLMService attribute)
(pipecat.services.openai.base_llm.BaseOpenAILLMService attribute)
(pipecat.services.openrouter.llm.OpenRouterLLMService attribute)
(pipecat.services.perplexity.llm.PerplexityLLMService attribute)
(pipecat.services.qwen.llm.QwenLLMService attribute)
(pipecat.services.sambanova.llm.SambaNovaLLMService attribute)
(pipecat.services.sarvam.llm.SarvamLLMService attribute)
(pipecat.services.together.llm.TogetherLLMService attribute)
supports_language (pipecat.services.sarvam.stt.ModelConfig attribute)
supports_loudness (pipecat.services.sarvam.tts.TTSModelConfig attribute)
supports_mode (pipecat.services.sarvam.stt.ModelConfig attribute)
supports_pitch (pipecat.services.sarvam.tts.TTSModelConfig attribute)
supports_prompt (pipecat.services.sarvam.stt.ModelConfig attribute)
supports_temperature (pipecat.services.sarvam.tts.TTSModelConfig attribute)
supports_ttfs (pipecat.services.cartesia.turns.stt.CartesiaTurnsSTTService property)
(pipecat.services.deepgram.flux.stt.DeepgramFluxSTTService property)
(pipecat.services.stt_service.STTService property)
supports_vad_params (pipecat.services.sarvam.stt.ModelConfig attribute)
suppress_in_context() (pipecat.utils.context.word_completion_tracker.WordCompletionTracker method)
SURPRISED (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
SV (pipecat.transcriptions.language.Language attribute)
SV_SE (pipecat.transcriptions.language.Language attribute)
SW (pipecat.transcriptions.language.Language attribute)
SW_KE (pipecat.transcriptions.language.Language attribute)
SW_TZ (pipecat.transcriptions.language.Language attribute)
SYMPATHETIC (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
sync_with_audio (pipecat.frames.frames.OutputImageRawFrame attribute)
SyncFrame (class in pipecat.pipeline.sync_parallel_pipeline)
SyncParallelPipeline (class in pipecat.pipeline.sync_parallel_pipeline)
SyncParallelPipelineSink (class in pipecat.pipeline.sync_parallel_pipeline)
SyncParallelPipelineSource (class in pipecat.pipeline.sync_parallel_pipeline)
synthesis_mode (pipecat.services.nvidia.tts.NvidiaTTSSettings attribute)
system (pipecat.adapters.services.anthropic_adapter.AnthropicLLMAdapter.ConvertedMessages attribute)
(pipecat.adapters.services.anthropic_adapter.AnthropicLLMInvocationParams attribute)
SYSTEM (pipecat.adapters.services.aws_nova_sonic_adapter.Role attribute)
system (pipecat.adapters.services.bedrock_adapter.AWSBedrockLLMAdapter.ConvertedMessages attribute)
(pipecat.adapters.services.bedrock_adapter.AWSBedrockLLMInvocationParams attribute)
system_instruction (pipecat.adapters.services.aws_nova_sonic_adapter.AWSNovaSonicLLMAdapter.ConvertedMessages attribute)
(pipecat.adapters.services.aws_nova_sonic_adapter.AWSNovaSonicLLMInvocationParams attribute)
(pipecat.adapters.services.gemini_adapter.GeminiLLMAdapter.ConvertedMessages attribute)
(pipecat.adapters.services.gemini_adapter.GeminiLLMInvocationParams attribute)
(pipecat.adapters.services.grok_realtime_adapter.GrokRealtimeLLMAdapter.ConvertedMessages attribute)
(pipecat.adapters.services.grok_realtime_adapter.GrokRealtimeLLMInvocationParams attribute)
(pipecat.adapters.services.inworld_realtime_adapter.InworldRealtimeLLMAdapter.ConvertedMessages attribute)
(pipecat.adapters.services.inworld_realtime_adapter.InworldRealtimeLLMInvocationParams attribute)
,
[1]
(pipecat.adapters.services.open_ai_realtime_adapter.OpenAIRealtimeLLMAdapter.ConvertedMessages attribute)
(pipecat.adapters.services.open_ai_realtime_adapter.OpenAIRealtimeLLMInvocationParams attribute)
(pipecat.services.settings.LLMSettings attribute)
system_logs_enabled (pipecat.processors.frameworks.rtvi.observer.RTVIObserverParams attribute)
(pipecat.processors.frameworks.rtvi.RTVIObserverParams attribute)
system_prompt (pipecat.services.mem0.memory.Mem0MemoryService.InputParams attribute)
(pipecat.services.ultravox.llm.OneShotInputParams attribute)
SystemClock (class in pipecat.clocks.system_clock)
SystemFrame (class in pipecat.frames.frames)
SystemLogMessage (class in pipecat.processors.frameworks.rtvi.models)
T
t (pipecat.processors.frameworks.rtvi.models.RawClientMessageData attribute)
(pipecat.processors.frameworks.rtvi.models.RawServerResponseData attribute)
TA (pipecat.transcriptions.language.Language attribute)
TA_IN (pipecat.transcriptions.language.Language attribute)
TA_LK (pipecat.transcriptions.language.Language attribute)
TA_MY (pipecat.transcriptions.language.Language attribute)
TA_SG (pipecat.transcriptions.language.Language attribute)
tag (pipecat.services.deepgram.flux.stt.DeepgramFluxSTTService.InputParams attribute)
tag_audio_events (pipecat.services.elevenlabs.stt.ElevenLabsSTTService.InputParams attribute)
(pipecat.services.elevenlabs.stt.ElevenLabsSTTSettings attribute)
target (pipecat.bus.BusMessage attribute)
(pipecat.bus.messages.BusMessage attribute)
(pipecat.services.soniox.stt.SonioxContextTranslationTerm attribute)
target_context_tokens (pipecat.frames.frames.LLMContextSummaryRequestFrame attribute)
(pipecat.utils.context.llm_context_summarization.LLMContextSummarizationConfig attribute)
(pipecat.utils.context.llm_context_summarization.LLMContextSummaryConfig attribute)
target_id (pipecat.processors.frameworks.rtvi.models.Click attribute)
(pipecat.processors.frameworks.rtvi.models.Focus attribute)
(pipecat.processors.frameworks.rtvi.models.Highlight attribute)
(pipecat.processors.frameworks.rtvi.models.ScrollTo attribute)
(pipecat.processors.frameworks.rtvi.models.SelectText attribute)
(pipecat.processors.frameworks.rtvi.models.SetInputValue attribute)
target_languages (pipecat.services.gladia.config.TranslationConfig attribute)
task (pipecat.flows.FlowManager property)
(pipecat.flows.manager.FlowManager property)
(pipecat.pipeline.worker_observer.Proxy attribute)
(pipecat.services.fal.stt.FalSTTService.InputParams attribute)
(pipecat.utils.asyncio.task_manager.TaskData attribute)
task_manager (pipecat.processors.aggregators.llm_context_summarizer.LLMContextSummarizer property)
(pipecat.processors.frame_processor.FrameProcessorSetup attribute)
(pipecat.transports.websocket.client.WebsocketClientSession property)
(pipecat.turns.user_mute.base_user_mute_strategy.BaseUserMuteStrategy property)
(pipecat.turns.user_mute.BaseUserMuteStrategy property)
(pipecat.utils.base_object.BaseObject property)
(pipecat.workers.base_worker.WorkerParams attribute)
task_messages (pipecat.flows.NodeConfig attribute)
(pipecat.flows.types.NodeConfig attribute)
TaskData (class in pipecat.utils.asyncio.task_manager)
TaskFrame (class in pipecat.frames.frames)
TaskManager (class in pipecat.utils.asyncio.task_manager)
TaskManagerParams (class in pipecat.utils.asyncio.task_manager)
TaskSystemFrame (class in pipecat.frames.frames)
TavusApi (class in pipecat.transports.tavus.transport)
TavusCallbacks (class in pipecat.transports.tavus.transport)
TavusInputTransport (class in pipecat.transports.tavus.transport)
TavusOutputTransport (class in pipecat.transports.tavus.transport)
TavusParams (class in pipecat.transports.tavus.transport)
TavusTransport (class in pipecat.transports.tavus.transport)
TavusTransportClient (class in pipecat.transports.tavus.transport)
TavusVideoService (class in pipecat.services.tavus.video)
TavusVideoSettings (class in pipecat.services.tavus.video)
TE (pipecat.transcriptions.language.Language attribute)
TE_IN (pipecat.transcriptions.language.Language attribute)
TELEPHONY_TRANSPORTS (pipecat.cli.registry.service_metadata.ServiceRegistry attribute)
(pipecat.cli.registry.ServiceRegistry attribute)
telnyx_sample_rate (pipecat.serializers.telnyx.TelnyxFrameSerializer.InputParams attribute)
TelnyxCallData (class in pipecat.runner.types)
TelnyxFrameSerializer (class in pipecat.serializers.telnyx)
TelnyxFrameSerializer.InputParams (class in pipecat.serializers.telnyx)
temp (pipecat.services.gradium.tts.GradiumTTSService.InputParams attribute)
temperature (pipecat.services.anthropic.llm.AnthropicLLMService.InputParams attribute)
(pipecat.services.anthropic.llm.AnthropicLLMSettings attribute)
(pipecat.services.aws.llm.AWSBedrockLLMService.InputParams attribute)
(pipecat.services.aws.nova_sonic.llm.Params attribute)
(pipecat.services.fish.tts.FishAudioTTSSettings attribute)
(pipecat.services.google.gemini_live.llm.InputParams attribute)
(pipecat.services.google.llm.GoogleLLMService.InputParams attribute)
(pipecat.services.inworld.realtime.events.SessionProperties attribute)
(pipecat.services.inworld.tts.InworldHttpTTSService.InputParams attribute)
(pipecat.services.inworld.tts.InworldTTSService.InputParams attribute)
(pipecat.services.inworld.tts.InworldTTSSettings attribute)
(pipecat.services.openai.base_llm.BaseOpenAILLMService.InputParams attribute)
(pipecat.services.openai.base_llm.OpenAILLMSettings attribute)
(pipecat.services.openai.realtime.events.Response attribute)
(pipecat.services.openai.realtime.events.ResponseProperties attribute)
(pipecat.services.openai.responses.llm.OpenAIResponsesLLMSettings attribute)
(pipecat.services.rime.tts.RimeNonJsonTTSService.InputParams attribute)
(pipecat.services.rime.tts.RimeNonJsonTTSSettings attribute)
(pipecat.services.rime.tts.RimeTTSService.InputParams attribute)
(pipecat.services.rime.tts.RimeTTSSettings attribute)
(pipecat.services.sarvam.tts.SarvamHttpTTSService.InputParams attribute)
(pipecat.services.sarvam.tts.SarvamHttpTTSSettings attribute)
(pipecat.services.sarvam.tts.SarvamTTSService.InputParams attribute)
(pipecat.services.settings.LLMSettings attribute)
(pipecat.services.ultravox.llm.OneShotInputParams attribute)
(pipecat.services.whisper.base_stt.BaseWhisperSTTSettings attribute)
(pipecat.services.whisper.stt.WhisperMLXSTTSettings attribute)
template_context (pipecat.services.ultravox.llm.AgentInputParams attribute)
terminate_all_calls() (pipecat.transports.whatsapp.client.WhatsAppClient method)
terminate_call_to_whatsapp() (pipecat.transports.whatsapp.api.WhatsAppApi method)
TerminationMessage (class in pipecat.services.assemblyai.models)
terms (pipecat.services.soniox.stt.SonioxContextObject attribute)
text (pipecat.adapters.services.aws_nova_sonic_adapter.AWSNovaSonicConversationHistoryMessage attribute)
(pipecat.bus.BusTTSSpeakMessage attribute)
(pipecat.bus.messages.BusTTSSpeakMessage attribute)
(pipecat.flows.ActionConfig attribute)
(pipecat.flows.types.ActionConfig attribute)
(pipecat.frames.frames.AggregatedTextProgressFrame attribute)
(pipecat.frames.frames.InterimTranscriptionFrame attribute)
(pipecat.frames.frames.LLMContextAssistantTurnFrame attribute)
(pipecat.frames.frames.LLMThoughtTextFrame attribute)
(pipecat.frames.frames.TextFrame attribute)
(pipecat.frames.frames.TTSSpeakFrame attribute)
(pipecat.frames.frames.UserImageRawFrame attribute)
(pipecat.frames.frames.UserImageRequestFrame attribute)
(pipecat.processors.frameworks.rtvi.BotOutputTransformResult attribute)
(pipecat.processors.frameworks.rtvi.models.A11ySelection attribute)
(pipecat.processors.frameworks.rtvi.models.BotOutputTransformResult attribute)
(pipecat.processors.frameworks.rtvi.models.TextMessageData attribute)
(pipecat.processors.frameworks.rtvi.models.UserTranscriptionMessageData attribute)
(pipecat.services.assemblyai.models.Word attribute)
TEXT (pipecat.services.aws.nova_sonic.llm.ContentType attribute)
text (pipecat.services.google.frames.LLMSearchResult attribute)
TEXT (pipecat.services.google.gemini_live.llm.GeminiModalities attribute)
text (pipecat.services.inworld.realtime.events.ItemContent attribute)
(pipecat.services.openai.realtime.events.ItemContent attribute)
(pipecat.services.openai.realtime.events.ResponseTextDone attribute)
(pipecat.services.soniox.stt.SonioxContextObject attribute)
(pipecat.services.xai.realtime.events.ItemContent attribute)
(pipecat.utils.string.TextPartForConcatenation attribute)
(pipecat.utils.text.base_text_aggregator.Aggregation attribute)
(pipecat.utils.text.base_text_aggregator.BaseTextAggregator property)
(pipecat.utils.text.pattern_pair_aggregator.PatternPairAggregator property)
(pipecat.utils.text.simple_text_aggregator.SimpleTextAggregator property)
text_aggregation (pipecat.observers.user_bot_latency_observer.LatencyBreakdown attribute)
text_contains (pipecat.evals.scenario.EvalExpectation attribute)
text_content (pipecat.services.aws.nova_sonic.llm.CurrentContent attribute)
text_normalization (pipecat.services.minimax.tts.MiniMaxHttpTTSService.InputParams attribute)
(pipecat.services.minimax.tts.MiniMaxTTSSettings attribute)
(pipecat.services.xai.tts.XAITTSSettings attribute)
(pipecat.services.xai.tts.XAIWebsocketTTSSettings attribute)
text_stage (pipecat.services.aws.nova_sonic.llm.CurrentContent attribute)
text_tokens (pipecat.services.openai.realtime.events.CachedTokensDetails attribute)
(pipecat.services.openai.realtime.events.TokenDetails attribute)
TextAggregationBreakdownMetrics (class in pipecat.observers.user_bot_latency_observer)
TextAggregationMetricsData (class in pipecat.metrics.metrics)
TextAggregationMode (class in pipecat.services.tts_service)
TextFrame (class in pipecat.frames.frames)
TextMessageData (class in pipecat.processors.frameworks.rtvi.models)
TextPartForConcatenation (class in pipecat.utils.string)
TextSegment (class in pipecat.utils.context.text_segment_map)
TextSegmentMap (class in pipecat.utils.context.text_segment_map)
TextStage (class in pipecat.services.aws.nova_sonic.llm)
TG (pipecat.transcriptions.language.Language attribute)
TH (pipecat.transcriptions.language.Language attribute)
TH_TH (pipecat.transcriptions.language.Language attribute)
thinking (pipecat.services.anthropic.llm.AnthropicLLMService.InputParams attribute)
(pipecat.services.anthropic.llm.AnthropicLLMSettings attribute)
(pipecat.services.google.gemini_live.llm.GeminiLiveLLMSettings attribute)
(pipecat.services.google.gemini_live.llm.InputParams attribute)
(pipecat.services.google.llm.GoogleLLMService.InputParams attribute)
(pipecat.services.google.llm.GoogleLLMSettings attribute)
thinking_budget (pipecat.services.google.llm.GoogleThinkingConfig attribute)
thinking_level (pipecat.services.google.llm.GoogleThinkingConfig attribute)
ThinkingConfig (pipecat.services.anthropic.llm.AnthropicLLMService attribute)
(pipecat.services.google.llm.GoogleLLMService attribute)
THREATENED (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
THREE (pipecat.audio.dtmf.types.KeypadEntry attribute)
threshold (pipecat.audio.turn.krisp_viva_turn.KrispTurnParams attribute)
(pipecat.services.openai.realtime.events.TurnDetection attribute)
time_now_iso8601() (in module pipecat.utils.time)
timeout (pipecat.frames.frames.UserIdleTimeoutUpdateFrame attribute)
timeout_secs (pipecat.flows.FlowsFunctionSchema attribute)
(pipecat.flows.types.FlowsFunctionSchema attribute)
(pipecat.services.llm_service.FunctionCallRegistryItem attribute)
timeout_task (pipecat.pipeline.job_context.JobGroup attribute)
timeScaleFactor (pipecat.services.rime.tts.RimeTTSSettings attribute)
timestamp (pipecat.frames.frames.HeartbeatFrame attribute)
(pipecat.frames.frames.InterimTranscriptionFrame attribute)
(pipecat.frames.frames.LLMContextAssistantTimestampFrame attribute)
(pipecat.frames.frames.LLMContextAssistantTurnFrame attribute)
(pipecat.frames.frames.TranscriptionFrame attribute)
(pipecat.frames.frames.TranslationFrame attribute)
(pipecat.frames.frames.VADUserStartedSpeakingFrame attribute)
(pipecat.frames.frames.VADUserStoppedSpeakingFrame attribute)
(pipecat.observers.base_observer.FrameProcessed attribute)
(pipecat.observers.base_observer.FramePushed attribute)
(pipecat.processors.aggregators.llm_response_universal.AssistantThoughtMessage attribute)
(pipecat.processors.aggregators.llm_response_universal.AssistantTurnStoppedMessage attribute)
(pipecat.processors.aggregators.llm_response_universal.UserTurnMessageAddedMessage attribute)
(pipecat.processors.aggregators.llm_response_universal.UserTurnStoppedMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UserTranscriptionMessageData attribute)
(pipecat.services.assemblyai.models.SpeechStartedMessage attribute)
(pipecat.services.inworld.realtime.events.PingEvent attribute)
(pipecat.services.xai.realtime.events.PingEvent attribute)
(pipecat.transports.whatsapp.api.WhatsAppConnectCall attribute)
(pipecat.transports.whatsapp.api.WhatsAppTerminateCall attribute)
timestamp_transport_strategy (pipecat.services.inworld.tts.InworldHttpTTSService.InputParams attribute)
(pipecat.services.inworld.tts.InworldTTSService.InputParams attribute)
TINY (pipecat.services.moonshine.stt.Model attribute)
(pipecat.services.whisper.stt.MLXModel attribute)
(pipecat.services.whisper.stt.Model attribute)
TINY_STREAMING (pipecat.services.moonshine.stt.Model attribute)
TIRED (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
title (pipecat.processors.frameworks.rtvi.models.Toast attribute)
TK (pipecat.transcriptions.language.Language attribute)
TkInputTransport (class in pipecat.transports.local.tk)
TkLocalTransport (class in pipecat.transports.local.tk)
TkOutputTransport (class in pipecat.transports.local.tk)
TkTransportParams (class in pipecat.transports.local.tk)
TL (pipecat.transcriptions.language.Language attribute)
To (pipecat.runner.types.DialinSettings attribute)
to (pipecat.transports.whatsapp.api.WhatsAppConnectCall attribute)
(pipecat.transports.whatsapp.api.WhatsAppTerminateCall attribute)
to_api_arguments() (pipecat.services.fal.image.FalImageGenSettings method)
to_auto_config() (pipecat.utils.context.llm_context_summarization.LLMContextSummarizationConfig method)
to_boto_kwargs() (pipecat.services.aws.utils.AWSCredentials method)
to_default_dict() (pipecat.adapters.schemas.function_schema.FunctionSchema method)
to_dict() (pipecat.services.cartesia.stt.CartesiaLiveOptions method)
(pipecat.services.deepgram.stt.LiveOptions method)
(pipecat.workers.base_worker.WorkerActivationArgs method)
to_function_response_dict() (pipecat.adapters.services.gemini_adapter.GeminiLLMAdapter static method)
to_function_schema() (pipecat.adapters.schemas.direct_function.BaseDirectFunctionWrapper method)
(pipecat.flows.FlowsFunctionSchema method)
(pipecat.flows.types.FlowsFunctionSchema method)
to_number (pipecat.runner.types.CallData attribute)
to_provider_tools_format() (pipecat.adapters.base_llm_adapter.BaseLLMAdapter method)
(pipecat.adapters.services.anthropic_adapter.AnthropicLLMAdapter method)
(pipecat.adapters.services.aws_nova_sonic_adapter.AWSNovaSonicLLMAdapter method)
(pipecat.adapters.services.bedrock_adapter.AWSBedrockLLMAdapter method)
(pipecat.adapters.services.gemini_adapter.GeminiLLMAdapter method)
(pipecat.adapters.services.grok_realtime_adapter.GrokRealtimeLLMAdapter method)
(pipecat.adapters.services.inworld_realtime_adapter.InworldRealtimeLLMAdapter method)
(pipecat.adapters.services.open_ai_adapter.OpenAILLMAdapter method)
(pipecat.adapters.services.open_ai_realtime_adapter.OpenAIRealtimeLLMAdapter method)
(pipecat.adapters.services.open_ai_responses_adapter.OpenAIResponsesLLMAdapter method)
to_string() (pipecat.frames.frames.OutputDTMFFrame method)
(pipecat.frames.frames.OutputDTMFUrgentFrame method)
Toast (class in pipecat.processors.frameworks.rtvi.models)
TogetherLLMService (class in pipecat.services.together.llm)
TogetherLLMSettings (class in pipecat.services.together.llm)
TogetherSTTService (class in pipecat.services.together.stt)
TogetherSTTSettings (class in pipecat.services.together.stt)
TogetherTTSService (class in pipecat.services.together.tts)
TogetherTTSSettings (class in pipecat.services.together.tts)
token (pipecat.runner.daily.DailyRoomConfig attribute)
(pipecat.runner.types.DailyRunnerArguments attribute)
(pipecat.runner.types.LiveKitRunnerArguments attribute)
(pipecat.runner.types.VonageRunnerArguments attribute)
TOKEN (pipecat.services.tts_service.TextAggregationMode attribute)
(pipecat.utils.text.base_text_aggregator.AggregationType attribute)
TokenDetails (class in pipecat.services.openai.realtime.events)
TOOL (pipecat.adapters.services.aws_nova_sonic_adapter.Role attribute)
(pipecat.services.aws.nova_sonic.llm.ContentType attribute)
tool() (in module pipecat.workers.llm)
(in module pipecat.workers.llm.tool_decorator)
TOOL_ACTIVATION_MESSAGE_TEMPLATE (pipecat.processors.aggregators.llm_response_universal.LLMContextAggregator attribute)
tool_call_active (pipecat.workers.llm.llm_worker.LLMWorker property)
(pipecat.workers.llm.LLMWorker property)
tool_call_id (pipecat.frames.frames.FunctionCallCancelFrame attribute)
(pipecat.frames.frames.FunctionCallFromLLM attribute)
(pipecat.frames.frames.FunctionCallInProgressFrame attribute)
(pipecat.frames.frames.FunctionCallResultFrame attribute)
(pipecat.frames.frames.UserImageRequestFrame attribute)
(pipecat.processors.aggregators.async_tool_messages.AsyncToolMessagePayload attribute)
(pipecat.processors.frameworks.rtvi.models.LLMFunctionCallInProgressMessageData attribute)
(pipecat.processors.frameworks.rtvi.models.LLMFunctionCallMessageData attribute)
(pipecat.processors.frameworks.rtvi.models.LLMFunctionCallResultData attribute)
(pipecat.processors.frameworks.rtvi.models.LLMFunctionCallStoppedMessageData attribute)
(pipecat.services.llm_service.FunctionCallParams attribute)
(pipecat.services.llm_service.FunctionCallRunnerItem attribute)
tool_call_id_to_name_mapping (pipecat.adapters.services.gemini_adapter.GeminiLLMAdapter.MessageConversionParams attribute)
(pipecat.adapters.services.gemini_adapter.GeminiLLMAdapter.MessageConversionResult attribute)
tool_choice (pipecat.adapters.services.bedrock_adapter.AWSBedrockLLMInvocationParams attribute)
(pipecat.adapters.services.open_ai_adapter.OpenAILLMInvocationParams attribute)
(pipecat.frames.frames.LLMSetToolChoiceFrame attribute)
(pipecat.processors.aggregators.llm_context.LLMContext property)
(pipecat.services.openai.realtime.events.ResponseProperties attribute)
(pipecat.services.openai.realtime.events.SessionProperties attribute)
TOOL_DEACTIVATION_MESSAGE_TEMPLATE (pipecat.processors.aggregators.llm_response_universal.LLMContextAggregator attribute)
tool_options() (in module pipecat.adapters.schemas.direct_function)
tool_resources (pipecat.processors.frame_processor.FrameProcessorSetup attribute)
(pipecat.services.llm_service.FunctionCallParams property)
tools (pipecat.adapters.services.anthropic_adapter.AnthropicLLMInvocationParams attribute)
(pipecat.adapters.services.aws_nova_sonic_adapter.AWSNovaSonicLLMInvocationParams attribute)
(pipecat.adapters.services.bedrock_adapter.AWSBedrockLLMInvocationParams attribute)
(pipecat.adapters.services.gemini_adapter.GeminiLLMInvocationParams attribute)
(pipecat.adapters.services.grok_realtime_adapter.GrokRealtimeLLMInvocationParams attribute)
(pipecat.adapters.services.inworld_realtime_adapter.InworldRealtimeLLMInvocationParams attribute)
,
[1]
(pipecat.adapters.services.open_ai_adapter.OpenAILLMInvocationParams attribute)
(pipecat.adapters.services.open_ai_realtime_adapter.OpenAIRealtimeLLMInvocationParams attribute)
(pipecat.adapters.services.open_ai_responses_adapter.OpenAIResponsesLLMInvocationParams attribute)
(pipecat.frames.frames.LLMSetToolsFrame attribute)
(pipecat.processors.aggregators.llm_context.LLMContext property)
(pipecat.services.inworld.realtime.events.SessionProperties attribute)
(pipecat.services.openai.realtime.events.ResponseProperties attribute)
(pipecat.services.openai.realtime.events.SessionProperties attribute)
(pipecat.services.xai.realtime.events.SessionProperties attribute)
ToolsSchema (class in pipecat.adapters.schemas.tools_schema)
ToolsSchemaAdapter (class in pipecat.bus.adapters)
(class in pipecat.bus.adapters.tools_schema_adapter)
top_k (pipecat.services.anthropic.llm.AnthropicLLMService.InputParams attribute)
(pipecat.services.anthropic.llm.AnthropicLLMSettings attribute)
(pipecat.services.google.gemini_live.llm.InputParams attribute)
(pipecat.services.google.llm.GoogleLLMService.InputParams attribute)
(pipecat.services.openai.base_llm.BaseOpenAILLMService.InputParams attribute)
(pipecat.services.settings.LLMSettings attribute)
top_p (pipecat.services.anthropic.llm.AnthropicLLMService.InputParams attribute)
(pipecat.services.anthropic.llm.AnthropicLLMSettings attribute)
(pipecat.services.aws.llm.AWSBedrockLLMService.InputParams attribute)
(pipecat.services.aws.nova_sonic.llm.Params attribute)
(pipecat.services.fish.tts.FishAudioTTSSettings attribute)
(pipecat.services.google.gemini_live.llm.InputParams attribute)
(pipecat.services.google.llm.GoogleLLMService.InputParams attribute)
(pipecat.services.openai.base_llm.BaseOpenAILLMService.InputParams attribute)
(pipecat.services.openai.base_llm.OpenAILLMSettings attribute)
(pipecat.services.openai.responses.llm.OpenAIResponsesLLMSettings attribute)
(pipecat.services.rime.tts.RimeNonJsonTTSService.InputParams attribute)
(pipecat.services.rime.tts.RimeNonJsonTTSSettings attribute)
(pipecat.services.rime.tts.RimeTTSService.InputParams attribute)
(pipecat.services.rime.tts.RimeTTSSettings attribute)
(pipecat.services.settings.LLMSettings attribute)
total_duration_secs (pipecat.observers.startup_timing_observer.StartupTimingReport attribute)
total_size (pipecat.services.inworld.realtime.llm.CurrentAudioResponse attribute)
(pipecat.services.openai.realtime.llm.CurrentAudioResponse attribute)
(pipecat.services.xai.realtime.llm.CurrentAudioResponse attribute)
total_tokens (pipecat.metrics.metrics.LLMTokenUsage attribute)
(pipecat.services.inworld.realtime.events.Usage attribute)
(pipecat.services.openai.realtime.events.Usage attribute)
(pipecat.services.xai.realtime.events.Usage attribute)
TR (pipecat.transcriptions.language.Language attribute)
TR_TR (pipecat.transcriptions.language.Language attribute)
traced_gemini_live() (in module pipecat.utils.tracing.service_decorators)
traced_llm() (in module pipecat.utils.tracing.service_decorators)
traced_openai_realtime() (in module pipecat.utils.tracing.service_decorators)
traced_stt() (in module pipecat.utils.tracing.service_decorators)
traced_tts() (in module pipecat.utils.tracing.service_decorators)
tracing (pipecat.services.openai.realtime.events.SessionProperties attribute)
tracing_context (pipecat.frames.frames.StartFrame attribute)
TracingContext (class in pipecat.utils.tracing.tracing_context)
track (pipecat.transports.daily.transport.DailyAudioTrack attribute)
(pipecat.transports.daily.transport.DailyVideoTrack attribute)
TrackStatusMessage (class in pipecat.transports.smallwebrtc.connection)
trailing_silence (pipecat.services.hume.tts.HumeTTSService.InputParams attribute)
(pipecat.services.hume.tts.HumeTTSSettings attribute)
transcribe() (pipecat.evals.transcribe.EvalTranscriber method)
transcriber (pipecat.evals.scenario.EvalScenario attribute)
transcript (pipecat.services.assemblyai.models.TurnMessage attribute)
(pipecat.services.inworld.realtime.events.ContentPart attribute)
(pipecat.services.inworld.realtime.events.ConversationItemInputAudioTranscriptionCompleted attribute)
(pipecat.services.inworld.realtime.events.ItemContent attribute)
(pipecat.services.openai.realtime.events.ConversationItemInputAudioTranscriptionCompleted attribute)
(pipecat.services.openai.realtime.events.ItemContent attribute)
(pipecat.services.openai.realtime.events.ResponseAudioTranscriptDone attribute)
(pipecat.services.xai.realtime.events.ContentPart attribute)
(pipecat.services.xai.realtime.events.ConversationItemInputAudioTranscriptionCompleted attribute)
(pipecat.services.xai.realtime.events.ItemContent attribute)
transcription (pipecat.cli.prompts.ProjectConfig attribute)
(pipecat.cli.prompts.questions.ProjectConfig attribute)
(pipecat.services.inworld.realtime.events.AudioInput attribute)
(pipecat.services.openai.realtime.events.AudioInput attribute)
transcription_bucket (pipecat.transports.daily.utils.DailyRoomProperties attribute)
transcription_enabled (pipecat.transports.daily.transport.DailyParams attribute)
transcription_settings (pipecat.transports.daily.transport.DailyParams attribute)
TranscriptionBucketConfig (class in pipecat.transports.daily.utils)
TranscriptionFrame (class in pipecat.frames.frames)
TranscriptionLogObserver (class in pipecat.observers.loggers.transcription_log_observer)
TranscriptionUserTurnStartStrategy (class in pipecat.turns.user_start)
(class in pipecat.turns.user_start.transcription_user_turn_start_strategy)
transform (pipecat.frames.frames.LLMMessagesTransformFrame attribute)
transform_messages() (pipecat.processors.aggregators.llm_context.LLMContext method)
(pipecat.processors.aggregators.llm_response_universal.LLMContextAggregator method)
transition_threshold_seconds (pipecat.services.aws.nova_sonic.session_continuation.SessionContinuationParams attribute)
translation (pipecat.services.gladia.config.RealtimeProcessingConfig attribute)
translation_config (pipecat.services.gladia.config.RealtimeProcessingConfig attribute)
translation_terms (pipecat.services.soniox.stt.SonioxContextObject attribute)
TranslationConfig (class in pipecat.services.gladia.config)
TranslationFrame (class in pipecat.frames.frames)
transport (pipecat.flows.FlowManager property)
(pipecat.flows.manager.FlowManager property)
transport_destination (pipecat.frames.frames.Frame attribute)
transport_ready() (pipecat.services.heygen.client.HeyGenClient method)
transport_source (pipecat.frames.frames.Frame attribute)
transport_type (pipecat.runner.types.WebSocketRunnerArguments attribute)
TransportParams (class in pipecat.transports.base_transport)
transports (pipecat.cli.prompts.ProjectConfig attribute)
(pipecat.cli.prompts.questions.ProjectConfig attribute)
TransportTimingReport (class in pipecat.observers.startup_timing_observer)
tree (pipecat.processors.frameworks.rtvi.frames.RTVIUISnapshotFrame attribute)
(pipecat.processors.frameworks.rtvi.models.UISnapshotData attribute)
(pipecat.processors.frameworks.rtvi.RTVIUISnapshotFrame attribute)
trigger_assistant_response() (pipecat.services.aws.nova_sonic.llm.AWSNovaSonicLLMService method)
trigger_client_connected() (pipecat.transports.websocket.fastapi.FastAPIWebsocketClient method)
trigger_client_disconnected() (pipecat.transports.websocket.fastapi.FastAPIWebsocketClient method)
trigger_client_timeout() (pipecat.transports.websocket.fastapi.FastAPIWebsocketClient method)
trigger_disconnect (pipecat.evals.scenario.EvalScenario attribute)
trigger_reset_aggregation() (pipecat.turns.user_start.base_user_turn_start_strategy.BaseUserTurnStartStrategy method)
(pipecat.turns.user_start.BaseUserTurnStartStrategy method)
trigger_tokens (pipecat.services.google.gemini_live.llm.ContextWindowCompressionParams attribute)
trigger_user_turn_finalized() (pipecat.turns.user_stop.base_user_turn_stop_strategy.BaseUserTurnStopStrategy method)
(pipecat.turns.user_stop.BaseUserTurnStopStrategy method)
trigger_user_turn_inference_triggered() (pipecat.turns.user_stop.base_user_turn_stop_strategy.BaseUserTurnStopStrategy method)
(pipecat.turns.user_stop.BaseUserTurnStopStrategy method)
trigger_user_turn_started() (pipecat.turns.user_start.base_user_turn_start_strategy.BaseUserTurnStartStrategy method)
(pipecat.turns.user_start.BaseUserTurnStartStrategy method)
trigger_user_turn_stopped() (pipecat.turns.user_stop.base_user_turn_stop_strategy.BaseUserTurnStopStrategy method)
(pipecat.turns.user_stop.BaseUserTurnStopStrategy method)
TRIUMPHANT (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
TRUST (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
TT (pipecat.transcriptions.language.Language attribute)
ttfa (pipecat.metrics.metrics.TTFAMetricsData attribute)
TTFAMetricsData (class in pipecat.metrics.metrics)
ttfb (pipecat.metrics.metrics.TTFAMetricsData attribute)
(pipecat.observers.user_bot_latency_observer.LatencyBreakdown attribute)
(pipecat.processors.metrics.frame_processor_metrics.FrameProcessorMetrics property)
TTFBBreakdownMetrics (class in pipecat.observers.user_bot_latency_observer)
TTFBMetricsData (class in pipecat.metrics.metrics)
ttfs_p99_latency (pipecat.frames.frames.STTMetadataFrame attribute)
tts (pipecat.utils.context.text_segment_map.TextSegment attribute)
tts_alnum_count (pipecat.utils.context.text_segment_map.TextSegment property)
tts_cache_key() (in module pipecat.evals.speech)
tts_process_generator() (pipecat.services.tts_service.TTSService method)
tts_sample_rate() (in module pipecat.evals.speech)
tts_service (pipecat.cli.prompts.ProjectConfig attribute)
(pipecat.cli.prompts.questions.ProjectConfig attribute)
TTS_SERVICES (pipecat.cli.registry.service_metadata.ServiceRegistry attribute)
(pipecat.cli.registry.ServiceRegistry attribute)
TTSAudioRawFrame (class in pipecat.frames.frames)
TTSContext (class in pipecat.services.tts_service)
TTSGate (class in pipecat.extensions.voicemail.voicemail_detector)
TTSModelConfig (class in pipecat.services.sarvam.tts)
TTSService (class in pipecat.services.tts_service)
TTSSettings (class in pipecat.services.settings)
TTSSpeakFrame (class in pipecat.frames.frames)
TTSStartedFrame (class in pipecat.frames.frames)
TTSStoppedFrame (class in pipecat.frames.frames)
TTSTextFrame (class in pipecat.frames.frames)
TTSUpdateSettingsFrame (class in pipecat.frames.frames)
TTSUsageMetricsData (class in pipecat.metrics.metrics)
turn_detection (pipecat.services.inworld.realtime.events.AudioInput attribute)
(pipecat.services.openai.realtime.events.AudioInput attribute)
(pipecat.services.xai.realtime.events.SessionProperties attribute)
turn_detection_mode (pipecat.services.speechmatics.stt.SpeechmaticsSTTService.InputParams attribute)
(pipecat.services.speechmatics.stt.SpeechmaticsSTTSettings attribute)
turn_index (pipecat.evals.harness.EvalAssertionFailure attribute)
(pipecat.evals.harness.EvalTurnProgress attribute)
TURN_INFO (pipecat.services.deepgram.flux.base.FluxMessageType attribute)
(pipecat.services.deepgram.flux.stt.FluxMessageType attribute)
turn_is_formatted (pipecat.services.assemblyai.models.TurnMessage attribute)
turn_order (pipecat.services.assemblyai.models.TurnMessage attribute)
turn_params (pipecat.frames.frames.SpeechControlParamsFrame attribute)
TURN_RESUMED (pipecat.services.deepgram.flux.base.FluxEventType attribute)
(pipecat.services.deepgram.flux.stt.FluxEventType attribute)
turn_trace_observer (pipecat.pipeline.task.PipelineWorker property)
(pipecat.pipeline.worker.PipelineWorker property)
turn_tracking_observer (pipecat.pipeline.task.PipelineWorker property)
(pipecat.pipeline.worker.PipelineWorker property)
TurnAnalyzerUserTurnStopStrategy (class in pipecat.turns.user_stop)
(class in pipecat.turns.user_stop.turn_analyzer_user_turn_stop_strategy)
TurnDetection (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
TurnDetectionMode (class in pipecat.services.speechmatics.stt)
TurnMarker (class in pipecat.turns.user_turn_completion_mixin)
TurnMessage (class in pipecat.services.assemblyai.models)
TurnMetricsData (class in pipecat.metrics.metrics)
turns (pipecat.evals.scenario.EvalScenario attribute)
TurnTraceObserver (class in pipecat.utils.tracing.turn_trace_observer)
TurnTrackingObserver (class in pipecat.observers.turn_tracking_observer)
twilio_daily_sip_mode (pipecat.cli.prompts.ProjectConfig attribute)
(pipecat.cli.prompts.questions.ProjectConfig attribute)
twilio_sample_rate (pipecat.serializers.twilio.TwilioFrameSerializer.InputParams attribute)
TwilioFrameSerializer (class in pipecat.serializers.twilio)
TwilioFrameSerializer.InputParams (class in pipecat.serializers.twilio)
TWO (pipecat.audio.dtmf.types.KeypadEntry attribute)
type (pipecat.flows.ActionConfig attribute)
(pipecat.flows.types.ActionConfig attribute)
(pipecat.pipeline.job_context.JobEvent attribute)
(pipecat.pipeline.job_context.JobGroupEvent attribute)
(pipecat.processors.frameworks.rtvi.frames.RTVIClientMessageFrame attribute)
(pipecat.processors.frameworks.rtvi.models.BotAudioLevelMessage attribute)
(pipecat.processors.frameworks.rtvi.models.BotInterruptedMessage attribute)
(pipecat.processors.frameworks.rtvi.models.BotLLMStartedMessage attribute)
(pipecat.processors.frameworks.rtvi.models.BotLLMStoppedMessage attribute)
(pipecat.processors.frameworks.rtvi.models.BotLLMTextMessage attribute)
(pipecat.processors.frameworks.rtvi.models.BotOutputMessage attribute)
(pipecat.processors.frameworks.rtvi.models.BotReady attribute)
(pipecat.processors.frameworks.rtvi.models.BotStartedSpeakingMessage attribute)
(pipecat.processors.frameworks.rtvi.models.BotStoppedSpeakingMessage attribute)
(pipecat.processors.frameworks.rtvi.models.BotTranscriptionMessage attribute)
(pipecat.processors.frameworks.rtvi.models.BotTTSAudioMessage attribute)
(pipecat.processors.frameworks.rtvi.models.BotTTSStartedMessage attribute)
(pipecat.processors.frameworks.rtvi.models.BotTTSStoppedMessage attribute)
(pipecat.processors.frameworks.rtvi.models.BotTTSTextMessage attribute)
(pipecat.processors.frameworks.rtvi.models.ClientMessage attribute)
(pipecat.processors.frameworks.rtvi.models.Error attribute)
(pipecat.processors.frameworks.rtvi.models.ErrorResponse attribute)
(pipecat.processors.frameworks.rtvi.models.LLMFunctionCallInProgressMessage attribute)
(pipecat.processors.frameworks.rtvi.models.LLMFunctionCallMessage attribute)
(pipecat.processors.frameworks.rtvi.models.LLMFunctionCallStartMessage attribute)
(pipecat.processors.frameworks.rtvi.models.LLMFunctionCallStoppedMessage attribute)
(pipecat.processors.frameworks.rtvi.models.Message attribute)
(pipecat.processors.frameworks.rtvi.models.MetricsMessage attribute)
(pipecat.processors.frameworks.rtvi.models.ServerMessage attribute)
(pipecat.processors.frameworks.rtvi.models.ServerResponse attribute)
(pipecat.processors.frameworks.rtvi.models.SystemLogMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UICancelJobGroupMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UICommandMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UIEventMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UIJobGroupMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UISnapshotMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UserAudioLevelMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UserLLMTextMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UserMuteStartedMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UserMuteStoppedMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UserStartedSpeakingMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UserStoppedSpeakingMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UserTranscriptionMessage attribute)
(pipecat.processors.frameworks.rtvi.models.VADUserStartedSpeakingMessage attribute)
(pipecat.processors.frameworks.rtvi.models.VADUserStoppedSpeakingMessage attribute)
(pipecat.processors.frameworks.rtvi.RTVIClientMessageFrame attribute)
(pipecat.services.anthropic.llm.AnthropicThinkingConfig attribute)
(pipecat.services.assemblyai.models.BaseMessage attribute)
(pipecat.services.assemblyai.models.BeginMessage attribute)
(pipecat.services.assemblyai.models.SpeechStartedMessage attribute)
(pipecat.services.assemblyai.models.TerminationMessage attribute)
(pipecat.services.assemblyai.models.TurnMessage attribute)
(pipecat.services.aws.nova_sonic.llm.CurrentContent attribute)
(pipecat.services.google.rtvi.RTVIBotLLMSearchResponseMessage attribute)
(pipecat.services.inworld.realtime.events.AudioFormat attribute)
(pipecat.services.inworld.realtime.events.ContentPart attribute)
(pipecat.services.inworld.realtime.events.ConversationCreated attribute)
(pipecat.services.inworld.realtime.events.ConversationItem attribute)
(pipecat.services.inworld.realtime.events.ConversationItemAdded attribute)
(pipecat.services.inworld.realtime.events.ConversationItemCreateEvent attribute)
(pipecat.services.inworld.realtime.events.ConversationItemInputAudioTranscriptionCompleted attribute)
(pipecat.services.inworld.realtime.events.ConversationItemInputAudioTranscriptionDelta attribute)
(pipecat.services.inworld.realtime.events.ErrorEvent attribute)
(pipecat.services.inworld.realtime.events.FunctionTool attribute)
(pipecat.services.inworld.realtime.events.InputAudioBufferAppendEvent attribute)
(pipecat.services.inworld.realtime.events.InputAudioBufferCleared attribute)
(pipecat.services.inworld.realtime.events.InputAudioBufferClearEvent attribute)
(pipecat.services.inworld.realtime.events.InputAudioBufferCommitEvent attribute)
(pipecat.services.inworld.realtime.events.InputAudioBufferCommitted attribute)
(pipecat.services.inworld.realtime.events.InputAudioBufferSpeechStarted attribute)
(pipecat.services.inworld.realtime.events.InputAudioBufferSpeechStopped attribute)
(pipecat.services.inworld.realtime.events.ItemContent attribute)
(pipecat.services.inworld.realtime.events.PCMAAudioFormat attribute)
(pipecat.services.inworld.realtime.events.PCMAudioFormat attribute)
(pipecat.services.inworld.realtime.events.PCMUAudioFormat attribute)
(pipecat.services.inworld.realtime.events.PingEvent attribute)
(pipecat.services.inworld.realtime.events.RealtimeError attribute)
(pipecat.services.inworld.realtime.events.ResponseAudioDelta attribute)
(pipecat.services.inworld.realtime.events.ResponseAudioDone attribute)
(pipecat.services.inworld.realtime.events.ResponseAudioTranscriptDelta attribute)
(pipecat.services.inworld.realtime.events.ResponseAudioTranscriptDone attribute)
(pipecat.services.inworld.realtime.events.ResponseCancelEvent attribute)
(pipecat.services.inworld.realtime.events.ResponseContentPartAdded attribute)
(pipecat.services.inworld.realtime.events.ResponseContentPartDone attribute)
(pipecat.services.inworld.realtime.events.ResponseCreated attribute)
(pipecat.services.inworld.realtime.events.ResponseCreateEvent attribute)
(pipecat.services.inworld.realtime.events.ResponseDone attribute)
(pipecat.services.inworld.realtime.events.ResponseFunctionCallArgumentsDelta attribute)
(pipecat.services.inworld.realtime.events.ResponseFunctionCallArgumentsDone attribute)
(pipecat.services.inworld.realtime.events.ResponseOutputItemAdded attribute)
(pipecat.services.inworld.realtime.events.ResponseOutputItemDone attribute)
(pipecat.services.inworld.realtime.events.ServerEvent attribute)
(pipecat.services.inworld.realtime.events.SessionCreatedEvent attribute)
(pipecat.services.inworld.realtime.events.SessionProperties attribute)
(pipecat.services.inworld.realtime.events.SessionUpdatedEvent attribute)
(pipecat.services.inworld.realtime.events.SessionUpdateEvent attribute)
(pipecat.services.inworld.realtime.events.TurnDetection attribute)
(pipecat.services.openai.realtime.events.AudioFormat attribute)
(pipecat.services.openai.realtime.events.ConversationCreated attribute)
(pipecat.services.openai.realtime.events.ConversationItem attribute)
(pipecat.services.openai.realtime.events.ConversationItemAdded attribute)
(pipecat.services.openai.realtime.events.ConversationItemCreateEvent attribute)
(pipecat.services.openai.realtime.events.ConversationItemDeleted attribute)
(pipecat.services.openai.realtime.events.ConversationItemDeleteEvent attribute)
(pipecat.services.openai.realtime.events.ConversationItemDone attribute)
(pipecat.services.openai.realtime.events.ConversationItemInputAudioTranscriptionCompleted attribute)
(pipecat.services.openai.realtime.events.ConversationItemInputAudioTranscriptionDelta attribute)
(pipecat.services.openai.realtime.events.ConversationItemInputAudioTranscriptionFailed attribute)
(pipecat.services.openai.realtime.events.ConversationItemRetrieved attribute)
(pipecat.services.openai.realtime.events.ConversationItemRetrieveEvent attribute)
(pipecat.services.openai.realtime.events.ConversationItemTruncated attribute)
(pipecat.services.openai.realtime.events.ConversationItemTruncateEvent attribute)
(pipecat.services.openai.realtime.events.ErrorEvent attribute)
(pipecat.services.openai.realtime.events.InputAudioBufferAppendEvent attribute)
(pipecat.services.openai.realtime.events.InputAudioBufferCleared attribute)
(pipecat.services.openai.realtime.events.InputAudioBufferClearEvent attribute)
(pipecat.services.openai.realtime.events.InputAudioBufferCommitEvent attribute)
(pipecat.services.openai.realtime.events.InputAudioBufferCommitted attribute)
(pipecat.services.openai.realtime.events.InputAudioBufferSpeechStarted attribute)
(pipecat.services.openai.realtime.events.InputAudioBufferSpeechStopped attribute)
(pipecat.services.openai.realtime.events.InputAudioNoiseReduction attribute)
(pipecat.services.openai.realtime.events.ItemContent attribute)
(pipecat.services.openai.realtime.events.PCMAAudioFormat attribute)
(pipecat.services.openai.realtime.events.PCMAudioFormat attribute)
(pipecat.services.openai.realtime.events.PCMUAudioFormat attribute)
(pipecat.services.openai.realtime.events.RateLimitsUpdated attribute)
(pipecat.services.openai.realtime.events.RealtimeError attribute)
(pipecat.services.openai.realtime.events.ResponseAudioDelta attribute)
(pipecat.services.openai.realtime.events.ResponseAudioDone attribute)
(pipecat.services.openai.realtime.events.ResponseAudioTranscriptDelta attribute)
(pipecat.services.openai.realtime.events.ResponseAudioTranscriptDone attribute)
(pipecat.services.openai.realtime.events.ResponseCancelEvent attribute)
(pipecat.services.openai.realtime.events.ResponseContentPartAdded attribute)
(pipecat.services.openai.realtime.events.ResponseContentPartDone attribute)
(pipecat.services.openai.realtime.events.ResponseCreated attribute)
(pipecat.services.openai.realtime.events.ResponseCreateEvent attribute)
(pipecat.services.openai.realtime.events.ResponseDone attribute)
(pipecat.services.openai.realtime.events.ResponseFunctionCallArgumentsDelta attribute)
(pipecat.services.openai.realtime.events.ResponseFunctionCallArgumentsDone attribute)
(pipecat.services.openai.realtime.events.ResponseOutputItemAdded attribute)
(pipecat.services.openai.realtime.events.ResponseOutputItemDone attribute)
(pipecat.services.openai.realtime.events.ResponseTextDelta attribute)
(pipecat.services.openai.realtime.events.ResponseTextDone attribute)
(pipecat.services.openai.realtime.events.SemanticTurnDetection attribute)
(pipecat.services.openai.realtime.events.ServerEvent attribute)
(pipecat.services.openai.realtime.events.SessionCreatedEvent attribute)
(pipecat.services.openai.realtime.events.SessionProperties attribute)
(pipecat.services.openai.realtime.events.SessionUpdatedEvent attribute)
(pipecat.services.openai.realtime.events.SessionUpdateEvent attribute)
(pipecat.services.openai.realtime.events.TurnDetection attribute)
(pipecat.services.xai.realtime.events.AudioFormat attribute)
(pipecat.services.xai.realtime.events.ContentPart attribute)
(pipecat.services.xai.realtime.events.ConversationCreated attribute)
(pipecat.services.xai.realtime.events.ConversationItem attribute)
(pipecat.services.xai.realtime.events.ConversationItemAdded attribute)
(pipecat.services.xai.realtime.events.ConversationItemCreateEvent attribute)
(pipecat.services.xai.realtime.events.ConversationItemInputAudioTranscriptionCompleted attribute)
(pipecat.services.xai.realtime.events.ErrorEvent attribute)
(pipecat.services.xai.realtime.events.FileSearchTool attribute)
(pipecat.services.xai.realtime.events.FunctionTool attribute)
(pipecat.services.xai.realtime.events.InputAudioBufferAppendEvent attribute)
(pipecat.services.xai.realtime.events.InputAudioBufferCleared attribute)
(pipecat.services.xai.realtime.events.InputAudioBufferClearEvent attribute)
(pipecat.services.xai.realtime.events.InputAudioBufferCommitEvent attribute)
(pipecat.services.xai.realtime.events.InputAudioBufferCommitted attribute)
(pipecat.services.xai.realtime.events.InputAudioBufferSpeechStarted attribute)
(pipecat.services.xai.realtime.events.InputAudioBufferSpeechStopped attribute)
(pipecat.services.xai.realtime.events.ItemContent attribute)
(pipecat.services.xai.realtime.events.PCMAAudioFormat attribute)
(pipecat.services.xai.realtime.events.PCMAudioFormat attribute)
(pipecat.services.xai.realtime.events.PCMUAudioFormat attribute)
(pipecat.services.xai.realtime.events.PingEvent attribute)
(pipecat.services.xai.realtime.events.RealtimeError attribute)
(pipecat.services.xai.realtime.events.ResponseAudioDelta attribute)
(pipecat.services.xai.realtime.events.ResponseAudioDone attribute)
(pipecat.services.xai.realtime.events.ResponseAudioTranscriptDelta attribute)
(pipecat.services.xai.realtime.events.ResponseAudioTranscriptDone attribute)
(pipecat.services.xai.realtime.events.ResponseCancelEvent attribute)
(pipecat.services.xai.realtime.events.ResponseContentPartAdded attribute)
(pipecat.services.xai.realtime.events.ResponseContentPartDone attribute)
(pipecat.services.xai.realtime.events.ResponseCreated attribute)
(pipecat.services.xai.realtime.events.ResponseCreateEvent attribute)
(pipecat.services.xai.realtime.events.ResponseDone attribute)
(pipecat.services.xai.realtime.events.ResponseFunctionCallArgumentsDelta attribute)
(pipecat.services.xai.realtime.events.ResponseFunctionCallArgumentsDone attribute)
(pipecat.services.xai.realtime.events.ResponseOutputItemAdded attribute)
(pipecat.services.xai.realtime.events.ResponseOutputItemDone attribute)
(pipecat.services.xai.realtime.events.ServerEvent attribute)
(pipecat.services.xai.realtime.events.SessionUpdatedEvent attribute)
(pipecat.services.xai.realtime.events.SessionUpdateEvent attribute)
(pipecat.services.xai.realtime.events.TurnDetection attribute)
(pipecat.services.xai.realtime.events.WebSearchTool attribute)
(pipecat.services.xai.realtime.events.XSearchTool attribute)
(pipecat.transports.smallwebrtc.connection.PeerLeftMessage attribute)
(pipecat.transports.smallwebrtc.connection.RenegotiateMessage attribute)
(pipecat.transports.smallwebrtc.connection.TrackStatusMessage attribute)
(pipecat.transports.smallwebrtc.request_handler.SmallWebRTCRequest attribute)
(pipecat.utils.text.base_text_aggregator.Aggregation attribute)
TypeAdapter (class in pipecat.bus.adapters)
(class in pipecat.bus.adapters.base)
U
UG (pipecat.transcriptions.language.Language attribute)
ui_event() (in module pipecat.workers.ui)
(in module pipecat.workers.ui.ui_event_decorator)
ui_job_group() (pipecat.workers.ui.ui_worker.UIWorker method)
(pipecat.workers.ui.UIWorker method)
UICancelJobGroupData (class in pipecat.processors.frameworks.rtvi.models)
UICancelJobGroupMessage (class in pipecat.processors.frameworks.rtvi.models)
UICommandData (class in pipecat.processors.frameworks.rtvi.models)
UICommandMessage (class in pipecat.processors.frameworks.rtvi.models)
UIEventData (class in pipecat.processors.frameworks.rtvi.models)
UIEventMessage (class in pipecat.processors.frameworks.rtvi.models)
UIJobCompletedData (class in pipecat.processors.frameworks.rtvi.models)
UIJobGroupCompletedData (class in pipecat.processors.frameworks.rtvi.models)
UIJobGroupContext (class in pipecat.workers.ui.ui_job_context)
UIJobGroupData (in module pipecat.processors.frameworks.rtvi.models)
UIJobGroupMessage (class in pipecat.processors.frameworks.rtvi.models)
UIJobGroupStartedData (class in pipecat.processors.frameworks.rtvi.models)
UIJobUpdateData (class in pipecat.processors.frameworks.rtvi.models)
UISnapshotData (class in pipecat.processors.frameworks.rtvi.models)
UISnapshotMessage (class in pipecat.processors.frameworks.rtvi.models)
UIWorker (class in pipecat.workers.ui)
(class in pipecat.workers.ui.ui_worker)
UK (pipecat.transcriptions.language.Language attribute)
UK_UA (pipecat.transcriptions.language.Language attribute)
ulaw_to_pcm() (in module pipecat.audio.utils)
UltravoxRealtimeLLMService (class in pipecat.services.ultravox.llm)
UltravoxRealtimeLLMSettings (class in pipecat.services.ultravox.llm)
UMB (pipecat.transcriptions.language.Language attribute)
UninterruptibleFrame (class in pipecat.frames.frames)
unmute_participant() (pipecat.transports.livekit.transport.LiveKitTransport method)
(pipecat.transports.livekit.transport.LiveKitTransportClient method)
unregister_direct_function() (pipecat.services.llm_service.LLMService method)
unregister_function() (pipecat.services.llm_service.LLMService method)
UNSPECIFIED (pipecat.services.google.gemini_live.llm.GeminiMediaResolution attribute)
unsubscribe() (pipecat.bus.bus.WorkerBus method)
(pipecat.bus.WorkerBus method)
update (pipecat.bus.BusJobUpdateMessage attribute)
(pipecat.bus.BusJobUpdateUrgentMessage attribute)
(pipecat.bus.messages.BusJobUpdateMessage attribute)
(pipecat.bus.messages.BusJobUpdateUrgentMessage attribute)
UPDATE (pipecat.pipeline.job_context.JobEvent attribute)
(pipecat.pipeline.job_context.JobGroupEvent attribute)
(pipecat.serializers.genesys.AudioHookMessageType attribute)
(pipecat.services.deepgram.flux.base.FluxEventType attribute)
(pipecat.services.deepgram.flux.stt.FluxEventType attribute)
update_agent_context() (pipecat.services.assemblyai.stt.AssemblyAISTTService method)
update_google_client_http_options() (in module pipecat.services.google.utils)
update_ice_servers() (pipecat.transports.smallwebrtc.request_handler.SmallWebRTCRequestHandler method)
(pipecat.transports.whatsapp.client.WhatsAppClient method)
update_options() (pipecat.services.google.stt.GoogleSTTService method)
update_params() (pipecat.services.speechmatics.stt.SpeechmaticsSTTService method)
update_publishing() (pipecat.transports.daily.transport.DailyTransport method)
(pipecat.transports.daily.transport.DailyTransportClient method)
update_remote_participants() (pipecat.transports.daily.transport.DailyTransport method)
(pipecat.transports.daily.transport.DailyTransportClient method)
update_saved_messages() (pipecat.extensions.ivr.ivr_navigator.IVRProcessor method)
update_setting() (pipecat.services.hume.tts.HumeTTSService method)
update_settings() (pipecat.utils.text.base_text_filter.BaseTextFilter method)
(pipecat.utils.text.markdown_text_filter.MarkdownTextFilter method)
update_strategies() (pipecat.turns.user_turn_controller.UserTurnController method)
update_subscriptions() (pipecat.transports.daily.transport.DailyTransport method)
(pipecat.transports.daily.transport.DailyTransportClient method)
(pipecat.transports.lemonslice.transport.LemonSliceTransport method)
(pipecat.transports.lemonslice.transport.LemonSliceTransportClient method)
(pipecat.transports.tavus.transport.TavusTransport method)
(pipecat.transports.tavus.transport.TavusTransportClient method)
update_transcription() (pipecat.transports.daily.transport.DailyTransportClient method)
update_vad_start_secs() (pipecat.audio.turn.base_turn_analyzer.BaseTurnAnalyzer method)
(pipecat.audio.turn.smart_turn.base_smart_turn.BaseSmartTurn method)
update_whatsapp_phone_number_id() (pipecat.transports.whatsapp.api.WhatsAppApi method)
(pipecat.transports.whatsapp.client.WhatsAppClient method)
update_whatsapp_secret() (pipecat.transports.whatsapp.client.WhatsAppClient method)
update_whatsapp_token() (pipecat.transports.whatsapp.api.WhatsAppApi method)
(pipecat.transports.whatsapp.client.WhatsAppClient method)
upload_file() (pipecat.services.google.gemini_live.file_api.GeminiFileAPI method)
UPSTREAM (pipecat.processors.frame_processor.FrameDirection attribute)
UR (pipecat.transcriptions.language.Language attribute)
UR_IN (pipecat.transcriptions.language.Language attribute)
UR_PK (pipecat.transcriptions.language.Language attribute)
url (pipecat.frames.frames.URLImageRawFrame attribute)
(pipecat.runner.types.LiveKitRunnerArguments attribute)
(pipecat.services.heygen.api_interactive_avatar.HeyGenSession attribute)
(pipecat.transports.daily.utils.DailyRoomObject attribute)
URL_FIELDS (pipecat.services.elevenlabs.tts.ElevenLabsTTSSettings attribute)
URLImageRawFrame (class in pipecat.frames.frames)
Usage (class in pipecat.services.inworld.realtime.events)
(class in pipecat.services.openai.realtime.events)
(class in pipecat.services.xai.realtime.events)
usage (pipecat.services.inworld.realtime.events.Response attribute)
(pipecat.services.inworld.realtime.events.ResponseDone attribute)
(pipecat.services.openai.realtime.events.Response attribute)
(pipecat.services.xai.realtime.events.Response attribute)
(pipecat.services.xai.realtime.events.ResponseDone attribute)
usage_metrics_enabled (pipecat.processors.frame_processor.FrameProcessor property)
use_separate_recognition_per_channel (pipecat.services.google.stt.GoogleSTTService.InputParams attribute)
(pipecat.services.google.stt.GoogleSTTSettings attribute)
use_speaker_boost (pipecat.services.elevenlabs.tts.ElevenLabsHttpTTSService.InputParams attribute)
(pipecat.services.elevenlabs.tts.ElevenLabsHttpTTSSettings attribute)
(pipecat.services.elevenlabs.tts.ElevenLabsTTSService.InputParams attribute)
(pipecat.services.elevenlabs.tts.ElevenLabsTTSSettings attribute)
(pipecat.services.heygen.api_interactive_avatar.ElevenLabsSettings attribute)
use_translate_endpoint (pipecat.services.sarvam.stt.ModelConfig attribute)
use_translate_method (pipecat.services.sarvam.stt.ModelConfig attribute)
USER (pipecat.adapters.services.aws_nova_sonic_adapter.Role attribute)
user (pipecat.evals.scenario.EvalTurn attribute)
user() (pipecat.processors.aggregators.llm_response_universal.LLMContextAggregatorPair method)
user_aggregator (pipecat.workers.llm.llm_context_worker.LLMContextWorker property)
(pipecat.workers.llm.LLMContextWorker property)
user_audio (pipecat.evals.scenario.EvalScenario attribute)
user_audio_level_enabled (pipecat.processors.frameworks.rtvi.observer.RTVIObserverParams attribute)
(pipecat.processors.frameworks.rtvi.RTVIObserverParams attribute)
user_facing_pos (pipecat.utils.context.text_segment_map.TextSegmentMap property)
user_id (pipecat.frames.frames.InterimTranscriptionFrame attribute)
(pipecat.frames.frames.TranscriptionFrame attribute)
(pipecat.frames.frames.TranslationFrame attribute)
(pipecat.frames.frames.UserAudioRawFrame attribute)
(pipecat.frames.frames.UserImageRawFrame attribute)
(pipecat.frames.frames.UserImageRequestFrame attribute)
(pipecat.processors.aggregators.llm_response_universal.UserTurnMessageAddedMessage attribute)
(pipecat.processors.aggregators.llm_response_universal.UserTurnStoppedMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UserTranscriptionMessageData attribute)
(pipecat.transports.daily.utils.DailyMeetingTokenProperties attribute)
user_idle_timeout (pipecat.processors.aggregators.llm_response_universal.LLMUserAggregatorParams attribute)
user_instructions (pipecat.services.camb.tts.CambTTSService.InputParams attribute)
(pipecat.services.camb.tts.CambTTSSettings attribute)
user_llm_enabled (pipecat.processors.frameworks.rtvi.observer.RTVIObserverParams attribute)
(pipecat.processors.frameworks.rtvi.RTVIObserverParams attribute)
user_mute_enabled (pipecat.processors.frameworks.rtvi.observer.RTVIObserverParams attribute)
(pipecat.processors.frameworks.rtvi.RTVIObserverParams attribute)
user_mute_strategies (pipecat.processors.aggregators.llm_response_universal.LLMUserAggregatorParams attribute)
user_name (pipecat.transports.daily.utils.DailyMeetingTokenProperties attribute)
user_speaking_enabled (pipecat.processors.frameworks.rtvi.observer.RTVIObserverParams attribute)
(pipecat.processors.frameworks.rtvi.RTVIObserverParams attribute)
user_transcription_enabled (pipecat.processors.frameworks.rtvi.observer.RTVIObserverParams attribute)
(pipecat.processors.frameworks.rtvi.RTVIObserverParams attribute)
user_turn_completion_config (pipecat.processors.aggregators.llm_response_universal.LLMUserAggregatorParams attribute)
(pipecat.services.settings.LLMSettings attribute)
user_turn_secs (pipecat.observers.user_bot_latency_observer.LatencyBreakdown attribute)
user_turn_start_time (pipecat.observers.user_bot_latency_observer.LatencyBreakdown attribute)
user_turn_stop_timeout (pipecat.processors.aggregators.llm_response_universal.LLMUserAggregatorParams attribute)
user_turn_strategies (pipecat.frames.frames.ServiceMetadataFrame attribute)
(pipecat.processors.aggregators.llm_response_universal.LLMUserAggregatorParams attribute)
(pipecat.turns.user_turn_controller.UserTurnController property)
UserAudioLevelMessage (class in pipecat.processors.frameworks.rtvi.models)
UserAudioRawFrame (class in pipecat.frames.frames)
UserBotLatencyObserver (class in pipecat.observers.user_bot_latency_observer)
UserIdleController (class in pipecat.turns.user_idle_controller)
UserIdleTimeoutUpdateFrame (class in pipecat.frames.frames)
UserImageRawFrame (class in pipecat.frames.frames)
UserImageRequestFrame (class in pipecat.frames.frames)
UserLLMTextMessage (class in pipecat.processors.frameworks.rtvi.models)
UserMuteStartedFrame (class in pipecat.frames.frames)
UserMuteStartedMessage (class in pipecat.processors.frameworks.rtvi.models)
UserMuteStoppedFrame (class in pipecat.frames.frames)
UserMuteStoppedMessage (class in pipecat.processors.frameworks.rtvi.models)
UserSpeakingFrame (class in pipecat.frames.frames)
UserStartedSpeakingFrame (class in pipecat.frames.frames)
UserStartedSpeakingMessage (class in pipecat.processors.frameworks.rtvi.models)
UserStoppedSpeakingFrame (class in pipecat.frames.frames)
UserStoppedSpeakingMessage (class in pipecat.processors.frameworks.rtvi.models)
UserTranscriptionMessage (class in pipecat.processors.frameworks.rtvi.models)
UserTranscriptionMessageData (class in pipecat.processors.frameworks.rtvi.models)
UserTurnCompletionConfig (class in pipecat.turns.user_turn_completion_mixin)
UserTurnCompletionLLMServiceMixin (class in pipecat.turns.user_turn_completion_mixin)
UserTurnController (class in pipecat.turns.user_turn_controller)
UserTurnInferenceCompletedFrame (class in pipecat.frames.frames)
UserTurnMessageAddedMessage (class in pipecat.processors.aggregators.llm_response_universal)
UserTurnProcessor (class in pipecat.turns.user_turn_processor)
UserTurnStartedParams (class in pipecat.turns.user_start)
(class in pipecat.turns.user_start.base_user_turn_start_strategy)
UserTurnStoppedMessage (class in pipecat.processors.aggregators.llm_response_universal)
UserTurnStoppedParams (class in pipecat.turns.user_stop)
(class in pipecat.turns.user_stop.base_user_turn_stop_strategy)
UserTurnStrategies (class in pipecat.turns.user_turn_strategies)
utterance_end_ms (pipecat.services.deepgram.stt.DeepgramSTTSettings attribute)
UZ (pipecat.transcriptions.language.Language attribute)
UZ_UZ (pipecat.transcriptions.language.Language attribute)
V
VAD (pipecat.services.elevenlabs.stt.CommitStrategy attribute)
vad (pipecat.services.google.gemini_live.llm.GeminiLiveLLMSettings attribute)
(pipecat.services.google.gemini_live.llm.InputParams attribute)
vad_analyzer (pipecat.processors.aggregators.llm_response_universal.LLMUserAggregatorParams attribute)
vad_params (pipecat.frames.frames.SpeechControlParamsFrame attribute)
vad_signals (pipecat.services.sarvam.stt.SarvamSTTService.InputParams attribute)
(pipecat.services.sarvam.stt.SarvamSTTSettings attribute)
vad_silence_threshold_secs (pipecat.services.elevenlabs.stt.ElevenLabsRealtimeSTTService.InputParams attribute)
(pipecat.services.elevenlabs.stt.ElevenLabsRealtimeSTTSettings attribute)
vad_threshold (pipecat.services.assemblyai.models.AssemblyAIConnectionParams attribute)
(pipecat.services.assemblyai.stt.AssemblyAISTTSettings attribute)
(pipecat.services.elevenlabs.stt.ElevenLabsRealtimeSTTService.InputParams attribute)
(pipecat.services.elevenlabs.stt.ElevenLabsRealtimeSTTSettings attribute)
vad_user_speaking_enabled (pipecat.processors.frameworks.rtvi.frames.RTVIConfigureObserverFrame attribute)
(pipecat.processors.frameworks.rtvi.observer.RTVIObserverParams attribute)
(pipecat.processors.frameworks.rtvi.RTVIObserverParams attribute)
VADAnalyzer (class in pipecat.audio.vad.vad_analyzer)
VADController (class in pipecat.audio.vad.vad_controller)
VADParams (class in pipecat.audio.vad.vad_analyzer)
VADParamsUpdateFrame (class in pipecat.frames.frames)
VADProcessor (class in pipecat.processors.audio.vad_processor)
VADState (class in pipecat.audio.vad.vad_analyzer)
VADUserStartedSpeakingFrame (class in pipecat.frames.frames)
VADUserStartedSpeakingMessage (class in pipecat.processors.frameworks.rtvi.models)
VADUserStoppedSpeakingFrame (class in pipecat.frames.frames)
VADUserStoppedSpeakingMessage (class in pipecat.processors.frameworks.rtvi.models)
VADUserTurnStartStrategy (class in pipecat.turns.user_start)
(class in pipecat.turns.user_start.vad_user_turn_start_strategy)
validate_and_build_config() (in module pipecat.cli.config_validator)
validate_complete() (pipecat.services.settings.ServiceSettings method)
validate_function() (pipecat.adapters.schemas.direct_function.BaseDirectFunctionWrapper class method)
(pipecat.flows.types.FlowsDirectFunctionWrapper class method)
validate_languages() (pipecat.services.google.stt.GoogleSTTService.InputParams class method)
validate_service_exists() (pipecat.cli.registry.service_loader.ServiceLoader static method)
(pipecat.cli.registry.ServiceLoader static method)
value (pipecat.cli.registry.service_metadata.ServiceDefinition attribute)
(pipecat.cli.registry.ServiceDefinition attribute)
(pipecat.metrics.metrics.LLMUsageMetricsData attribute)
(pipecat.metrics.metrics.ProcessingMetricsData attribute)
(pipecat.metrics.metrics.TextAggregationMetricsData attribute)
(pipecat.metrics.metrics.TTFBMetricsData attribute)
(pipecat.metrics.metrics.TTSUsageMetricsData attribute)
(pipecat.processors.frameworks.rtvi.models.A11yNode attribute)
(pipecat.processors.frameworks.rtvi.models.AudioLevelMessageData attribute)
(pipecat.processors.frameworks.rtvi.models.SetInputValue attribute)
(pipecat.services.gladia.config.CustomVocabularyItem attribute)
(pipecat.services.soniox.stt.SonioxContextGeneralItem attribute)
(pipecat.transports.whatsapp.api.WhatsAppChange attribute)
VARUN (pipecat.services.sarvam.tts.SarvamTTSSpeakerV3 attribute)
vector_store_ids (pipecat.services.xai.realtime.events.FileSearchTool attribute)
verbatim_transcripts (pipecat.services.nvidia.stt.NvidiaSegmentedSTTService.InputParams attribute)
verdict (pipecat.evals.judge.JudgeVerdict attribute)
version (pipecat.processors.frameworks.rtvi.models.BotReadyData attribute)
(pipecat.processors.frameworks.rtvi.models.ClientReadyData attribute)
(pipecat.services.fal.stt.FalSTTService.InputParams attribute)
(pipecat.services.heygen.api_interactive_avatar.NewSessionRequest attribute)
version() (in module pipecat)
version_id (pipecat.services.elevenlabs.tts.PronunciationDictionaryLocator attribute)
very_high (pipecat.services.heygen.api_liveavatar.VideoQuality attribute)
VI (pipecat.transcriptions.language.Language attribute)
VI_VN (pipecat.transcriptions.language.Language attribute)
video (pipecat.transports.daily.utils.DailyRoomSipParams attribute)
video_encoding (pipecat.services.heygen.api_interactive_avatar.NewSessionRequest attribute)
video_height (pipecat.processors.gstreamer.pipeline_source.GStreamerPipelineSource.OutputParams attribute)
video_in_enabled (pipecat.transports.base_transport.TransportParams attribute)
(pipecat.transports.livekit.transport.LiveKitParams attribute)
video_input (pipecat.cli.prompts.ProjectConfig attribute)
(pipecat.cli.prompts.questions.ProjectConfig attribute)
video_input_track() (pipecat.transports.smallwebrtc.connection.SmallWebRTCConnection method)
video_out_bitrate (pipecat.transports.base_transport.TransportParams attribute)
(pipecat.transports.livekit.transport.LiveKitParams attribute)
video_out_codec (pipecat.transports.base_transport.TransportParams attribute)
(pipecat.transports.livekit.transport.LiveKitParams attribute)
video_out_color_format (pipecat.transports.base_transport.TransportParams attribute)
(pipecat.transports.livekit.transport.LiveKitParams attribute)
video_out_destinations (pipecat.transports.base_transport.TransportParams attribute)
(pipecat.transports.livekit.transport.LiveKitParams attribute)
video_out_enabled (pipecat.transports.base_transport.TransportParams attribute)
(pipecat.transports.livekit.transport.LiveKitParams attribute)
video_out_framerate (pipecat.transports.base_transport.TransportParams attribute)
(pipecat.transports.livekit.transport.LiveKitParams attribute)
video_out_height (pipecat.transports.base_transport.TransportParams attribute)
(pipecat.transports.livekit.transport.LiveKitParams attribute)
video_out_is_live (pipecat.transports.base_transport.TransportParams attribute)
(pipecat.transports.livekit.transport.LiveKitParams attribute)
video_out_width (pipecat.transports.base_transport.TransportParams attribute)
(pipecat.transports.livekit.transport.LiveKitParams attribute)
video_output (pipecat.cli.prompts.ProjectConfig attribute)
(pipecat.cli.prompts.questions.ProjectConfig attribute)
video_service (pipecat.cli.prompts.ProjectConfig attribute)
(pipecat.cli.prompts.questions.ProjectConfig attribute)
VIDEO_SERVICES (pipecat.cli.registry.service_metadata.ServiceRegistry attribute)
(pipecat.cli.registry.ServiceRegistry attribute)
video_settings (pipecat.services.heygen.api_liveavatar.LiveAvatarNewSessionRequest attribute)
video_source (pipecat.frames.frames.UserImageRequestFrame attribute)
video_width (pipecat.processors.gstreamer.pipeline_source.GStreamerPipelineSource.OutputParams attribute)
VideoEncoding (class in pipecat.services.heygen.api_interactive_avatar)
(class in pipecat.services.heygen.api_liveavatar)
VideoQuality (class in pipecat.services.heygen.api_liveavatar)
VideoSettings (class in pipecat.services.heygen.api_liveavatar)
VIDYA (pipecat.services.sarvam.tts.SarvamTTSSpeakerV2 attribute)
view (pipecat.processors.frameworks.rtvi.models.Navigate attribute)
VisionFullResponseEndFrame (class in pipecat.frames.frames)
VisionFullResponseStartFrame (class in pipecat.frames.frames)
VisionService (class in pipecat.services.vision_service)
VisionSettings (class in pipecat.services.settings)
VisionTextFrame (class in pipecat.frames.frames)
vocabulary (pipecat.services.gladia.config.CustomVocabularyConfig attribute)
voice (pipecat.services.aws.nova_sonic.llm.AWSNovaSonicLLMSettings attribute)
(pipecat.services.camb.tts.CambTTSSettings attribute)
(pipecat.services.google.gemini_live.llm.GeminiLiveLLMSettings attribute)
(pipecat.services.heygen.api_interactive_avatar.NewSessionRequest attribute)
(pipecat.services.inworld.realtime.events.AudioOutput attribute)
(pipecat.services.openai.realtime.events.AudioOutput attribute)
(pipecat.services.openai.realtime.events.Response attribute)
(pipecat.services.settings.TTSSettings attribute)
(pipecat.services.speechmatics.tts.SpeechmaticsTTSSettings attribute)
(pipecat.services.ultravox.llm.OneShotInputParams attribute)
(pipecat.services.xai.realtime.events.SessionProperties attribute)
voice_confidence() (pipecat.audio.vad.aic_quail_vad.AICQuailVADAnalyzer method)
(pipecat.audio.vad.aic_vad.AICVADAnalyzer method)
(pipecat.audio.vad.krisp_viva_vad.KrispVivaVadAnalyzer method)
(pipecat.audio.vad.silero.SileroVADAnalyzer method)
(pipecat.audio.vad.vad_analyzer.VADAnalyzer method)
(pipecat.transports.daily.transport.WebRTCVADAnalyzer method)
voice_focus (pipecat.services.assemblyai.stt.AssemblyAISTTSettings attribute)
voice_focus_threshold (pipecat.services.assemblyai.stt.AssemblyAISTTSettings attribute)
voice_id (pipecat.services.heygen.api_interactive_avatar.VoiceSettings attribute)
(pipecat.services.heygen.api_liveavatar.AvatarPersona attribute)
VOICE_SETTINGS_FIELDS (pipecat.services.elevenlabs.tts.ElevenLabsTTSSettings attribute)
VoiceEmotion (class in pipecat.services.heygen.api_interactive_avatar)
VoiceFormatter (class in pipecat.utils.text.transforms)
(class in pipecat.utils.text.transforms.voice_formatter)
VoicemailDetector (class in pipecat.extensions.voicemail.voicemail_detector)
VoiceSettings (class in pipecat.services.heygen.api_interactive_avatar)
volume (pipecat.services.aws.tts.AWSPollyTTSService.InputParams attribute)
(pipecat.services.aws.tts.AWSPollyTTSSettings attribute)
(pipecat.services.azure.tts.AzureBaseTTSService.InputParams attribute)
(pipecat.services.azure.tts.AzureTTSSettings attribute)
(pipecat.services.cartesia.tts.GenerationConfig attribute)
(pipecat.services.google.tts.GoogleHttpTTSService.InputParams attribute)
(pipecat.services.google.tts.GoogleHttpTTSSettings attribute)
(pipecat.services.minimax.tts.MiniMaxHttpTTSService.InputParams attribute)
(pipecat.services.minimax.tts.MiniMaxTTSSettings attribute)
VOLUME_TAG() (pipecat.services.cartesia.tts.CartesiaTTSService static method)
vonage_sample_rate (pipecat.serializers.vonage.VonageFrameSerializer.InputParams attribute)
vonage_session_id (pipecat.runner.types.VonageRunnerArguments attribute)
VonageFrameSerializer (class in pipecat.serializers.vonage)
VonageFrameSerializer.InputParams (class in pipecat.serializers.vonage)
VonageRunnerArguments (class in pipecat.runner.types)
VP8 (pipecat.services.heygen.api_interactive_avatar.VideoEncoding attribute)
(pipecat.services.heygen.api_liveavatar.VideoEncoding attribute)
W
wa_id (pipecat.transports.whatsapp.api.WhatsAppContact attribute)
WAIT (pipecat.extensions.ivr.ivr_navigator.IVRStatus attribute)
wait() (pipecat.pipeline.job_context.JobGroup method)
(pipecat.utils.sync.base_notifier.BaseNotifier method)
(pipecat.utils.sync.event_notifier.EventNotifier method)
(pipecat.workers.base_worker.BaseWorker method)
wait_for_transcript (pipecat.turns.user_stop.external_user_turn_stop_strategy.ExternalUserTurnStopStrategy property)
(pipecat.turns.user_stop.ExternalUserTurnStopStrategy property)
(pipecat.turns.user_stop.speech_timeout_user_turn_stop_strategy.SpeechTimeoutUserTurnStopStrategy property)
(pipecat.turns.user_stop.SpeechTimeoutUserTurnStopStrategy property)
(pipecat.turns.user_stop.turn_analyzer_user_turn_stop_strategy.TurnAnalyzerUserTurnStopStrategy property)
(pipecat.turns.user_stop.TurnAnalyzerUserTurnStopStrategy property)
WakeCheckFilter (class in pipecat.processors.filters.wake_check_filter)
WakeCheckFilter.ParticipantState (class in pipecat.processors.filters.wake_check_filter)
WakeCheckFilter.WakeState (class in pipecat.processors.filters.wake_check_filter)
WakeNotifierFilter (class in pipecat.processors.filters.wake_notifier_filter)
WakePhraseUserTurnStartStrategy (class in pipecat.turns.user_start)
(class in pipecat.turns.user_start.wake_phrase_user_turn_start_strategy)
wants_wav_segments (pipecat.services.moonshine.stt.MoonshineSTTService property)
(pipecat.services.stt_service.SegmentedSTTService property)
(pipecat.services.whisper.stt.WhisperSTTService property)
watch() (pipecat.registry.registry.WorkerRegistry method)
(pipecat.registry.WorkerRegistry method)
watch_workers() (pipecat.workers.base_worker.BaseWorker method)
webrtc_connection (pipecat.runner.types.SmallWebRTCRunnerArguments attribute)
WEBRTC_TRANSPORTS (pipecat.cli.registry.service_metadata.ServiceRegistry attribute)
(pipecat.cli.registry.ServiceRegistry attribute)
WebRTCVADAnalyzer (class in pipecat.transports.daily.transport)
WebSearchTool (class in pipecat.services.xai.realtime.events)
websocket (pipecat.runner.types.WebSocketRunnerArguments attribute)
WebsocketClientCallbacks (class in pipecat.transports.websocket.client)
WebsocketClientInputTransport (class in pipecat.transports.websocket.client)
WebsocketClientOutputTransport (class in pipecat.transports.websocket.client)
WebsocketClientParams (class in pipecat.transports.websocket.client)
WebsocketClientSession (class in pipecat.transports.websocket.client)
WebsocketClientTransport (class in pipecat.transports.websocket.client)
WebsocketLLMService (class in pipecat.services.llm_service)
WebSocketProxyClient (class in pipecat.workers.proxy)
(class in pipecat.workers.proxy.websocket)
(class in pipecat.workers.proxy.websocket.client)
WebSocketProxyServer (class in pipecat.workers.proxy)
(class in pipecat.workers.proxy.websocket)
(class in pipecat.workers.proxy.websocket.server)
WebsocketReconnectedError
WebSocketRunnerArguments (class in pipecat.runner.types)
WebsocketServerCallbacks (class in pipecat.transports.websocket.server)
WebsocketServerInputTransport (class in pipecat.transports.websocket.server)
WebsocketServerOutputTransport (class in pipecat.transports.websocket.server)
WebsocketServerParams (class in pipecat.transports.websocket.server)
WebsocketServerTransport (class in pipecat.transports.websocket.server)
WebsocketService (class in pipecat.services.websocket_service)
WebsocketSTTService (class in pipecat.services.stt_service)
WebsocketTTSService (class in pipecat.services.tts_service)
WebsocketWordTTSService (class in pipecat.services.tts_service)
WhatsAppApi (class in pipecat.transports.whatsapp.api)
WhatsAppChange (class in pipecat.transports.whatsapp.api)
WhatsAppClient (class in pipecat.transports.whatsapp.client)
WhatsAppConnectCall (class in pipecat.transports.whatsapp.api)
WhatsAppConnectCallValue (class in pipecat.transports.whatsapp.api)
WhatsAppContact (class in pipecat.transports.whatsapp.api)
WhatsAppEntry (class in pipecat.transports.whatsapp.api)
WhatsAppError (class in pipecat.transports.whatsapp.api)
WhatsAppMetadata (class in pipecat.transports.whatsapp.api)
WhatsAppProfile (class in pipecat.transports.whatsapp.api)
WhatsAppSession (class in pipecat.transports.whatsapp.api)
WhatsAppTerminateCall (class in pipecat.transports.whatsapp.api)
WhatsAppTerminateCallValue (class in pipecat.transports.whatsapp.api)
WhatsAppWebhookRequest (class in pipecat.transports.whatsapp.api)
whisper_service() (in module pipecat.evals.services)
WhisperMLXSTTSettings (class in pipecat.services.whisper.stt)
WhisperSTTService (class in pipecat.services.whisper.stt)
WhisperSTTServiceMLX (class in pipecat.services.whisper.stt)
WhisperSTTSettings (class in pipecat.services.whisper.stt)
width (pipecat.transports.daily.transport.DailyCustomVideoTrackParams attribute)
wiki_grounding (pipecat.services.sarvam.llm.SarvamLLMSettings attribute)
will_be_spoken (pipecat.frames.frames.AggregatedTextFrame attribute)
(pipecat.processors.frameworks.rtvi.models.BotOutputMessageData attribute)
WISTFUL (pipecat.services.cartesia.tts.CartesiaEmotion attribute)
with_timestamps (pipecat.services.xai.tts.XAIWebsocketTTSSettings attribute)
within_ms (pipecat.evals.scenario.EvalExpectation attribute)
WO (pipecat.transcriptions.language.Language attribute)
Word (class in pipecat.services.assemblyai.models)
WORD (pipecat.utils.text.base_text_aggregator.AggregationType attribute)
word_belongs_here() (pipecat.utils.context.word_completion_tracker.WordCompletionTracker method)
word_finalization_max_wait_time (pipecat.services.assemblyai.stt.AssemblyAISTTSettings attribute)
word_is_final (pipecat.services.assemblyai.models.Word attribute)
word_timestamps (pipecat.services.smallest.stt.SmallestSTTSettings attribute)
WordCompletionTracker (class in pipecat.utils.context.word_completion_tracker)
words (pipecat.services.assemblyai.models.TurnMessage attribute)
words_accurate_timestamps (pipecat.services.gladia.config.RealtimeProcessingConfig attribute)
WordTTSService (class in pipecat.services.tts_service)
worker (pipecat.bus.BusAddWorkerMessage attribute)
(pipecat.bus.messages.BusAddWorkerMessage attribute)
(pipecat.flows.FlowManager property)
(pipecat.flows.manager.FlowManager property)
worker_name (pipecat.bus.ui.BusUIJobCompletedMessage attribute)
(pipecat.bus.ui.BusUIJobUpdateMessage attribute)
(pipecat.bus.ui.messages.BusUIJobCompletedMessage attribute)
(pipecat.bus.ui.messages.BusUIJobUpdateMessage attribute)
(pipecat.pipeline.job_context.JobGroupEvent attribute)
(pipecat.processors.frameworks.rtvi.models.UIJobCompletedData attribute)
(pipecat.processors.frameworks.rtvi.models.UIJobUpdateData attribute)
(pipecat.registry.types.WorkerErrorData attribute)
(pipecat.registry.types.WorkerReadyData attribute)
(pipecat.workers.ui.BusUIJobCompletedMessage attribute)
(pipecat.workers.ui.BusUIJobUpdateMessage attribute)
worker_names (pipecat.pipeline.job_context.JobGroup attribute)
worker_ready() (in module pipecat.pipeline.worker_ready_decorator)
WorkerActivationArgs (class in pipecat.workers.base_worker)
WorkerBus (class in pipecat.bus)
(class in pipecat.bus.bus)
WorkerErrorData (class in pipecat.registry.types)
WorkerFrame (class in pipecat.frames.frames)
WorkerObserver (class in pipecat.pipeline.worker_observer)
WorkerParams (class in pipecat.workers.base_worker)
WorkerReadyData (class in pipecat.registry.types)
WorkerRegistry (class in pipecat.registry)
(class in pipecat.registry.registry)
WorkerRegistryEntry (class in pipecat.bus)
(class in pipecat.registry.types)
WorkerRunner (class in pipecat.pipeline.runner)
(class in pipecat.workers.runner)
workers (pipecat.bus.BusWorkerRegistryMessage attribute)
(pipecat.bus.messages.BusWorkerRegistryMessage attribute)
(pipecat.bus.ui.BusUIJobGroupStartedMessage attribute)
(pipecat.bus.ui.messages.BusUIJobGroupStartedMessage attribute)
(pipecat.processors.frameworks.rtvi.models.UIJobGroupStartedData attribute)
(pipecat.workers.ui.BusUIJobGroupStartedMessage attribute)
WorkerSystemFrame (class in pipecat.frames.frames)
write_audio_frame() (pipecat.transports.base_output.BaseOutputTransport method)
(pipecat.transports.daily.transport.DailyOutputTransport method)
(pipecat.transports.daily.transport.DailyTransportClient method)
(pipecat.transports.heygen.transport.HeyGenOutputTransport method)
(pipecat.transports.lemonslice.transport.LemonSliceOutputTransport method)
(pipecat.transports.lemonslice.transport.LemonSliceTransportClient method)
(pipecat.transports.livekit.transport.LiveKitOutputTransport method)
(pipecat.transports.local.audio.LocalAudioOutputTransport method)
(pipecat.transports.local.tk.TkOutputTransport method)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCClient method)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCOutputTransport method)
(pipecat.transports.tavus.transport.TavusOutputTransport method)
(pipecat.transports.websocket.client.WebsocketClientOutputTransport method)
(pipecat.transports.websocket.fastapi.FastAPIWebsocketOutputTransport method)
(pipecat.transports.websocket.server.SingleClientWebsocketServerOutputTransport method)
write_dtmf() (pipecat.transports.base_output.BaseOutputTransport method)
write_transport_frame() (pipecat.transports.base_output.BaseOutputTransport method)
(pipecat.transports.daily.transport.DailyOutputTransport method)
write_video_frame() (pipecat.transports.base_output.BaseOutputTransport method)
(pipecat.transports.daily.transport.DailyOutputTransport method)
(pipecat.transports.daily.transport.DailyTransportClient method)
(pipecat.transports.local.tk.TkOutputTransport method)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCClient method)
(pipecat.transports.smallwebrtc.transport.SmallWebRTCOutputTransport method)
ws_close_timeout (pipecat.transports.websocket.fastapi.FastAPIWebsocketParams attribute)
ws_url (pipecat.services.heygen.api_liveavatar.LiveAvatarSessionData attribute)
(pipecat.services.heygen.base_api.StandardSessionResponse attribute)
WUU (pipecat.transcriptions.language.Language attribute)
WUU_CN (pipecat.transcriptions.language.Language attribute)
X
XAIHttpTTSService (class in pipecat.services.xai.tts)
XAISTTService (class in pipecat.services.xai.stt)
XAISTTSettings (class in pipecat.services.xai.stt)
XAITTSService (class in pipecat.services.xai.tts)
XAITTSSettings (class in pipecat.services.xai.tts)
XAIWebsocketTTSSettings (class in pipecat.services.xai.tts)
XH (pipecat.transcriptions.language.Language attribute)
XSearchTool (class in pipecat.services.xai.realtime.events)
XTTSService (class in pipecat.services.xtts.tts)
XTTSTTSSettings (class in pipecat.services.xtts.tts)
Y
YI (pipecat.transcriptions.language.Language attribute)
YO (pipecat.transcriptions.language.Language attribute)
YUE (pipecat.transcriptions.language.Language attribute)
YUE_CN (pipecat.transcriptions.language.Language attribute)
Z
ZERO (pipecat.audio.dtmf.types.KeypadEntry attribute)
ZeroArgFunctionHandler (in module pipecat.flows.types)
ZH (pipecat.transcriptions.language.Language attribute)
ZH_CN (pipecat.transcriptions.language.Language attribute)
ZH_CN_GUANGXI (pipecat.transcriptions.language.Language attribute)
ZH_CN_HENAN (pipecat.transcriptions.language.Language attribute)
ZH_CN_LIAONING (pipecat.transcriptions.language.Language attribute)
ZH_CN_SHAANXI (pipecat.transcriptions.language.Language attribute)
ZH_CN_SHANDONG (pipecat.transcriptions.language.Language attribute)
ZH_CN_SICHUAN (pipecat.transcriptions.language.Language attribute)
ZH_HK (pipecat.transcriptions.language.Language attribute)
ZH_TW (pipecat.transcriptions.language.Language attribute)
ZU (pipecat.transcriptions.language.Language attribute)
ZU_ZA (pipecat.transcriptions.language.Language attribute)