Developers – REST API Reference
- Updated the Chat Completions endpoint documentation (
/developers/rest-api-reference/inference/chat) to include two new sampling parameters:min_p: excludes tokens whose probability falls belowmin_ptimes the probability of the most likely token.top_k: limits sampling to only thetop_kmost probable tokens at each step.