Solver-grade GTO strategy for 6-max No-Limit Hold'em — over HTTP.
Docs · API Reference · OpenAPI · llms.txt · Pricing · Get a free key →
Mixed-frequency GTO strategy for every street of 6-max No-Limit Hold'em. Preflop and flop come from millions of presolved solutions served in milliseconds; turn and river are solved on demand on a real-time solver pool. Every request is stateless and self-contained — you send the spot, the API returns the strategy. It does not return a single "best" move; it returns the frequency of each action, so you randomize per your own strategy.
curl -s https://pokerai.bet/v1/gto/preflop \
-H "Authorization: Bearer $POKERAI_API_KEY" -H "Content-Type: application/json" \
-d '{"hole_cards":"9h9s","positions":{"hero":"MP"},
"preflop_actions":[{"position":"SB","action":"small blind","amount":0.5},
{"position":"BB","action":"big blind","amount":1},
{"position":"UTG","action":"raise","amount":2.5}]}'{"hole_cards":"9h9s","situation":"Raise",
"strategy":[{"action":"fold","frequency":0.254},
{"action":"call","frequency":0.106},
{"action":"raise","frequency":0.64,"amount_bb":9,"sizing_pot":1}]}Hero (MP) with 9♥9♠ facing a UTG open — a genuinely mixed spot: raise 64%, call 11%, fold 25%. The API returns the frequency of each action; you randomize per your own strategy.
| Package | Registry | Install |
|---|---|---|
pokerai-bet |
PyPI · Python | pip install pokerai-bet |
@pokerai/client |
npm · TS/JS | npm install @pokerai/client |
@pokerai/mcp |
npm · MCP server | npx @pokerai/mcp — GTO as tools for LLM agents |
Typed, auto-generated from the OpenAPI spec — always in sync with the API.
1,000 presolved lookups + 25 real-time solves per month, no credit card. → Get a key
Counterplay (过招) — a real-time GTO trainer for iOS built entirely on Pokerai API: every hand is played against pure-GTO opponents and every decision is graded against the frequencies these endpoints return.
Training, coaching, hand review, study, and research. Real-time assistance (RTA) at real-money tables is prohibited — see the terms.
简体中文
面向 6-max 无限德州的 solver 级 GTO 策略,一次 HTTP 调用。
每一街的混合频率 GTO 策略:preflop 与 flop 来自数百万预解方案(毫秒级),turn/river 在实时求解池上按需求解。每个请求无状态、自包含——发局面、拿策略;不给单一「最优手」,而是给每个动作的频率,你按自己的策略随机化。
官方客户端:pip install pokerai-bet(Python)· npm install @pokerai/client(TS/JS)· npx @pokerai/mcp(MCP,给 LLM agent)。均从 OpenAPI 规范自动生成、全类型化。
免费层:每月 1,000 预解查询 + 25 实时求解,免信用卡 → 拿 Key。
禁止真钱牌桌实时辅助(RTA);面向陪练、教学、复盘、学习与研究。见条款。