ThunderPhone vs. Pipecat Cloud
Pipecat Cloud is the managed hosting service for agents built with Pipecat, the open-source Python framework for real-time voice and multimodal AI: you write your agent as pipeline code, deploy it as a container image from the CLI, and the platform runs and scales it (Pipecat Cloud introduction, accessed 2026-08-19). ThunderPhone is a finished hosted phone-agent product: the pipeline already exists, and you configure an agent rather than writing one.
Both are paid, hosted services with published rates, but the comparison is not symmetrical. Pipecat Cloud manages infrastructure for agent code you write; pipeline design, model and provider choices, and those providers' costs stay yours. ThunderPhone manages the whole phone agent and publishes an all-in per-minute price for it. Teams weighing a fully self-hosted Pipecat deployment on their own infrastructure — a different decision with different trade-offs — should read ThunderPhone vs. building your own stack instead.
Decision summary: choose Pipecat Cloud if you want to write your own agent in Python, pick every speech, model, and voice provider yourself, and pay published infrastructure rates to have someone else run and scale the containers. Choose ThunderPhone if you want a production phone agent without writing pipeline code, at published 2¢/5¢/9¢ all-in engine rates that already include speech recognition, the language model, and the voice.
At-a-glance comparison
| Criterion | ThunderPhone | Pipecat Cloud | Qualification and source |
|---|---|---|---|
| What's managed vs. what remains yours | The full agent is the product: speech recognition, language model, voice, telephony, transfers, knowledge base, and testing are hosted and operated. You configure prompts, languages, numbers, and integrations. | The runtime is managed: CLI-deployed agent images, auto-scaling from zero to thousands of concurrent sessions, global regions, secrets management, built-in logging. The agent itself — pipeline code, provider selection, conversational behavior — remains yours to write and maintain. | Pipecat Cloud is "a managed platform for deploying and scaling Pipecat agents in production." Pipecat Cloud introduction, accessed 2026-08-19. |
| Pricing model | Pay as you go with no subscription or seat fee: Spark 2¢/minute, Bolt 5¢/minute, Storm 9¢/minute, all-in. Premium voice or language paths can add up to 3¢/minute; optional add-ons carry published surcharges. | Component-based: agent hosting $0.01–$0.03 per active minute by instance size (reserved instances $0.0005–$0.0015/min), telephony and recording at published rates, and inference (STT/TTS/LLM) "billed to provider" — bring-your-own-key across 80+ integrations. | Inference is not included in Pipecat Cloud's rates, so a configured total cannot be read off its pricing page. Pipecat Cloud pricing, accessed 2026-08-19. |
| Telephony and SIP | Inbound demo U.S. numbers for testing; production numbers through supported direct VoIP connections or manual SIP configuration for any SIP trunk; verified imported numbers support inbound and outbound calling. | Published telephony rates: PSTN dial-in/dial-out $0.018/minute, SIP dial-in/dial-out $0.003–$0.02/minute, SIP REFER call transfer $0.20 per event. Daily WebRTC voice transport is free for 1:1 sessions; WebSocket transport is billed to the external provider. | ThunderPhone demo numbers are inbound-only and not intended for production. Pipecat Cloud pricing, accessed 2026-08-19. |
| Compliance | Public posture: GDPR and HIPAA compliant. Customers remain responsible for configuring their workflows, data handling, recordings, integrations, and notices for their own obligations. | Daily's security page states SOC 2 Type 2, HIPAA-compliant service via its Healthcare Add-on with a signed BAA, GDPR-compliant data policies, and EU-US/Swiss-US Data Privacy Framework certification — stated for Daily generally, not differentiated for Pipecat Cloud. | Caller audio and transcripts also flow to the inference providers you select, whose compliance terms are separate agreements. Daily security, accessed 2026-08-19. |
| Testing and monitoring | Browser mic tests, AI-caller simulations, bot-to-bot and SIP-loopback test calls, reusable graded scenarios, regression suites with minimum pass-rate gates, CI execution, and live-traffic A/B experiments. Simulations are billable real calls, with the charge shown before a run. | Built-in logging with Datadog integration support is documented for observability. A graded-scenario or conversational-regression testing product was not established from the reviewed public sources; testing an agent's behavior is the developer's own harness. | Pipecat Cloud introduction, accessed 2026-08-19. |
Cost scenario: 10,000 connected minutes a month
Use one explicit workload: 2,000 calls × 5 connected minutes = 10,000 connected minutes, phone calls in one included language, no hold or voicemail minutes, no transfers. This is illustrative usage arithmetic, not a quote.
Pipecat Cloud: the quotable subtotal
Pipecat Cloud's infrastructure line items are published and computable. On the smallest instance with PSTN telephony:
- Agent hosting, agent-1x (0.5 vCPU / 1 GB):
10,000 × $0.01 = $100 - PSTN dial-in/dial-out:
10,000 × $0.018 = $180 - Quotable infrastructure subtotal: $280/month
Optional published add-ons stack on top: audio recording at $0.005/minute ($50 on this workload), Krisp VIVA noise suppression free up to 10,000 active session minutes a month then $0.0015/minute, and $0.20 per SIP REFER event for call transfers. A larger instance raises hosting to $0.02 or $0.03 per active minute (Pipecat Cloud pricing, accessed 2026-08-19).
What cannot be computed is the rest of the bill. Speech-to-text, text-to-speech, and language-model usage are bring-your-own-key and billed directly by whichever of the 80+ supported providers you select, at those providers' rates — which vary by provider, model, and configuration. The all-in cost of a configured Pipecat Cloud agent therefore cannot be totaled from public pages; $280 is the floor of the infrastructure layer, not the price of the agent. Phone-number rental and any per-provider platform fees sit with your chosen vendors as well.
ThunderPhone: the computable total
The same workload computes directly from published engine rates, because speech recognition, the language model, and the voice are inside the rate:
- Spark:
10,000 × $0.02 = $200/month - Bolt:
10,000 × $0.05 = $500/month - Storm:
10,000 × $0.09 = $900/month
A premium voice or language path can add up to 3¢/minute (up to $300 on this workload); hold time bills a flat 2¢/minute; telephony and other optional configuration charges depend on setup. Only base engine usage is computable from minutes alone — but every input above is a published number.
The structural point is not that one is cheaper. Depending on instance size, provider picks, and negotiated inference rates, a Pipecat Cloud agent can land below or above ThunderPhone's rates per minute. The point is that one total is computable before you deploy anything, and the other is discovered as you select providers.
What Pipecat Cloud manages — and what you still own
Pipecat Cloud genuinely removes the infrastructure problem: CLI deployment of agent images, auto-scaling from zero to thousands of concurrent sessions, global regions for low latency, secure storage and injection of credentials, and built-in logging with Datadog integration support (Pipecat Cloud introduction, accessed 2026-08-19). For a team committed to the Pipecat framework, that is the hard operational layer handled at published rates.
What it deliberately does not take off your plate:
- The agent code. A Pipecat agent is a Python pipeline you write: transport in, speech-to-text, LLM, text-to-speech, transport out, with a documented 500–800 ms conversational latency target (Pipecat introduction, accessed 2026-08-19). Prompts, tool calls, interruption handling, and business logic are your codebase.
- Provider selection and accounts. Inference is bring-your-own-key: you open, configure, and pay accounts with your chosen speech and model providers (Pipecat Cloud pricing, accessed 2026-08-19).
- Language coverage. What languages your agent speaks is the union of what your selected providers support; there is no platform-wide catalog, because there is no fixed platform stack.
- Conversational quality assurance. Logging covers runtime observability; graded test calls, regression gates, and release criteria for the agent's behavior are a harness you build.
None of this is a criticism — it is the design. Pipecat Cloud is infrastructure for teams who want to own their agent; the ownership is the feature.
ThunderPhone inverts the split. The hosted product includes 47 languages and 123 voices with automatic mid-call switching; cold and attended warm transfer (the caller holds while the agent privately briefs the recipient); a knowledge base with text, Markdown, CSV, PDF, and DOCX uploads (5 MB per text file, 50 MB per PDF/DOCX), URL import, and a mid-call knowledge search tool; webhooks with per-endpoint secrets and HMAC-SHA256 request signatures; remote MCP servers over streamable HTTP; an embeddable web widget; and the testing suite in the table above. The trade is component choice: you pick an engine tier and a voice, not a specific recognition model, language model, or transport.
Choose Pipecat Cloud if
- You are building your agent with the Pipecat framework — or want its component freedom: 20+ speech-to-text, 30+ text-to-speech, and 25+ LLM integrations plus speech-to-speech services to select and swap (GitHub README, accessed 2026-08-19).
- Your agent needs pipeline behavior a configured product doesn't expose: custom frame processors, bespoke turn-taking, multimodal input, or a specific model deployment you control.
- You have Python engineers to own the agent as a product, and you want the scaling, regions, and secrets layers run for you at published rates instead of operating them yourself.
- You want to decide exactly which providers receive caller audio and transcripts, and negotiate directly with each.
- Daily's stated posture — SOC 2 Type 2, HIPAA via its Healthcare Add-on and BAA, GDPR-compliant data policies — fits your infrastructure-layer requirements, with your inference providers assessed separately (Daily security, accessed 2026-08-19).
Choose ThunderPhone if
- You want a phone agent in production without writing pipeline code or opening speech, model, and telephony provider accounts.
- Your budget conversation needs a computable number: 2¢/5¢/9¢ all-in engine rates make 10,000 connected minutes $200, $500, or $900 of base engine usage before setup-dependent charges.
- You need the phone-agent feature set as products rather than projects: 47 languages with mid-call switching, warm and cold transfer, knowledge base with URL import, HMAC-SHA256 webhooks, MCP, and a web widget.
- Your release process needs testing you don't have to build: graded scenarios, regression suites with minimum pass-rate gates, CI execution, and live A/B experiments.
- A GDPR and HIPAA compliant hosted posture fits your requirements, with your team configuring workflows, recordings, and notices for its own obligations.
The honest verdict: Pipecat Cloud and ThunderPhone sit at different layers. One is managed infrastructure for an agent you write; the other is a managed agent. If your team wants to own the pipeline, Pipecat Cloud is the strongest published way to run it without owning servers. If your team wants the phone agent, the pipeline is not the product you are buying.
FAQ
Is Pipecat Cloud the same thing as Pipecat?
No — Pipecat is the open-source framework; Pipecat Cloud is the managed service that hosts agents built with it. The framework is BSD-2-Clause open source (GitHub, accessed 2026-08-19); Pipecat Cloud is a paid managed platform for deploying and scaling those agents, with published hosting and telephony rates (Pipecat Cloud introduction, accessed 2026-08-19). Pipecat agents can also be self-hosted entirely — that decision is covered in the build-your-own comparison linked at the top of this page.
Does Pipecat Cloud's per-minute price include the AI models?
No. The published rates cover agent hosting ($0.01–$0.03 per active minute by instance size), transport, telephony, noise suppression, and recording. Speech-to-text, text-to-speech, and LLM inference are bring-your-own-key and billed directly by your chosen providers (Pipecat Cloud pricing, accessed 2026-08-19). ThunderPhone's 2¢/5¢/9¢ engine rates include speech recognition, the language model, and the voice.
Can both handle real phone calls?
Yes, with different divisions of labor. Pipecat Cloud publishes PSTN dial-in/dial-out at $0.018/minute, SIP at $0.003–$0.02/minute, and SIP REFER transfers at $0.20 per event; your agent code handles the call logic (Pipecat Cloud pricing, accessed 2026-08-19). ThunderPhone hosts telephony as configuration: demo numbers for testing, then direct VoIP connections or manual SIP configuration for any SIP trunk.
How many languages does each support?
ThunderPhone publishes a catalog — 47 languages and 123 voices, with automatic mid-call switching to a configured additional language. Pipecat Cloud has no platform total to publish: language coverage is whatever your selected speech and voice providers support, which is a consequence of its bring-your-own-provider design rather than a gap. Premium voice or language paths on ThunderPhone can add up to 3¢/minute.
How do I test an agent before launch on each platform?
On Pipecat Cloud you build the test harness; on ThunderPhone testing ships with the product. Pipecat Cloud documents built-in logging with Datadog integration support for observability (Pipecat Cloud introduction, accessed 2026-08-19); a graded-scenario testing product was not established from the reviewed public sources. ThunderPhone documents browser mic tests, AI-caller simulations, bot-to-bot and SIP-loopback calls, reusable graded scenarios, regression suites with pass-rate gates, CI execution, and live A/B experiments — simulations are billable real calls, with the charge shown before a run.
Sources and freshness
All Pipecat, Pipecat Cloud, and Daily claims on this page were checked against the official pages linked next to each claim on August 19, 2026; ThunderPhone pricing and product details reflect its published pricing and documentation as of August 19, 2026. This comparison is documentation-based — no Pipecat Cloud deployment was built or benchmarked — and no relationship exists between ThunderPhone and the Pipecat project or Daily. Documentation and pricing change often, so confirm against the live pages before relying on them.