Skip to content
@pokerai-bet

Pokerai API

Solver-grade GTO strategy API for 6-max No-Limit Hold'em — every street, real examples, a free tier. pokerai.bet

Pokerai API

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.

One call

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.

Official clients

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.

Free tier

1,000 presolved lookups + 25 real-time solves per month, no credit card.Get a key

Built with it

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.

Acceptable use

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);面向陪练、教学、复盘、学习与研究。见条款

Popular repositories Loading

  1. .github .github Public

    Pokerai API — solver-grade GTO strategy API for 6-max NLHE. Org profile & community health files.

  2. mcp mcp Public

    MCP server for the Pokerai API — solver-grade GTO strategy for 6-max NLHE, as tools for LLM agents. npm: @pokerai/mcp

    JavaScript

  3. pokerai-python pokerai-python Public

    Official Python client for the Pokerai API — solver-grade GTO strategy for 6-max NLHE. PyPI: pokerai-bet

    Python

  4. pokerai-js pokerai-js Public

    Official TypeScript/JavaScript client for the Pokerai API — fully typed, generated from OpenAPI. npm: @pokerai/client

    TypeScript

  5. PreflopExplorer PreflopExplorer Public

    Public 6-max preflop range explorer and poker study reference powered by Pokerai API. Browse action trees, compare ranges, and inspect mixed frequencies.

    JavaScript

Repositories

Showing 5 of 5 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…