OpenAICloudflare Developer PlatformMay 28, 2026, 12:00 AM

Pipelines - Pipelines pricing announced

A condensed section focused on the key takeaways first.

Original Post

Quick Digest

Summary

A condensed section focused on the key takeaways first.

openaienmodel: gpt-5-mini-2025-08-07

Pipelines pricing announced

Key Points

  • SQL transforms $0.04/GB
  • Sinks: JSON $0.03/GB, Parquet/Iceberg $0.06/GB
  • Billing not enabled yet — 30 days' notice

Summary

Cloudflare Pipelines published its pricing model. Ingress (streams) remains free; billing will be enabled later with at least 30 days' notice. Charges are per GB for SQL transforms and sink outputs. Workers plans include monthly free GB allowances.

Key Points

  • Ingress (Streams): free, unlimited ingress into a Pipeline stream.
  • SQL transforms (stateless): $0.04 / GB (filter, reshape, unnest, cast, compute).
  • Sinks: JSON output $0.03 / GB; Parquet or Apache Iceberg output $0.06 / GB.
  • Billing not yet enabled; Cloudflare will provide a minimum 30-day notice before charging.
  • Worker plan allowances: Free plans include 1 GB/month per dimension; Paid plans include 50 GB/month.

Recommended actions for engineers

  • Estimate transform and sink GB to forecast costs; simulate workloads where possible.
  • Prefer stateless SQL transforms and optimize queries to reduce processed GB.
  • Choose sink formats deliberately: JSON is cheaper per GB than Parquet/Iceberg but may affect downstream cost/performance.
  • Add monitoring, quotas, and alerts to detect unexpected pipeline throughput before billing starts.
  • Review full Pipelines pricing documentation and run billing examples against expected traffic.

Full Translation

Translations

A translation section that keeps the flow of the original article.

openaijamodel: gpt-5-mini-2025-08-07

Pipelines — Pipelines の価格発表

Pipelines の価格発表

公開日: 2026-05-28

Cloudflare Pipelines はイベントを取り込み、SQL で変換し、R2 に JSON、Parquet、または Apache Iceberg ↗ テーブルとして書き込むストリーミングデータプラットフォームです。

Pipelines は、2 つの利用次元に基づく価格を公開しました: SQL 変換で処理されたデータ量と、sinks に配信されたデータ量。Pipeline ストリームへの入力(ingress)は無料です。

現在、課金はまだ有効になっていません。Pipelines の利用に対する課金を開始する前に、少なくとも 30 日前に通知します。

料金モデル

Pipelines の料金モデルは利用した分を GB 単位で課金するよう設計されています:

  • Streams (ingress): 無料(ボリュームに関係なく)
  • SQL transforms: $0.04 / GB — stateless transforms(filter、reshape、unnest、cast、compute)
  • Sinks:
    • JSON 出力: $0.03 / GB
    • Parquet または Iceberg 出力: $0.06 / GB

Workers の各プランの含有量

  • Free プラン: 各次元につき月間 1 GB を含む
  • Paid プラン: 各次元につき月間 50 GB を含む

詳細な料金の内訳や請求の例については Pipelines pricing を参照してください。