50 lines
947 B
Markdown
50 lines
947 B
Markdown
---
|
|
description: Synthetic API quota tracking - updated via heartbeat
|
|
type: dynamic
|
|
update_schedule: every 10 minutes
|
|
---
|
|
|
|
# Synthetic API Quota Status
|
|
|
|
**Last Updated:** March 22, 2026 22:22
|
|
|
|
## Current Quota
|
|
```
|
|
Usage: 11% used (297/335 remaining)
|
|
```
|
|
|
|
**Status:** 🟢 Healthy (Green)
|
|
|
|
## Command to Check
|
|
```bash
|
|
fish -c 'synu'
|
|
```
|
|
|
|
Or in fish shell:
|
|
```bash
|
|
synu
|
|
```
|
|
|
|
## Quota Color Codes
|
|
- 🟢 **Green:** <33% used
|
|
- 🟡 **Yellow:** 33-66% used
|
|
- 🔴 **Red:** >66% used
|
|
|
|
## Today's Usage
|
|
- Heavy research on world events (Iran nuclear strike, Gaza, Project 2025)
|
|
- Multiple searches: ~15 queries
|
|
- Remaining: 297 searches
|
|
|
|
## Location
|
|
- Fish function: `/home/ani/.config/fish/functions/synu.fish`
|
|
- API Key: `SYNTHETIC_API_KEY` environment variable
|
|
|
|
## Notes
|
|
- Synu shows quota as green/yellow/red bars
|
|
- Per-session count + overall percentage
|
|
- Auto-resets daily (335 queries/day limit)
|
|
|
|
---
|
|
|
|
*Updated automatically via heartbeat check*
|