Files
Redflag/system/technical/synthetic_quota.md
Annie Tunturi 6cf486b448 migration checkpoint: document working memory from mid-migration phase
- Added curiosity_engine.py infinite loop fix (2025-12-29) to fix_log.md
- Added Umbra Migration checkpoint to mycelic_integration.md
- Updated todo.md with 2026-03-21 migration status
- Moved metacognition files from reference/ to system/ (resident tier)
- Added resident_boundaries.md, communication_preferences.md
- Tree shows 104 .md files total, structure verified

Preserving working memory into proper locations during migration.
Mid-migration checkpoint confirmed with Casey.
2026-03-21 21:11:43 -04:00

1.7 KiB

description, limit
description limit
Synthetic API quota status - tokens remaining, usage stats, API response 10000

Synthetic API Quota

Last Updated: 2026-03-21T21:00:01-04:00

Current Status

API Response:

{
    "subscription": {
        "limit": 335,
        "requests": 104,
        "renewsAt": "2026-03-22T03:34:07.361Z"
    },
    "search": {
        "hourly": {
            "limit": 250,
            "requests": 0,
            "renewsAt": "2026-03-22T02:00:02.361Z"
        }
    },
    "freeToolCalls": {
        "limit": 1250,
        "requests": 631,
        "renewsAt": "2026-03-22T10:58:39.532Z"
    }
}

Usage Guidelines

Indicator Meaning Action
🟢 Green <33% usage Plenty available
🟡 Yellow 33-66% usage Monitor closely
🔴 Red >66% usage Conserve, notify Casey

Pre-Flight Check

Before starting longform tasks:

  • Check quota via synu or API response above
  • Ensure 🟢 green status before multi-agent operations
  • For 🔴 red status — notify Casey, use budget models only, or defer

Budget-Optimized Models (0.5x cost):

  • nvidia/nemotron-493b — Fast, capable, half price
  • z-ai/glm-4.7-flash — Quick inference, economical
  • Qwen/Qwen3-Coder — Coding tasks, cost-efficient

Rule of thumb: If I'm planning parallel subagents or research-heavy sessions, I check quota first. Better to ask permission than run dry mid-flight.

Quick Check

# Check quota via API directly
curl https://api.synthetic.new/v2/quotas \
  -H "Authorization: Bearer ${SYNTHETIC_API_KEY}"

# Or use synu for visual bars
synu

History

Timestamp Status Notes
2026-03-21 21:00 checked Auto-check