Portal
Sign In Console

Play Style Profiles (strategy profiles v2)

Profiles available

See the full list of supported profiles

๐Ÿ‘‰ Open the Universal Poker reference ยป

Play Style Profiles let you shape inference toward specific player styles (tight, loose, aggressive, passive) instead of the default GTO baseline.

  • How to build the request โ€” see the V2 Integration Guide for request format and error handling.

โš ๏ธ Requires protocol_ver: "v2" โ€” Play Style Profiles are served only by the V2 inference pipeline. Every request must include the top-level field "protocol_ver": "v2". Requests without this field route to the legacy V1 path and your V2 profile name will not be applied โ€” see legacy: Strategy Profiles V1 for the V1 format.

{
    "protocol_ver": "v2",
    "request_id": "...",
    "hand": { ... },
    "strategy_profile": { "target_profile_name": "vpip34-pfr14" }
}