Notifications
Clear all
Sora Reviews
1
Posts
1
Users
0
Reactions
5
Views
Topic starter
16/07/2026 8:19 am
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.