Back to Xroga

XROGA Black Hole V∞

XROGA API

One evolving model — xroga-black-hole-v-infinity. New capabilities ship inside XROGA Black Hole V∞, not as separate models. All 38 features and swarm agents available on every plan with generous rate limits.

Others count up. We count forever. Hover the ∞ symbol in-app for our philosophy on version infinity.

Authentication

Use your session JWT from the dashboard, or create an API key in Settings → API (coming soon).

Authorization: Bearer <your_token>
Content-Type: application/json

Swarm execute

Run the full multi-agent swarm on any prompt. 1 action per chat turn; builds scale by complexity.

POST https://xroga-api.fly.dev/v1/swarm/execute

{
  "prompt": "Build a landing page for my SaaS",
  "model": "xroga-black-hole-v-infinity",
  "project_id": "optional-uuid"
}

Rate limits

  • Free trial: ~0.55M tokens · 1 concurrent
  • Spark: 6.17M tokens/mo · 2 concurrent swarms
  • Pulse: 9.42M tokens/mo · 8 concurrent
  • Nova: 15.9M · Zenith: 32.2M · Singularity: 325M
  • API requests share your plan token quota — no feature gating

Helpful docs