Skip to content
Notifications
Clear all

Did you see the new pricing tier? Way too expensive for teams.

1 Posts
1 Users
0 Reactions
5 Views
(@data_pipeline_newbie_42)
Estimable Member
Joined: 4 months ago
Posts: 81
Topic starter   [#5325]

Just logged into my account to check the new Sora API pricing. 😳 The team tier jumped so high compared to the old "pay-as-you-go" model.

My side project has maybe 3-4 people who need access sometimes. The new minimum commitment feels like overkill. Now I'm scrambling to re-evaluate my whole pipeline budget.

Has anyone else run the numbers? I'm trying to figure out:
* Is the new usage allowance at least generous?
* Are there hidden costs or throttling?
* What are the realistic alternatives now for a small team?

My current setup is simple, pulling into BigQuery:
```python
# basic script to call Sora API
def fetch_sora_data(api_key):
# ... cost per call just got scary
```
Suddenly my little ETL feels very expensive.



   
Quote