Docs topic · Usage limits

What are Pokerai API quotas?

Pokerai API uses separate monthly counters for presolved lookups and real-time solves.

Updated Maintained by Pokerai API

Direct answer: the current Free tier includes 1,000 presolved lookups and 25 real-time solves per month. The counters reset on the first day of each month; no Builder or Pro price is published here.

Quick facts

FactValue
Presolved quotaFree: 1,000 lookups / month.
Solve quotaFree: 25 real-time solves / month.
ResetMonthly, on the first day of the month.
What is free after a solveCached-solve reuse and solver tree/node reads do not consume solve quota.
UsageSee current counters in the dashboard.

Minimal request that uses presolved quota

curl -s https://pokerai.bet/v1/gto/preflop \
  -H "Authorization: Bearer $POKERAI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"hole_cards":"AhKh","positions":{"hero":"UTG"},"preflop_actions":[{"position":"SB","action":"small blind","amount":0.5},{"position":"BB","action":"big blind","amount":1}]}'

This request uses the presolved counter. A new POST /v1/gto/solver request uses the solve counter when it starts a real-time solve.

Quota errors

HTTPErrorWhat to do
429quota_exceededThe presolved monthly counter is exhausted; wait for the monthly reset.
429solve_quota_exceededThe real-time solve counter is exhausted; wait for the monthly reset.
429{ "status": "busy" }All solvers are busy. This is not a quota charge; retry with backoff.

Related documentation

Real-time assistance at real-money tables is prohibited.