New endpoints, parameters, and fixes.新端点、参数与修复。
POST /v1/gto/evs — per-hand, per-action expected values at a node of a completed solve (free).新增 POST /v1/gto/evs——已完成解在某节点的逐手、逐动作 EV(免费)。/v1/gto/turn/projected-range now supports partner_hands (block partners' dead cards from the villain range)./v1/gto/turn/projected-range 现支持 partner_hands(从对手范围阻挡队友的死牌)。/v1/gto/flop/projected-range now honors bluff_discount_ratio / bluff_combos_ratio from the request, injects Hero's own hand into Hero's range, and supports partner_hands./v1/gto/flop/projected-range 现读取请求里的 bluff_discount_ratio / bluff_combos_ratio、把 Hero 自己底牌注入 Hero 范围,并支持 partner_hands。/v1/pokerkit/*): board/hand semantics, range equity, eval/ICM, game simulation — same key & quota.新增 Poker 引擎 / 语义 API(/v1/pokerkit/*):牌面/手牌语义、范围权益、评牌/ICM、牌局模拟——复用同一 Key 与配额。POST /v1/gto/preflop/range — the whole 13×13 preflop range in one call.新增 POST /v1/gto/preflop/range——整段 13×13 翻前范围,一次返回。/v1/gto/flop/tree (fetch tree) + /v1/gto/flop/node (fetch node, free), aligned with the solver's tree/node model.拆分 flop:单查询端点改为 /v1/gto/flop/tree(取树)+ /v1/gto/flop/node(取节点,免费),与求解器的 tree/node 对齐。/v1/gto/flop/projected-range + /v1/gto/turn/projected-range, the OpenAPI 3.0 spec, real-time flop solving, and a unified board/hand format.开发者平台上线:新增 /v1/gto/flop/projected-range + /v1/gto/turn/projected-range、OpenAPI 3.0 规范、实时 flop 求解,以及统一的牌面/手牌格式。